|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.optimizer.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. This class provides the backward compatibility with the gov.sns.tools.optimization package.
TrialPoint| Field Summary | |
protected double |
lowerLimit
|
protected double |
startValue
|
protected double |
upperLimit
|
| Constructor Summary | |
Variable(double aStartValue,
double aLowerLimit,
double anUpperLimit)
Creates a new instance of Variable |
|
| Method Summary | |
double |
lowerLimit()
Get the lower limit. |
double |
startValue()
Get the starting value (i.e. |
double |
upperLimit()
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 | |||||||||