|
Bits
|
Represents the individual's chromosome, or DNA. These bits are created by taking the parameters or factors (integers, booleans, floats, and enumerations) of your search problem and concatenating them together into a sequence of bits to create the chromosome. The Genes of the RSGeneticAlgorithm.TRSGeneticAlgorithm component represent the encoding of the bits for all the individuals.
|