iwopy.interfaces.pygmo.problem.UDP
- class iwopy.interfaces.pygmo.problem.UDP[source]
Bases:
objectGeneric Problem to Pygmo UserDefinedProblem adapter
- Parameters:
- problem
The problem to optimize
- Type:
iwopy.Problem
- values
The function values, shape: (n_fitness,)
- Type:
Methods
__init__(problem[, pop, verbosity])batch_fitness(dvs)finalize(pygmo_pop[, verbosity])Finalize the problem.
fitness(dv)get_bounds()get_extra_info()get_name()get_nec()get_nic()get_nix()get_nobj()gradient(x)gradient_sparsity()has_batch_fitness()has_gradient()has_gradient_sparsity()has_hessians()has_hessians_sparsity()has_set_seed()