Show/Hide Toolbars

RiverSoftAVG Products Help

Converts the genetic encoding of a RSGeneticAlgorithm.TRSGAIndividual 's Bits into a string representation based on    GeneType. The AsString function extracts the gene's bits (using the Offset and Size properties to specify where) and then converts the bits into a string representation, e.g., for numeric types, you see the decimal representation of the number, for booleans, you see "True" or "False, and for enumerations, you see the correct string from the    Enumerations property.

The Index parameter specifies the index of an individual in the    Population and automatically extracts the RSGeneticAlgorithm.TRSGAIndividual.Bits chromosome property to call the overloaded AsString function.
 

Namespace: RSGeneticAlgorithm

Parameters

Index

Type: Integer

Return Value

Type: String

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb