GeneticAlgorithm  0.5 (beta)
A python framework for rapid GA prototyping
GeneticAlgorithm::SelectionOperators Namespace Reference

Classes

class  SelectLethals
 Select the individuals to replace based on the population.maximize flag and the population.genSize property. More...
class  KTournament
 A selection operator that implements the k-tournament algorithm. More...
class  SUSSelection
 This operator performs stochastic uniform selection over the population, updating the field matingPool. More...
 All Classes Namespaces Files Functions Variables