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

GEATbx: Options 12 Special initialization options

Previous PageTable Of ContentsIndexList Of FiguresNext Page



12 Special initialization options

Aside from the standard initialization (uniform at random) the user may initialize a number of individuals and provide the resulting population matrix as fourth input parameter to geamain2. An application-specific initialization gives the chance of incorporating application-specific knowledge. The number of individuals in the initial population can be anything from 1 to Inf, only the number of variables must be correct (the same as defined in System.ObjFunVarBounds). All adjustments are done in initpop automatically using the following options.

The preinitialized population is send to initpop. The following options control:

The function initpop contains some examples (help initpop). The format of the variables (real, integer, binary, permutation variables - VariableFormat) is always considered.

Special.InitPresetKeep

This option controls how many preinitialized individuals (percentage of population size) should be kept unchanged in the population. If less preinitialized individuals are provided, all these individuals are kept unchanged in initial population. If more individuals are provided, only the defined percentage is kept in the initial population (individuals are selected uniform at random).

Special.InitUniformCreate

This option controls how many individuals are created uniform at random (standard initialization, uniform at random in the domain of the variables - System.ObjFunVarBounds). The proportion of uniform individuals has an lower priority than the proportion of unchanged individuals (Special.InitPresetKeep). If the number of missing individuals is smaller than defined in Special.InitUniformCreate, only the remaining proportion is created uniform at random.

Special.InitPresetRand

This option controls how much preinitialized individuals are normally randomized. The number of normally randomized individuals is the remainder after keeping individuals unchanged (Special.InitPresetKeep) and creating individuals uniform at random (Special.InitUniformCreate).
The normally randomized individuals are randomized around preinitialized individuals. This method is called innoculation. The level of randomization is such, that 1.0 corresponds to the domain of the search space. Nevertheless, the variables of the randomized individuals may be outside the defined boundaries. Currently, the variables are not reset to the boundaries (this is a feature).

The following two options (Special.InitDo and Special.InitFunction) are obsolete. You may initialize a number of individuals and provide the resulting population matrix as fourth input parameter to geamain2. This new way (version 3.x) is much more flexible. Nevertheless, for a limited time the use of an application-specific initialization function inside geamain2 is supported.

Special.InitDo

This option switches initialization with an application-specific initialization function on or off.

Special.InitFunction

This option contains the function name of the application specific initialization function.

Special.CollectBest.Interval

This option controls if any and how much good/best individuals are collected during an optimization (see colbestind). This collection is separate from the saving of text results (Output.SaveBinDataInterval) or binary data (Output.SaveBinDataInterval). The collected individuals are compared for being not identical according to the criteria in Special.CollectBest.Compare. When an individual is selected, the objective value(s) and the variables of this individual are written into an internal matrix. The collected individuals can also be written into a text file (see Special.CollectBest.WriteFile and Special.CollectBest.FileName).

A value of 0 switches the collection of individuals off. A value of 1 collects individuals every generation. Higher values collect individuals only every defined generation.

Special.CollectBest.Rate

This option defines the fraction of the whole population or the number of individuals to be collected as best individuals during a collection. Values smaller than 1 define a fraction of the population size. Values of 1 and larger define directly the number of individuals.

Special.CollectBest.Compare

This option defines the comparison method for the good individuals. This ensures only distinctive individuals are collected. The individuals of the current generation are compared to each other and to the individuals already collected in previous generations. Two individuals can be compared for identity according to their variables values and/or their objective values (even multiple objective values). If the comparison yields the individuals are identical in all values, then this individual is not added to the collection.

Special.CollectBest.WriteFile

This option switches writing the collected individuals to a text file on. The name of the file is defined in Special.CollectBest.FileName.

Special.CollectBest.FileName

This option contains the file name to save the collected best individuals. An optional relative or absolute path may be added (employing Matlab conventions). If no path is defined, the current working directory is used.

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).