Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  property CrossoverMethod: TGPCrossoverMethod read FCrossoverMethod write FCrossoverMethod default cmSubtree;
 

Property Value

Type: TGPCrossoverMethod

expandingSee Also

Comments (0)