Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  function Execute( const Context: TRSGPContext<T> ): T;
 

Parameters

Context

Type: TRSGPContext<T>

Return Value

Type: T

expandingSee Also

Comments (0)