Hide Comments
Hide Comments

Comments (0)

Occurs when two parents (TRSIndividual) have reproduced to create a new child and some portion of the child's DNA is about to be mutated. The DoMutation parameter controls whether the mutation will occur. It has already been set based on the  MutationProbability (and so sometimes will be True and sometimes will be False). Set the DoMutation parameter either to force the mutation to occur or to prohibit it from occurring.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property OnMutation: TRSMutationEvent read FOnMutation write FOnMutation;
 

Value

Type: TRSMutationEvent

expandingSee Also

Comments (0)