Hide Comments
Hide Comments

TRSGPFloatNode.CreateNode(TRSGPInstruction<TGAFloat>,TRSGPNode<TGAFloat>) Method

Comments (0)

Represents method CreateNode(TRSGPInstruction<TGAFloat>,TRSGPNode<TGAFloat>).

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

protected
  function CreateNode(const aInstruction: TRSGPInstruction<TGAFloat>;
  const aParent: TRSGPNode<TGAFloat>): TRSGPNode<TGAFloat>; override;
 

Parameters

aInstruction

Type: TRSGPInstruction<TGAFloat>

aParent

Type: TRSGPNode<TGAFloat>

Return Value

Type: TRSGPNode<TGAFloat>

Overrides

TRSGPTreeNode<T>.CreateNode(TRSGPInstruction<T>,TRSGPNode<T>)
 

expandingSee Also

Comments (0)