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: RSGeneticBase

expandingSyntax

Delphi

type
  TRSSelectionEvent = procedure (Sender: TObject; const Population: TRSPopulation; var Parent: TRSIndividual ) of object;
 

Parameters

Sender

Type: TObject

Population

Type: TRSPopulation

Parent

Type: TRSIndividual

expandingSee Also

Reference

Comments (0)