Next: GABIL System
Up: Genetic Algorithms
 Previous: Crossover & Mutation
 
-  Fitness proportionate Selection: ration of fitness to the
fitness of other members of the current population
 -  Tournament Selection: two hypothesis chosen at random, with some
predefined probability, p, the more fit is selected and with
probability (1-p) the less fit is selected.  More diverse population.
 -  Rank Selection: Sorted by fitness.  The probability that a
hypothesis will be selected is then proportional to its rank.
 
 
Patricia Riddle 
Fri May 15 13:00:36 NZST 1998