Hide Comments
Hide Comments

Comments (0)

Creates a node (genetic program element) of the correct type and initializes its Instruction and Parent to the parameters

noteNote

This method ensures the    MaxNodeArity limit is not violated. Call this function when you want to create a node to use with this component.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  function CreateNode(const Item: TInstruction; const aParent: TNode): TNode; virtual;
 

Parameters

Item

Type: System.Void

aParent

Type: System.Void

Return Value

Type: TNode

expandingSee Also

Comments (0)