Navigation: Code Documentation > GeneticAlgorithm > RSGeneticProgramming > Delegates
TFloatNodeNotifyEvent Delegate
Defines the event handler signature for a node notification event
Namespace: RSGeneticProgramming
Delphi
type TFloatNodeNotifyEvent = procedure (Sender: TObject; const Node: TRSGPNode<TGAFloat>) of object;
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>
•RSGenerics.GeneticProgramEngine.TRSGPContext<T>
•RSGeneticProgramming