Hide Comments
Hide Comments

Comments (0)

Occurs when two parents ( RSGeneticAlgorithm.TRSGAIndividual ) have reproduced to create a new child and some portion of the chromosomes 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 occurring.

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

public
  property OnCrossover: TRSGACrossoverEvent read FOnCrossover write FOnCrossover;
 

Value

Type: TRSGACrossoverEvent

expandingSee Also

Reference

CrossoverProbability
Crossover

Comments (0)