<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticBase > Delegates:
Comments (0)
Defines the method signature for events that include an individual.
Namespace: RSGeneticBase
Delphi
type TRSIndividualEvent = procedure (Sender: TObject; const Item: TRSIndividual ) of object;
Parameters
Sender
Type: TObject
Item
Type: TRSIndividual