Hide Comments
Hide Comments

TRSCustomGeneticProgrammingVariantExecutor.CreateInstructions(TCollectionItemClass) Method

Comments (0)

Creates the  Instructions collection of the correct class type.

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

protected
  function CreateInstructions( InstructionClass: TCollectionItemClass ): TRSGPInstructions<Variant>; override;
 

Parameters

InstructionClass

Type: TCollectionItemClass

Return Value

Type: TRSGPInstructions<Variant>

Overrides

TRSCustomGeneticProgrammingExecutor<T>.CreateInstructions(TCollectionItemClass)
 

expandingSee Also

Comments (0)