Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Delegates
TRSInitializationEvent Delegate
Defines the method signature for the OnInitialization event. Set the Initialized parameter to True to prevent the Initialize method from randomizing the Population's DNA.
Namespace: RSGeneticBase
Delphi
type TRSInitializationEvent = procedure (Sender: TObject; var Initialized: Boolean) of object;
•RSGeneticBase