<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgrammingExecutor<T> > Properties:
Comments (0)
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