Package org.artoflife.gp.population

A set of basic implementations of Population including the org.artoflife.gp.population.DecayingMinFitnessGenerationPopulation used by the Art Of Life GUI application.

See:
          Description

Class Summary
DecayingMinFitnessGenerationalPopulation A MinFitnessGenerationalPopulation that decreases the fitness of all individuals after a step.
GenerationalPopulation A Population that breeds new Individuals into the main population to replace dead ones.
MinFitnessGenerationalPopulation A GenerationalPopulation that culls only those Individuals whose Fitness falls below a fixed threshold.
SelectorGenerationalPopulation A GenerationalPopulation which culls a configurable random number of Individuals every generation from the least fit of the population.
 

Package org.artoflife.gp.population Description

A set of basic implementations of Population including the org.artoflife.gp.population.DecayingMinFitnessGenerationPopulation used by the Art Of Life GUI application.


artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.