<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Properties:
Comments (0)
Occurs when the instruction is initialized at the start of evolution. Use this event to seed the initial constant Value for the instruction.
Namespace: RSGenerics.GeneticProgramEngine
Delphi
published property OnInitialize: TNotifyEvent read FOnInitialize write FOnInitialize;
Property Value
Type: TNotifyEvent