Module cmaes

Module cmaes 

Source

Structs§

CmaesCanonicalConfig
Configuration for canonical CMA-ES with evolution paths and rank updates.
CmaesIntermediateState
Internal struct carrying the CMA-ES “state” so we can continue from one sub-run to the next.
CmaesResult
Output of the canonical CMA-ES optimization.

Functions§

canonical_cmaes_optimize
Main CMA-ES function.