Class ElitisticListPopulation

java.lang.Object
org.apache.commons.math3.genetics.ListPopulation
org.apache.commons.math3.genetics.ElitisticListPopulation
All Implemented Interfaces:
Iterable<Chromosome>, Population

Population of chromosomes which uses elitism (certain percentage of the best chromosomes is directly copied to the next generation).
Since:
2.0