Hide Comments
Hide Comments

Comments (0)

Occurs when two parents ( RSGeneticBase.TRSIndividual) have reproduced to create new children and some portion of the their DNA are about to be combined from the parents. The DoMutation parameter controls whether the crossover will occur. It has already been set based on the  CrossoverProbability (and so sometimes will be True and sometimes will be False). Set the DoMutation parameter either to force the crossover to occur or to prohibit it from occuring.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property OnCrossover: TRSCrossoverEvent read FOnCrossover write FOnCrossover;
 

Value

Type: TRSCrossoverEvent

expandingSee Also

Comments (0)