|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.optimization.RandomSearchAlgorithm.VariableWindow
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 |
public double lowerLimit
public double upperLimit
| Constructor Detail |
public RandomSearchAlgorithm.VariableWindow(double lower,
double upper)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||