Navigation: Code Documentation > GeneticAlgorithm > RSGeneticAlgorithm > Delegates
TRSGAIndividualEvent Delegate
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;
•RSGeneticAlgorithm.TRSGAIndividual
•RSGeneticAlgorithm