Hide Comments
Hide Comments

Comments (0)

Creates a new individual (TRSIndividual) and adds it to the Items array. Call Add to create an individual or solution in the collection. The new individual is placed at the end of the Items array. The Add method returns the new individual.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  function Add: TRSIndividual;
 

Return Value

Type: TRSIndividual

expandingSee Also

Reference

TRSGAPopulation
TRSGPPopulation<T>

Comments (0)