Hide Comments
Hide Comments

IRSGeneticProgramEngine<T>.CreateNode(TRSGPInstruction<T>,TRSGPNode<T>) Method

Comments (0)

Creates the genetic program tree node of the specified type and initializes its  Instruction and  Parent properties.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  function CreateNode(const Item: TRSGPInstruction<T>; const aParent: TRSGPNode<T>): TRSGPNode<T>;
 

Parameters

Item

Type: TRSGPInstruction<T>

aParent

Type: TRSGPNode<T>

Return Value

Type: TRSGPNode<T>

expandingSee Also

Comments (0)