Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties
TRSGPNode<T>.Instruction Property
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>
•TRSGPNode<T>
•RSGenerics.GeneticProgramEngine