Defines the weight or probability that the subtree mutation method will be chosen over the other genetic programming mutation methods. When mutation is selected to occur (see MutationProbability ), the genetic programming component chooses a mutation method using the weights you supply.
Replacement mutation is similar to Subtree mutation. It replaces a node of child with a node of the same type (e.g., arity and TRSGPGeneticInstruction<T>) and then grows a new subtree.
Namespace: RSGenerics.GeneticProgramming
Delphi |
public |
Property Value
Type: Integer