Hide Comments
Hide Comments

TRSCustomGeneticProgramming<T>.DoPointMutation(TIndividual,TNode) Method

Comments (0)

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

expandingSyntax

Delphi

protected
  function DoPointMutation( const aItem: TIndividual; const aNode: TNode ): Boolean; overload; virtual;
 

Parameters

aItem

Type: System.Void

aNode

Type: System.Void

Return Value

Type: Boolean

expandingSee Also

Comments (0)