cma.interfaces.OOOptimizer:
abstract base class for an Object Oriented Optimizer interface.
cma.evolution_strategy.CMAEvolutionStrategy:
CMA-ES stochastic optimizer class with ask-and-tell interface.
comocma.como.CmaKernel:
inheriting from the `cma.CMAEvolutionStrategy` class, by adding the
property `incumbent`, the attributes `objective_values` and
`_last_offspring_f_values`.
comocma.como.Sofomore:
Sofomore framework for multiobjective optimization, with the
ask-and-tell interface.
list:
list() -> new empty list list(iterable) -> new list
initialized from iterable's items