Hide Comments
Hide Comments

Comments (0)

Defines the size of the chromosomes for all the Population. This value is automatically calculated for you if you define genes using the  Genes collection. Alternatively, if you don't want to define the Genes specifically, you can just set this property.
 

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

public
  property GeneSize: Integer read FGeneSize write SetGeneSize;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)