Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 383 Bytes

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.
  • poetry install
  • poetry run pytest