Performs point mutation on the tree. A random node is selected and the primitive stored there is replaced with a different random primitive of the same arity taken from the primitive set
Returns true if a point mutation occurred. Point mutation can occur more than once based on
PointMutationMethod.
Namespace: RSGenerics.GeneticProgramming
Delphi |
protected |
Parameters
aItem
Type: System.Void
aNode
Type: System.Void
Type: Boolean