Specifies the crossover method to use. Currently, there is only one choice. cmSubtree, which specifies that crossover involves grafting a subtree from one parent into a subtree of another parent to create the new child's DNA.
The chance of crossover occurring depends on the CrossoverProbability property.
Namespace: RSGenerics.GeneticProgramming
Delphi |
public |
Property Value
Type: TGPCrossoverMethod