Executes the current node using the specified Context.
Note that it is up to the Instruction to do the actual execution in its OnExecute event. The instruction is also where the decision to execute children event or not is made.
Namespace: RSGenerics.GeneticProgramEngine
Delphi |
public |
Parameters
Context
Type: TRSGPContext<T>
Type: T