OpenMDAO-Plugins / pyopt_driver

Driver wrapper for the open-source optimization package pyOpt
Other
9 stars 10 forks source link

Added test for unconstrained optimization and also fixed bug in _check_imports method #5

Closed hschilling closed 10 years ago

hschilling commented 10 years ago

There is was bug in pyOpt that caused it to fail on unconstrained optimization. Therefore this wrapper failed too.

The pyOpt bugs were fixed for COBYLA, CONMIN and SNOPT.

This adds a test for unconstrained optimization