Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Methods
TRSGPInstruction<T>.DoExecute(TRSGPNode<T>,TRSGPContext<T>) Method
Represents method DoExecute(TRSGPNode<T>,TRSGPContext<T>).
Namespace: RSGenerics.GeneticProgramEngine
Delphi
protected function DoExecute( const Node: TRSGPNode<T>; const Context: TRSGPContext<T> ): T; virtual;
Parameters
Node
Type: TRSGPNode<T>
Context
Type: TRSGPContext<T>
Type: T
•TRSGPInstruction<T>
•RSGenerics.GeneticProgramEngine