Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
06/02/10 14:12:09 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/Evolution Strategy

    v1 v2  
    11= Evolution Strategy =
     2At about the same time genetic algorithms were developed, evolution strategies (ES) appeared in first publications. Originally, they differed from the genetic algorithm such that the main operator responsible for the creation of solutions is the mutation operator. ''Ingo Rechenberg'' and ''Hans-Paul Schwefel'' introduced several basic variants of ES before adopting more complex solution manipulation concepts, such as recombination, to broaden the applicability of the evolution strategy (Rechenberg 1973).
     3
     4'''Variants:'''
     5The first variant is the simple (1+1)-ES where a mutant was created from a given parent which replaced the parent only if it was better. It was shown that such a simple strategy coupled with a more intelligent adaption of the mutation strength allowed the ES to converge quickly to a good solution. Further evolved variants make use of a population, by extending the (1+1)-ES to a generic (μ+λ)-ES and also include generational replacement, called “comma replacement”. Additionally, recombination was introduced into the algorithm, as well as a way to self-adapt the mutation strength during the progress of the search.
    26
    37'''Algorithm Parameters:'''
     
    1620|| !StrategyParameterCrossover || The operator that recombines the strategy parameters. ||
    1721|| !StrategyParameterManipulator || The operator that manipulates the strategy parameters. ||
     22
     23'''References:'''
     24* Rechenberg, I. 1973. Evolutionsstrategie - Optimierung technischer Systeme nach Prinzipien der biologischen Evolution. Frommann-Holzboog.