The PointMutationProbability property controls the chance of point mutation occurring on a node. When point mutation is going to occur, every node of the genetic program is checked against this probability to see if point mutation occurs. If point mutation is found to occur, what happens next depends on the PointMutationMethod property.
Namespace: RSGenerics.GeneticProgramming
Delphi |
public |
Property Value
Type: TGAProbability
Reference•MutationMethod •MutationProbability •RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.PointMutationProbability |