Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Documentation/Reference/Evolution Strategy


Ignore:
Timestamp:
06/02/10 14:21:49 (14 years ago)
Author:
mkofler
Comment:

Worked on ES description

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/Evolution Strategy

    v2 v3  
    88||= Parameter         =||= Description =||
    99|| Analyzer            || The operator used to analyze each generation. ||
    10 || Children            || lambda - the size of the offspring population. ||
     10|| Children            || λ (lambda) - the size of the offspring population. ||
    1111|| !MaximumGenerations || The maximum number of generations which should be processed. ||
    1212|| Mutator             || The operator used to mutate solutions. ||
    1313|| !ParentsPerChild    || rho - how many parents should be recombined. ||
    1414|| !PlusSelection      || True for plus selection (elitist population), false for comma selection (non-elitist population). ||
    15 || Population Size     || mu - the size of the population. ||
     15|| Population Size     || μ (mu) - the size of the population. ||
    1616|| Recombinator        || The operator used to cross solutions. ||
    1717|| Seed                || The random seed used to initialize the new pseudo random number generator. ||
     
    2121|| !StrategyParameterManipulator || The operator that manipulates the strategy parameters. ||
    2222
     23'''Remarks:'''
     24 * Switch between plus and comma selection by setting the boolean parameter {{{PlusSelection}}} accordingly
     25 *
     26
     27'''Is there a sample/tutorial?'''
     28
     29Sure. HeuristicLab comes with a pre-configured ES to solve the 10-dimensional Griewank test function. Have a look at the description [[UsersTSPSample#ESGriewank| here]].
     30
    2331'''References:'''
    2432* Rechenberg, I. 1973. Evolutionsstrategie - Optimierung technischer Systeme nach Prinzipien der biologischen Evolution. Frommann-Holzboog.