Hide Comments
Hide Comments

TRSGPNode<T>.Create(TRSGPInstruction<T>,TRSGPNode<T>) Constructor

Comments (0)

Creates the node and assigns values to its  Instruction and  Parent properties

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  constructor Create(const aInstruction: TRSGPInstruction<T>; const aParent: TRSGPNode<T>); virtual;
 

Parameters

aInstruction

Type: TRSGPInstruction<T>

aParent

Type: TRSGPNode<T>

expandingSee Also

Comments (0)