cmaUpdateDistribution function

Update CMA-ES distribution with the fitness vector of the last population.

Update CMA-ES distribution with the fitness vector of the last population.

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

  • Maintainer: Wolfgang Konen
  • License: GPL (>= 3)
  • Last published: 2022-06-24

Useful links