Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Properties
TRSGPInstruction<T>.OnInitialize Property
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
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.Value
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.Initialize
•TRSGPInstruction<T>
•RSGenerics.GeneticProgramEngine