lio.individuals
Class PermutationBounds

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

public class PermutationBounds
extends LiOBounds

Represents the boundaries for each variable in a problem represented by a permutation


Field Summary
 
Fields inherited from class lio.individuals.LiOBounds
size
 
Constructor Summary
PermutationBounds(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

PermutationBounds

public PermutationBounds(int pSize)
Constructor