Package org.jgap

Interface Summary
FitnessFunction Fitness functions are used to determine how optimal a particular solution is relative to other solutions.
NaturalSelector Natural selectors are responsible for actually selecting a specified number of Chromosome specimens from a population, using the fitness values as a guide.
 

Class Summary
Chromosome Chromosomes represent fixed-length collections of genes.
Genotype Genotypes represent fixed-length collections or "populations" of Chromosomes.
WeightedRouletteSelector A basic implementation of NaturalSelector that models a roulette wheel.