Update CMA-ES distribution with the fitness vector of the last population.
cmaUpdateDistribution(cma, fitness)
cma
: CMA-ES Java object, already initialized with cmaInit
fitness
: vector of length cmaGetPopulationSize(cma)
with the fitness of each individuumAs a side effect, the CMA-ES Java object cma of class CMAEvolutionStrategy
is augmented.
Wolfgang Konen, FHK, 2013
cmaSamplePopulation
, cmaNew
, cmaOptimDP
Useful links