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 Thu Jun 30 22:05:39 2005 http://epydoc.sf.net