| 
Class Summary | 
| CMAEvolutionStrategy | 
implements the Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
 for non-linear, non-convex, non-smooth, global function minimization. | 
| CMAOptions | 
Simple container of (mostly generic) options for the
 optimization, like the maximum number of objective
 function evaluations, see class fields. | 
| CMAParameters | 
Interface to strategy parameters for the CMA Evolution
 Strategy, most importantly the population size lambda, while the change
 of other parameters is discouraged. | 
| CMASolution | 
solution point in search space. | 
| PrintfFormat | 
PrintfFormat allows the formatting of an array of
 objects embedded within a string. |