Navigation: Code Documentation > GeneticAlgorithm > RSGAConsts
RSGAConsts Classes
Name
Description
EGAException
Defines the base exception class for the entire Genetic Algorithms Component Library
EGPException
Defines the base exception class for the genetic programming portion of the library
TGAFitness
Defines the fitness type for the Genetic Algorithms Component Library
TGAFloat
Defines the floating point type for the Genetic Algorithm Component Library
TGAProbability
Defines the numeric type for representing probabilities in the Genetic Algorithms Component Library, including CrossoverProbability, MutationProbability, and InversionProbability.
Top