cmaUpdateDistribution {rCMA} | R Documentation |
Update CMA-ES distribution with the fitness vector of the last population.
Description
Update CMA-ES distribution with the fitness vector of the last population.
Usage
cmaUpdateDistribution(cma, fitness)
Arguments
cma |
CMA-ES Java object, already initialized with |
fitness |
vector of length |
Note
As a side effect, the CMA-ES Java object cma of class CMAEvolutionStrategy
is augmented.
Author(s)
Wolfgang Konen, FHK, 2013
See Also
cmaSamplePopulation
, cmaNew
, cmaOptimDP
[Package rCMA version 1.1.1 Index]