Table of Contents

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

Select individuals into a new population trying to maintain diversity.

This selection mechanism seeks to try and get both high fitness levels and high diversity levels in the population.

Imported modules   
from Abstract import AbstractSelection
from Bio.Seq import MutableSeq
from Tournament import TournamentSelection
import math
import random
Classes   
DiversitySelection

Implement diversity selection.


Table of Contents

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