Hide Comments
Hide Comments

Comments (0)

Defines the method signature for mutation events like OnMutation and OnInversion in genetic algorithms. Set the DoMutation event to True to force the mutation to occur. Set the DoMutation event to False to prohibit the mutation from occuring for this individual.

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

type
  TRSGAMutationEvent = procedure (Sender: TObject; const Item: TRSGAIndividual; var DoMutation: Boolean ) of object;
 

Parameters

Sender

Type: TObject

Item

Type: TRSGAIndividual

DoMutation

Type: Boolean

expandingSee Also

Comments (0)