Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGeneticAlgorithm > Classes > TRSGAGene > Methods

TRSGAGene.SetGeneAsDouble(TRSEncodedBits,Double) Method

Scroll Prev Top Next More

Writes the value into the Bits chromosome parameter. The function allows write access to the bits as double precision floating point values. The equivalent    GeneAsDouble method provides read access. The SetGeneAsDouble function will translate double values into the chromosome bits, irregardless of the type specified in    GeneType. In other words, the gene does not enforce types, it just helps you to translate bits into a type. You should use the GeneType property to determine the type of the gene before using the accessor functions.

Note: The TRSGAGene class automatically stores the appropriate value into the correct place in the Bits chromosome using the    Offset and    Size properties. The overloaded SetGeneAsDouble method allows you to change the offset into the bits you want to use.
 

Namespace: RSGeneticAlgorithm

Parameters

Bits

Type: TRSEncodedBits

Value

Type: Double

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb