- class iwopy.interfaces.pygmo.UDP[source]
Generic Problem to Pygmo UserDefinedProblem adapter
Attributes¶
- problem: iwopy.Problem
The problem to optimize
- n_vars_all: int
The sum of int and float variable counts
- n_fitness: int
The sum of objective and constraint counts
- c_tol: list of float
Constraint tolerances
- values: numpy.ndarray
The function values, shape: (n_fitness,)
- pop: bool
Vectorized fitness computation
- verbosity: int
The verbosity level, 0 = silent
Public members¶