Hide Comments
Hide Comments

TRSCustomGeneticComponent.SelectRandom(TObject,TRSPopulation,TRSIndividual) Method

Comments (0)

Selected a Parent individual from the Population at random.
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

protected
  procedure SelectRandom(Sender: TObject; const Population: TRSPopulation; var Parent: TRSIndividual );
 

Parameters

Sender

Type: TObject

Population

Type: TRSPopulation

Parent

Type: TRSIndividual

expandingSee Also

Comments (0)