Skip to main content

A Genetic Algorithm for Structural Design and Topological Optimization

Project description

Current Release Python versions supported

Build Status Code Coverage Code Quality

Documentation Status License: GPL v3

Quickstart

GASTOp is a Genetic Algorithm for Structural design and Topological Optimization. Given a set of boundary conditions such as applied loads and fixtures, it will design a structure to support those loads while minimizing weight and deflections and maximize factor of safety.

Installation

Install gastop by running:

$ pip install gastop

Usage

Look how easy it is to use:

import gastop
config_file_path = "./path_to_config_file.txt"
ga = gastop.GenAlg(config_file_path)
ga.initialize_population(pop_size=1e4)
best_truss, history = ga.run(num_generations=100, progress_display=1, num_threads=4)

Contribute

License

The project is licensed under the GNU GPLv3 license.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gastop-1.0.2.tar.gz (30.1 kB view hashes)

Uploaded Source

Built Distribution

gastop-1.0.2-py3-none-any.whl (32.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page