Hide Comments
Hide Comments

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

Comments (0)

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

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

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

Parameters

Item

Type: TRSGPInstruction<TGAFloat>

aParent

Type: TRSGPNode<TGAFloat>

Return Value

Type: TRSGPNode<TGAFloat>

expandingSee Also

Comments (0)