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