Hide Comments
Hide Comments

Comments (0)

Defines the starting bit for this gene within the  Population's Chromosome bits. Using both the  Offset and the  Size, the gene is able to read and write into a specific area of the bits. You cannot directly change the offset - instead it is calculated by taking the size of the genes before it within the  Genes collection.
 

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

public
  property Offset: Integer read FOffset;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)