Navigation: Code Documentation > GeneticAlgorithm > RSGeneticAlgorithm > Delegates
TRSGAParentChildEvent Delegate
Defines the method signature for genetic algorithm events that contain parents and their child, e.g., OnReproduction.
Namespace: RSGeneticAlgorithm
Delphi
type TRSGAParentChildEvent = procedure (Sender: TObject; const Parent1, Parent2, Child: TRSGAIndividual ) of object;
•RSGeneticAlgorithm.TRSGAIndividual
•RSGeneticAlgorithm