Bases: optunity.solvers.util.Solver
Please refer to CMA-ES for details about this algorithm.
This solver uses an implementation available in the DEAP library [DEAP2012].
Warning
This solver has dependencies on DEAP and NumPy and will be unavailable if these are not met.
blah
Warning
This solver is not explicitly constrained. The box constraints that are given are used for initialization, but solver may leave the specified region during iterations. If this is unacceptable, you must manually constrain the domain of the objective function prior to using this solver (cfr. Domain constraints).
Maximizes f.
Parameters: |
|
---|---|
Returns: |
|
Minimizes f.
Parameters: |
|
---|---|
Returns: |
|