|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.optimization.Variable
Variable represents a variable whose value is to be found for the optimal solution among other variables. A variable specifies a starting value, a lower limit and an upper limit. A variable is immutable and does not itself contain its present value assignment. Rather the value assignments are found in TrialPoint.
TrialPoint| Field Summary | |
protected double |
lowerLimit
Deprecated. |
protected double |
startValue
Deprecated. |
protected double |
upperLimit
Deprecated. |
| Constructor Summary | |
Variable(double aStartValue,
double aLowerLimit,
double anUpperLimit)
Deprecated. Creates a new instance of Variable |
|
| Method Summary | |
double |
lowerLimit()
Deprecated. Get the lower limit. |
double |
startValue()
Deprecated. Get the starting value (i.e. |
double |
upperLimit()
Deprecated. Get the upper limit. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double startValue
protected double lowerLimit
protected double upperLimit
| Constructor Detail |
public Variable(double aStartValue,
double aLowerLimit,
double anUpperLimit)
| Method Detail |
public double startValue()
public double lowerLimit()
public double upperLimit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||