<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties:
Comments (0)
Specifies the Instruction (function, variable or constant) that this node represents in the genetic program
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property Instruction: TRSGPInstruction<T> read FInstruction write FInstruction;
Property Value
Type: TRSGPInstruction<T>