Hide Comments
Hide Comments

Comments (0)

Defines the method signature for selection events, e.g., where one individual from the Population of individuals must be selected. Set the Parent parameter to the individual you want to be selected and used.

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

type
  TRSGASelectionEvent = procedure (Sender: TObject; const Population: TRSGAPopulation; var Parent: TRSGAIndividual ) of object;
 

Parameters

Sender

Type: TObject

Population

Type: TRSGAPopulation

Parent

Type: TRSGAIndividual

expandingSee Also

Comments (0)