The ModularCMAES¶
Main implementation of Modular CMA-ES.
Functions¶
|
Bound correction function. |
|
Helper function to evaluate a ModularCMAES on the BBOB test suite. |
|
Minimize a function using the modular CMA-ES. |
|
Function for scaling a vector z to have length > threshold. |
|
Helper function for applying the tpa mutation step. |
Classes¶
|
The main class of the configurable CMA ES continous optimizer. |
|
islice(iterable, stop) –> islice object islice(iterable, start, stop[, step]) –> islice object |