lio.individuals
Class BitChainBounds

java.lang.Object
  extended by lio.individuals.LiOBounds
      extended by lio.individuals.BitChainBounds

public class BitChainBounds
extends LiOBounds

Represents the boundaries for each variable in a problem represented by a chain of bits.


Field Summary
 
Fields inherited from class lio.individuals.LiOBounds
size
 
Constructor Summary
BitChainBounds(int pSize)
          Constructor
 
Method Summary
 
Methods inherited from class lio.individuals.LiOBounds
getSize, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitChainBounds

public BitChainBounds(int pSize)
Constructor