Table of Contents

Module: Tournament Bio/GA/Selection/Tournament.py

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.

Imported modules   
from Abstract import AbstractSelection
import random
Classes   
TournamentSelection

Implement tournament style selection.


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:10 2002 by HappyDoc version 2.0.1