Hide Comments
Hide Comments

Comments (0)

creates a new individual (TRSGPIndividual<T>) 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: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  function Add: TRSGPIndividual<T>;
 

Return Value

Type: TRSGPIndividual<T>

expandingSee Also

Comments (0)