Package | Description |
---|---|
jenes.chromosome | |
jenes.chromosome.codings |
Modifier and Type | Method and Description |
---|---|
BitwiseChromosome.BitCoding |
BitwiseChromosome.getType()
Returns the
BitwiseChromosome.BitCoding used by this chromosome |
Constructor and Description |
---|
BitwiseChromosome(int size,
BitwiseChromosome.BitCoding coding)
Creates a new BitwiseChromosome with the specified number of objects
and coding.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanCoding
Represents a boolean coding with 1 bit representation.
|
class |
ByteCoding
Represents a byte coding with 8 bits unsigned representation.
|
class |
GrayCoding
Represents a gray coding with 32 bits representation.
|
class |
IntCoding
Represents an int coding with 32 bits two-complement representation.
|
class |
ShortCoding
Represents a short coding with 16 bits.
|
class |
WordCoding
Represents a word coding with 16 bits unsigned representation.
|