gov.sns.tools.solver
Class TrialPoint

java.lang.Object
  |
  +--gov.sns.tools.solver.TrialPoint

Deprecated. The optimization and optimizer packages have been replaced by the solver package.

public class TrialPoint
extends java.lang.Object

TrialPoint is a collection of variables and values for those variables.


Field Summary
protected  java.util.Map values
          Deprecated. A table of trial values keyed by variable
 
Constructor Summary
TrialPoint(java.util.Map newValues)
          Deprecated. Creates a new instance of TrialPoint
 
Method Summary
 double getValue(Variable variable)
          Deprecated. Get the value corresponding to the specified variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected java.util.Map values
Deprecated. 
A table of trial values keyed by variable

Constructor Detail

TrialPoint

public TrialPoint(java.util.Map newValues)
Deprecated. 
Creates a new instance of TrialPoint

Method Detail

getValue

public double getValue(Variable variable)
Deprecated. 
Get the value corresponding to the specified variable.

Parameters:
variable - The variable for which to fetch the value.
Returns:
The value of the specified variable.