Navigation: Code Documentation > GeneticAlgorithm > RSGAConsts > Enumerations
TGPCrossoverMethod Enumeration
Defines the crossover method used in genetic programming
Namespace: RSGAConsts
Delphi
type TGPCrossoverMethod = (cmSubtree);
Name
Description
cmSubtree
Represents constant cmSubtree.
Top
•TRSCustomGeneticProgramming<T>
•RSGAConsts