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