Uses of Class
org.artoflife.gp.Population

Packages that use Population
org.artoflife.app.nursery   
org.artoflife.gp Art Of Life's Genetic Programming core is an abstract implementation that defines a number of simple concepts. 
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. 
org.artoflife.gui.population Contains the central PopulationView with required support classes in order to provide a JComponent view on a Population of Individuals that use PaintablePhenotypes. 
 

Uses of Population in org.artoflife.app.nursery
 

Methods in org.artoflife.app.nursery that return Population
 Population NurseryModel.getPopulation()
           
 

Methods in org.artoflife.app.nursery with parameters of type Population
 void NurseryModel.setPopulation(Population population)
           
 

Uses of Population in org.artoflife.gp
 

Methods in org.artoflife.gp that return Population
 Population PopulationEvent.getSourcePopulation()
           
 

Constructors in org.artoflife.gp with parameters of type Population
PopulationEvent(Population source, int type, Individual individual)
           
 

Uses of Population in org.artoflife.gp.population
 

Subclasses of Population in org.artoflife.gp.population
 class DecayingMinFitnessGenerationalPopulation
          A MinFitnessGenerationalPopulation that decreases the fitness of all individuals after a step.
 class GenerationalPopulation
          A Population that breeds new Individuals into the main population to replace dead ones.
 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.
 

Uses of Population in org.artoflife.gui.population
 

Fields in org.artoflife.gui.population declared as Population
protected  Population PopulationView.population
          View onto this population, may be null.
 

Methods in org.artoflife.gui.population that return Population
 Population PopulationView.getPopulation()
           
 

Methods in org.artoflife.gui.population with parameters of type Population
 void PopulationView.setPopulation(Population population)
           
 


artoflife pre0.1.0-dev

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