Uses of Class
jenes.chromosome.BitwiseChromosome.BitCoding

Packages that use BitwiseChromosome.BitCoding
jenes.chromosome   
jenes.chromosome.codings   
 

Uses of BitwiseChromosome.BitCoding in jenes.chromosome
 

Methods in jenes.chromosome that return BitwiseChromosome.BitCoding
 BitwiseChromosome.BitCoding BitwiseChromosome.getType()
          Returns the BitwiseChromosome.BitCoding used by this chromosome
 

Constructors in jenes.chromosome with parameters of type BitwiseChromosome.BitCoding
BitwiseChromosome(int size, BitwiseChromosome.BitCoding coding)
          Creates a new BitwiseChromosome with the specified number of objects and coding.
 

Uses of BitwiseChromosome.BitCoding in jenes.chromosome.codings
 

Subclasses of BitwiseChromosome.BitCoding in jenes.chromosome.codings
 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.