Free cookie consent management tool by TermsFeed Policy Generator
wiki:Documentation/Reference/Evolution Strategy

Version 1 (modified by mkofler, 14 years ago) (diff)

Started ES description page

Evolution Strategy

Algorithm Parameters:

Parameter Description
Analyzer The operator used to analyze each generation.
Children lambda - the size of the offspring population.
MaximumGenerations The maximum number of generations which should be processed.
Mutator The operator used to mutate solutions.
ParentsPerChild rho - how many parents should be recombined.
PlusSelection True for plus selection (elitist population), false for comma selection (non-elitist population).
Population Size mu - the size of the population.
Recombinator The operator used to cross solutions.
Seed The random seed used to initialize the new pseudo random number generator.
SetSeedRandomly True if the random seed should be set to a random value, otherwise false.
StrategyParameterCreator The operator that creates the strategy parameters.
StrategyParameterCrossover The operator that recombines the strategy parameters.
StrategyParameterManipulator The operator that manipulates the strategy parameters.