Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Properties
TRSCustomGeneticProgramming<T>.Terminals Property
Returns a list of the Instructions that are terminals: constants, variables, and functions of arity 0.
Namespace: RSGenerics.GeneticProgramming
Delphi
protected property Terminals: TInstructionList read FTerminals;
Property Value
Type: TInstructionList
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Terminals
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.GetTerminalNode(TNode,Integer)
•TRSCustomGeneticProgramming<T>
•RSGenerics.GeneticProgramming