Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Properties
TRSCustomGeneticProgramming<T>.TerminalsCount Property
Returns the number of Instructions that are terminals (i.e., constants, variables, and functions of arity = 0)
Namespace: RSGenerics.GeneticProgramming
Delphi
public property TerminalsCount: Integer read GetTerminalsCount;
Property Value
Type: Integer
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Instructions
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.FunctionsCount
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Functions[Integer]
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Terminal[Integer]
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>
•TRSCustomGeneticProgramming<T>
•RSGenerics.GeneticProgramming