cmaUpdateDistribution | R Documentation |
Update CMA-ES distribution with the fitness vector of the last population.
cmaUpdateDistribution(cma, fitness)
cma |
CMA-ES Java object, already initialized with |
fitness |
vector of length |
As a side effect, the CMA-ES Java object cma of class CMAEvolutionStrategy
is augmented.
Wolfgang Konen, FHK, 2013
cmaSamplePopulation
, cmaNew
, cmaOptimDP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.