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.
Constant mutation replaces the value of a constant instruction with a different value (see
OnConstantMutation)
Namespace: RSGenerics.GeneticProgramming
Delphi |
public |
Property Value
Type: Integer