Package org.jgap.impl

Class Summary
BooleanAllele A Gene implementation that supports two possible values (alleles) for each gene: true and false.
ChromosomePool Provides a pooling mechanism for Chromosome instances so that discarded Chromosome instances can be recycled, thus saving memory and the overhead of constructing new ones from scratch each time.
CloneReproductionOperator Produces offspring be creating clones of parents.
DefaultConfiguration The DefaultConfiguration class simplifies the JGAP configuration process by providing default configuration values for many of the configuration settings.
IntegerAllele A Gene implementation that supports a integer values for its allele.
Pool A simple, generic pool class that can be used to pool any kind of object.
WeightedRouletteSelector A basic implementation of NaturalSelector that models a roulette wheel.