Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods
TRSGPNode<T>.IsTerminal Method
Returns true if the node is a terminal (constant, variable, or function with arity of 0)
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public function IsTerminal: Boolean;
Return Value
Type: Boolean
•TRSGPNode<T>
•RSGenerics.GeneticProgramEngine