Specifies how point mutation is performed on an individual's genetic program when point mutation is selected. Point mutation could occur once over the entire tree or there could be a chance of point mutation for every node in the tree. The PointMutationProbability property controls the chance of point mutation occurring on a node (note that this is after the MutationProbability check has occurred and point mutation has been chosen from the set of mutation methods).
Namespace: RSGenerics.GeneticProgramming
Delphi |
public |
Property Value
Type: TGPPointMutationMethod
Reference•MutationMethod •MutationProbability •RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.PointMutationProbability |