Skip to content

OpenMDAO Driver plugin for AMIEGO (A Mixed Integer Efficient Global Optimization)

License

Notifications You must be signed in to change notification settings

Kenneth-T-Moore/AMIEGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMIEGO

OpenMDAO Driver plugin for AMIEGO (A Mixed Integer Efficient Global Optimization)

AMIEGO is an experimental OpenMDAO driver for solving mixed-integer optimization problems. The approach combines gradient-based optimization, to optimize the continuous design space, together with an efficient global optimization (EGO), for exploration in the integer design space. More details on the theory and the algorithm implementation can be found in the references below.

Installation

After cloning the repository, enter the AMIEGO directory while in an activated OpenMDAO environment and type:

pip install -e .

This will make import available from the amiego package.

Documentation

See the examples directory for several examples of how to use this plugin.

References

About

OpenMDAO Driver plugin for AMIEGO (A Mixed Integer Efficient Global Optimization)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages