Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  property PointMutationMethod: TGPPointMutationMethod read FPointMutationMethod write SetPointMutationMethod default pmmPerNode;
 

Property Value

Type: TGPPointMutationMethod

expandingSee Also

Comments (0)