Hide Comments
Hide Comments

TRSCustomGeneticProgramming<T>.CreatePopulation(TRSIndividualClass) Method

Comments (0)

Creates the population collection

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function CreatePopulation( PopulationClass: TRSIndividualClass ): TRSPopulation; override;
 

Parameters

PopulationClass

Type: TRSIndividualClass

Return Value

Type: TRSPopulation

Overrides

TRSCustomGeneticComponent.CreatePopulation(TRSIndividualClass)
 

expandingSee Also

Comments (0)