Hide Comments
Hide Comments

TRSCustomGeneticProgrammingExecutor<T>.CreateInstructions(TCollectionItemClass) Method

Comments (0)

Creates the  Instructions collection of the correct class type.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function CreateInstructions( InstructionClass: TCollectionItemClass ): TInstructions; virtual;
 

Parameters

InstructionClass

Type: TCollectionItemClass

Return Value

Type: TInstructions

Implements

IRSGeneticProgramEngine<T>.CreateInstructions(TCollectionItemClass)
 

expandingSee Also

Comments (0)