Package Bio :: Package GA :: Package Selection :: Module Tournament
[show private | hide private]
[frames | no frames]

Module Bio.GA.Selection.Tournament

Provide Tournament style selection.

This implements selection based on a tournament style. In this model of selection, two individuals are randomly chosen from the population, and the organism with the higher fitness is considered the 'winner' and moves to the next generation.
Classes
TournamentSelection Implement tournament style selection.

Generated by Epydoc 2.1 on Mon Aug 27 16:12:12 2007 http://epydoc.sf.net