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