Next: 2 Other Forms of
Up: 2 Experimental Study using
Previous: 2 Experimental Study using
  Contents
Lineage selection is implemented as an additional step to bias selection
toward different lineages from the initial population.
To perform selection,
individuals are placed into groups based on common genetic lineages.
Tournament selection picks individuals by first picking a random
genetic lineage and then
a random individual from within that lineage.
A tournament is held between these random individuals.
Each genetic lineage has an equal change of contributing an individual
to each tournament.
The method introduces
no elitism or no direct measure of size, shape, content, or fitness.
The aim of lineage selection is to
maintain diversity so that the population contains good
individuals that are not just diverse.
Figure 5.2 shows an example of lineage
selection, which can be described as follows:
- Select a random lineage
from
, where
is
the total number of unique lineages in the current population,
- Select from lineage
, which consists of individuals
,
a random individual, where
,
- Repeat steps 1 and 2 above to produce
individuals for a tournament
of size
.
Thus, a tournament consists of random individuals from random lineages.
Next: 2 Other Forms of
Up: 2 Experimental Study using
Previous: 2 Experimental Study using
  Contents
S Gustafson
2004-05-20