Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.genetics Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
AbstractListChromosomeChromosome represented by an immutable list of a fixed length.Classorg.apache.commons.math3.geneticsApache Commons
BinaryChromosomeChromosome represented by a vector of 0s and 1s.Classorg.apache.commons.math3.geneticsApache Commons
BinaryMutationMutation for BinaryChromosomes.Classorg.apache.commons.math3.geneticsApache Commons
ChromosomeIndividual in a population.Classorg.apache.commons.math3.geneticsApache Commons
ChromosomePairA pair of Chromosome objects.Classorg.apache.commons.math3.geneticsApache Commons
CrossoverPolicyPolicy used to create a pair of new chromosomes by performing a crossover operation on a source pair of chromosomes.Interfaceorg.apache.commons.math3.geneticsApache Commons
CycleCrossoverCycle Crossover [CX] builds offspring from ordered chromosomes by identifying cycles between two parent chromosomes.Classorg.apache.commons.math3.geneticsApache Commons
ElitisticListPopulationPopulation of chromosomes which uses elitism (certain percentage of the best chromosomes is directly copied to the next generation).Classorg.apache.commons.math3.geneticsApache Commons
FitnessFitness of a chromosome.Interfaceorg.apache.commons.math3.geneticsApache Commons
FixedElapsedTimeStops after a fixed amount of time has elapsed.Classorg.apache.commons.math3.geneticsApache Commons
FixedGenerationCountStops after a fixed number of generations.Classorg.apache.commons.math3.geneticsApache Commons
GeneticAlgorithm of the algorithm can be configured for a specific problem.Classorg.apache.commons.math3.geneticsApache Commons
InvalidRepresentationExceptionException indicating that the representation of a chromosome is not valid.Classorg.apache.commons.math3.geneticsApache Commons
ListPopulationPopulation of chromosomes represented by a List.Classorg.apache.commons.math3.geneticsApache Commons
MutationPolicyAlgorithm used to mutate a chromosome.Interfaceorg.apache.commons.math3.geneticsApache Commons
NPointCrossoverN-point crossover policy.Classorg.apache.commons.math3.geneticsApache Commons
OnePointCrossoverOne point crossover policy.Classorg.apache.commons.math3.geneticsApache Commons
OrderedCrossoverOrder 1 Crossover [OX1] builds offspring from ordered chromosomes by copying a consecutive slice from one parent, and filling up the remaining genes from the otherClassorg.apache.commons.math3.geneticsApache Commons
PermutationChromosomeInterface indicating that the chromosome represents a permutation of objects.Interfaceorg.apache.commons.math3.geneticsApache Commons
PopulationA collection of chromosomes that facilitates generational evolution.Interfaceorg.apache.commons.math3.geneticsApache Commons
RandomKeyRandom Key chromosome is used for permutation representation.Classorg.apache.commons.math3.geneticsApache Commons
RandomKeyMutationMutation operator for RandomKeys.Classorg.apache.commons.math3.geneticsApache Commons
SelectionPolicyAlgorithm used to select a chromosome pair from a population.Interfaceorg.apache.commons.math3.geneticsApache Commons
StoppingConditionAlgorithm used to determine when to stop evolution.Interfaceorg.apache.commons.math3.geneticsApache Commons
TournamentSelectionTournament selection scheme.Classorg.apache.commons.math3.geneticsApache Commons
UniformCrossoverPerform Uniform Crossover [UX] on the specified chromosomes.Classorg.apache.commons.math3.geneticsApache Commons