iwopy.interfaces.pymoo¶
Interface to the pymoo package
- class iwopy.interfaces.pymoo.Optimizer_pymoo(iwopy.core.Optimizer)[source]
Interface to the pymoo optimization solver.
- class iwopy.interfaces.pymoo.DefaultCallbackTemplate[source]
Template for the default callback
- class iwopy.interfaces.pymoo.SingleObjProblemTemplate[source]
Template for a wrapper around the pymoo problem for a single objective.
- class iwopy.interfaces.pymoo.MultiObjProblemTemplate[source]
Template for a wrapper around the pymoo problem for a multiple objectives problem.