Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Properties
TRSCustomGeneticProgramming<T>.Terminal[Integer] Property
Returns a terminal ( Instructions that are constants, variables or functions of arity = 0) in the list of terminals
Namespace: RSGenerics.GeneticProgramming
Delphi
public property Terminal[Index: Integer]: TInstruction read GetTerminals;
Parameters
Index
Type: Integer
Type: TInstruction
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Instructions
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.FunctionsCount
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Functions[Integer]
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.TerminalsCount
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>
•TRSCustomGeneticProgramming<T>
•RSGenerics.GeneticProgramming