Hide Comments
Hide Comments

Comments (0)

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

Namespace: RSGeneticBase

expandingSyntax

Delphi

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

Parameters

Sender

Type: TObject

Item

Type: TRSIndividual

DoMutation

Type: Boolean

expandingSee Also

Reference

Comments (0)