<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Properties:
Comments (0)
Specifies the Arity (maximum allowed number of children) for the instruction. If Arity is greater than 0, the instruction must be a function
Namespace: RSGenerics.GeneticProgramEngine
Delphi
published property Arity: Integer read FArity write SetArity default 0;
Property Value
Type: Integer