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