Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgrammingExecutor<T> > Properties
TRSCustomGeneticProgrammingExecutor<T>.Instructions Property
Specifies the set of instructions allowed in the genetic program, including all functions, variables and constants.
Namespace: RSGenerics.GeneticProgramming
Delphi
public property Instructions: TInstructions read FInstructions write SetInstructions;
Property Value
Type: TInstructions
•RSGenerics.GeneticProgramEngine.TRSGPInstructions<T>
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>
•TRSCustomGeneticProgrammingExecutor<T>
•RSGenerics.GeneticProgramming