Defines the event handler signature for a node execute event (usually OnExecute). The Node parameter supplies the node that is executing, and the Context parameter supplies the context (state of the world and variables). The aResult parameters is where the result of the execution should be set.
Namespace: RSGeneticProgramming
Delphi |
type |
Parameters
Sender
Type: TObject
Node
Context
Type: TRSGPContext<TGAFloat>
aResult
Type: TGAFloat
Reference |