Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovidner/openmdao-deap
A proof-of-concept of using DEAP as an optimization driver for OpenMDAO.
https://github.com/ovidner/openmdao-deap
deap mdo openmdao optimization
Last synced: 19 days ago
JSON representation
A proof-of-concept of using DEAP as an optimization driver for OpenMDAO.
- Host: GitHub
- URL: https://github.com/ovidner/openmdao-deap
- Owner: ovidner
- Created: 2018-12-04T09:45:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T21:38:44.000Z (over 5 years ago)
- Last Synced: 2024-10-28T00:33:35.795Z (2 months ago)
- Topics: deap, mdo, openmdao, optimization
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenMDAO-DEAP
=============
A proof-of-concept of using DEAP as an optimization driver for OpenMDAO.Check out `tests/test_benchmarks.py` for a few pointers on how to use this.
# What works?
* Optimizing unconstrained models# What's borken?
* Probably everything else# How do I run the tests?
* Get [Poetry](https://poetry.eustace.io).
* `poetry install`
* `poetry run pytest`