Uses of Class
lio.individuals.BitChain

Packages that use BitChain
lio.individuals   
lio.util   
 

Uses of BitChain in lio.individuals
 

Methods in lio.individuals that return BitChain
static BitChain[] BitChain.intToIndividual(int[][] pSample)
          Static method which allows building an array of individuals from a matrix of integer.
 

Constructors in lio.individuals with parameters of type BitChain
BitChain(BitChain oldBitChain)
          Create a new instance of BitChain from another object
 

Uses of BitChain in lio.util
 

Methods in lio.util with parameters of type BitChain
static int Utils.hammingDistance(BitChain firstInd, BitChain secondInd)
          Returns the hamming distance between two binary individuals.