Navigation: Code Documentation > GeneticAlgorithm > RSGeneticAlgorithm > Delegates
TRSGAFitnessEvent Delegate
Defines the method signature for the OnEvaluateFitness event.
Namespace: RSGeneticAlgorithm
Delphi
type TRSGAFitnessEvent = procedure (Sender: TObject; const Item: TRSGAIndividual; var Fitness: TGAFitness ) of object;
•RSGeneticAlgorithm.TRSGAIndividual
•RSGeneticAlgorithm