iwopy.interfaces.pymoo

Interface to the pymoo package

iwopy.interfaces.pymoo.load(verbosity=1)[source]

Loads the pymoo package dynamically

class iwopy.interfaces.pymoo.Factory[source]

A factory for pymoo components

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.