Package net.sf.amiba.evolve.population

Interface Summary
Population<T> Population is a collection of Indiaviduals.
 

Class Summary
DefaultPopulation<T> A population.
FitnessCase<T> A FitnessCase is an example of terminal values and the expected outcome for that combination of terminal values.
RouletteWheelSelector<T> this class implements roulette wheel selection
Selector<T> the class that represents the selection process
 

Enum Summary
ElitismEnum the enumeration of elitism used in selection process
SelectionMethodEnum the enumeration of supported selection methods