Hide Comments
Hide Comments

TRSCustomGeneticComponent.DoSelectParent(TRSPopulation) Method

Comments (0)

Performs the selection of a parent from the Population. This method is only called if the  SelectionMethod is Custom.

Namespace: RSGeneticBase

expandingSyntax

Delphi

protected
  function DoSelectParent(const Population: TRSPopulation): TRSIndividual; virtual;
 

Parameters

Population

Type: TRSPopulation

Return Value

Type: TRSIndividual

expandingSee Also

Comments (0)