Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  property PointMutationProbability: TGAProbability read FPointMutationProbability write SetPointMutationProbability stored IsPointMutationProbabilityStored;
 

Property Value

Type: TGAProbability

expandingSee Also

Comments (0)