Uses of Class
jmetal.encodings.variable.Binary

Packages that use Binary
jmetal.encodings.variable   
 

Uses of Binary in jmetal.encodings.variable
 

Subclasses of Binary in jmetal.encodings.variable
 class BinaryReal
          This class extends the Binary class to represent a Real encodings.variable encoded by a binary string
 

Methods in jmetal.encodings.variable with parameters of type Binary
 int Binary.hammingDistance(Binary other)
          Obtain the hamming distance between two binary strings
 

Constructors in jmetal.encodings.variable with parameters of type Binary
Binary(Binary variable)
          Copy constructor.