Name |
Description |
BinaryChromosome |
Binary chromosome, which supports length from 2 till 64. |
ChromosomeBase |
Chromosomes' base class. |
DoubleArrayChromosome |
Double array chromosome. |
EliteSelection |
Elite selection method. |
ExtendedGeneFunction |
Genetic programming gene, which represents arithmetic functions, common mathematical functions and arguments. |
GEPChromosome |
The chromosome represents a Gene Expression, which is used for different tasks of Genetic Expression Programming (GEP). |
GPTreeChromosome |
Tree chromosome represents a tree of genes, which is is used for different tasks of Genetic Programming (GP). |
GPTreeNode |
Represents tree node of genetic programming tree. |
OptimizationFunction1D |
Base class for one dimensional function optimizations. |
OptimizationFunction2D |
Base class for two dimenstional function optimization. |
PermutationChromosome |
Permutation chromosome. |
Population |
Population of chromosomes. |
RankSelection |
Rank selection method. |
RouletteWheelSelection |
Roulette wheel selection method. |
ShortArrayChromosome |
Short array chromosome. |
SymbolicRegressionFitness |
Fitness function for symbolic regression (function approximation) problem |
TimeSeriesPredictionFitness |
Fitness function for times series prediction problem |