GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

GEATbx: Options 3 Selection options

Previous PageTable Of ContentsIndexList Of FiguresNext Page



3 Selection options

Selection.Name

This option contains the name of the selection function (name of m-file).

Selection.Pressure

The value of selection pressure determines the fitness assignment and is used by the ranking algorithm. Fitness assignment is always done by ranking (there is no function for proportional fitness assignment).

Selection.GenerationGap

This option defines the generation gap, the fraction of the population to be reproduced every generation.

Selection.ReinsertionRate

This option defines how much parents are replaced by the produced offspring. The reinsertion rate is only active when the Selection.GenerationGap is larger than the reinsertion rate.

Selection.RankingMethod

This option sets the employed ranking method (fitness assignment). Employ this option only when the ranking method should be set to non-linear ranking for a Selection.Pressure <= 2.

Selection.RankingMultiobj

This option defines the use of multi-objective ranking (fitness assignment). Employ this option only when the objective function uses/returns multiple objective values and multi-objective ranking should be employed.

Selection.ReinsertionMethod

This option sets the employed reinsertion method (selection of offspring for reinsertion in reins).

Selection.LocalDimension

This option determines the number of dimensions of the population when using the local population model (the use of the local population model is defined by using sellocal as selection algorithm (Selection.Name) for the respective subpopulation).

Selection.LocalTopology

This option determines the topology of the neighborhood when using the local population model. The calculation of the neighborhood is done in comploc.

Selection.LocalDistance

This option determines the largest distance to neighbors or the number of neighbors when using the local population model, depending on Selection.LocalTopology.

Previous PageTop Of PageTable Of ContentsIndexList Of FiguresNext Page

GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

This document is part of version 3.8 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2006 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).