Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`