daniel-de-vries / OpenLEGO

Open-source Link between AGILE and OpenMDAO
Apache License 2.0
6 stars 7 forks source link

Add driver and other problem characteristics to OpenLEGO #8

Closed imcovangent closed 6 years ago

imcovangent commented 6 years ago

At the moment OpenLEGO provides a LEGOmodel, but does not yet add the driver (optimizer, doe) to the model. A new module in OpenLEGO should take a LEGOmodel and be able to add the driver (and possibly some other options) to the model based on the specifications in the CMDOWS file.

daniel-de-vries commented 6 years ago

Pull-request #13 , with the creation of the new LEGOProblem class, solves this issue.