| Class | Description |
|---|---|
| CMAESBreeder |
CMAESBreeder is a Breeder which overrides the breedPopulation method
to first update CMA-ES's internal distribution, then replace all the
individuals in the population with new samples generated from the
distribution.
|
| CMAESInitializer |
CMAESInitializer is a SimpleInitializer which ensures that the subpopulations are all set to the provided
or computed lambda values.
|
| CMAESSpecies |
CMAESSpecies is a FloatVectorSpecies which implements a faithful version of the
CMA-ES algorithm.
|
| EDADefaults |
EDADefaults is the basic defaults class for the eda package.
|