OpenMDAO1
OpenMDAO1 copied to clipboard
OpenMDAO is a high-performance computing platform for systems analysis and optimization that enables you to decompose your models, making them easier to build and maintain, while still solving them in...
https://github.com/OpenMDAO/OpenMDAO/issues/936 Patch to allow split communicators for hierarchical optimization problems with the pyoptsparse driver
This change allows you to put OpenMDAO into a .zip file for deployment.
the current Unknowns metadata passed to recorders only contain the entry `is_desvar` or `is_constraint`, but doesn't allow the user to check whether the constraint is violated or not, since bounds...
Take the paraboloid example and append this to the end. The check will fail on the partial derivatives. However, if you run it again (un-comment the 3rd line) it will...