Hide Comments
Hide Comments

TRSCustomGeneticProgrammingVariant.CreateNode(TRSGPInstruction<Variant>,TRSGPNode<Variant>) Method

Comments (0)

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

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

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

Parameters

Item

Type: TRSGPInstruction<Variant>

aParent

Type: TRSGPNode<Variant>

Return Value

Type: TRSGPNode<Variant>

expandingSee Also

Comments (0)