Hide Comments
Hide Comments

TRSCustomGeneticProgrammingExecutor.CreateInstructions(TCollectionItemClass) Method

Comments (0)

Creates the  Instructions collection of the correct class type.

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

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

Parameters

InstructionClass

Type: TCollectionItemClass

Return Value

Type: TRSGPInstructions<TGAFloat>

Overrides

TRSCustomGeneticProgrammingExecutor<T>.CreateInstructions(TCollectionItemClass)
 

expandingSee Also

Comments (0)