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 inverted. The DoMutation parameter controls whether the inversion will occur. It has already been set based on the  InversionProbability (and so sometimes will be True and sometimes will be False). Set the DoMutation parameter either to force the inversion to occur or to prohibit it from occurring.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property OnInversion: TRSMutationEvent read FOnInversion write FOnInversion;
 

Value

Type: TRSMutationEvent

expandingSee Also

Comments (0)