Hide Comments
Hide Comments

Comments (0)

Creates a new gene ( RSGeneticAlgorithm.TRSGAGene) and adds it to the Items array. Call Add to create a gene in the collection. The new gene is placed at the end of the Items array. The Add method returns the new gene

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

public
  function Add: TRSGAGene;
 

Return Value

Type: TRSGAGene

expandingSee Also

Comments (0)