Package jenes.chromosome.codings

Class Summary
BooleanCoding Represents a boolean coding with 1 bit representation.
ByteCoding Represents a byte coding with 8 bits unsigned representation.
GrayCoding Represents a gray coding with 32 bits representation.
IntCoding Represents an int coding with 32 bits two-complement representation.
ShortCoding Represents a short coding with 16 bits.
WordCoding Represents a word coding with 16 bits unsigned representation.
 

Enum Summary
ShortCoding.Mode The integer coding representations