Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgrammingExecutor<T> > Methods
TRSCustomGeneticProgrammingExecutor<T>.MaxNodeArity Method
Returns the maximum node arity (number of children) allowed in the engine
Namespace: RSGenerics.GeneticProgramming
Delphi
protected function MaxNodeArity: Integer; virtual;
Return Value
Type: Integer
IRSGeneticProgramEngine<T>.MaxNodeArity
•RSGenerics.GeneticProgramEngine.IRSGeneticProgramEngine<T>.CreateNode(TRSGPInstruction<T>,TRSGPNode<T>)
•TRSCustomGeneticProgrammingExecutor<T>
•RSGenerics.GeneticProgramming