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 cmaInit

fitness

vector of length cmaGetPopulationSize(cma) with the fitness of each individuum

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]