Hide Comments
Hide Comments

TRSCustomGeneticComponent.SelectParent(TRSPopulation) Method

Comments (0)

Selects a parent for the new generation using the  SelectionMethod or the  OnSelection event.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  function SelectParent( const Population: TRSPopulation ): TRSIndividual; virtual;
 

Parameters

Population

Type: TRSPopulation

Return Value

Type: TRSIndividual

expandingSee Also

Comments (0)