gov.sns.tools.optimization
Class RandomSearchAlgorithm.VariableWindow

java.lang.Object
  |
  +--gov.sns.tools.optimization.RandomSearchAlgorithm.VariableWindow
Enclosing class:
RandomSearchAlgorithm

protected class RandomSearchAlgorithm.VariableWindow
extends java.lang.Object

Search window for a variable. Specifies upper and lower limits of the search domain of a variable.


Field Summary
 double lowerLimit
           
 double upperLimit
           
 
Constructor Summary
RandomSearchAlgorithm.VariableWindow(double lower, double upper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowerLimit

public double lowerLimit

upperLimit

public double upperLimit
Constructor Detail

RandomSearchAlgorithm.VariableWindow

public RandomSearchAlgorithm.VariableWindow(double lower,
                                            double upper)