Uses of Class
org.artoflife.gp.population.GenerationalPopulation

Packages that use GenerationalPopulation
org.artoflife.app.generator   
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. 
 

Uses of GenerationalPopulation in org.artoflife.app.generator
 

Methods in org.artoflife.app.generator that return GenerationalPopulation
 GenerationalPopulation GeneratorModel.getPopulation()
           
 

Methods in org.artoflife.app.generator with parameters of type GenerationalPopulation
 void GeneratorModel.setPopulation(GenerationalPopulation population)
           
 

Uses of GenerationalPopulation in org.artoflife.gp.population
 

Subclasses of GenerationalPopulation in org.artoflife.gp.population
 class DecayingMinFitnessGenerationalPopulation
          A MinFitnessGenerationalPopulation that decreases the fitness of all individuals after a step.
 class MinFitnessGenerationalPopulation
          A GenerationalPopulation that culls only those Individuals whose Fitness falls below a fixed threshold.
 class SelectorGenerationalPopulation
          A GenerationalPopulation which culls a configurable random number of Individuals every generation from the least fit of the population.
 


artoflife pre0.1.0-dev

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