|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.optimization.Solver
Solver is the primary class for setting up and running an optimization.
| Field Summary | |
protected SearchAlgorithm |
algorithm
Deprecated. |
protected MessageCenter |
messageBoard
Deprecated. |
protected Scoreboard |
scoreboard
Deprecated. |
protected Scorer |
scorer
Deprecated. |
protected SolveStopper |
stopper
Deprecated. |
| Constructor Summary | |
Solver()
Deprecated. Creates a new instance of Solver |
|
| Method Summary | |
Scoreboard |
getScoreboard()
Deprecated. Get the scoreboard that shows the present state of solving. |
void |
setEvaluator(Evaluator evaluator)
Deprecated. Set the evaluator to use in scoring the trial points. |
void |
setStopper(SolveStopper aStopper)
Deprecated. Set the object that will be used to determine when the solver should stop running. |
void |
setVariables(java.util.Collection variables)
Deprecated. Set the variables for the optimization problem. |
void |
solve()
Deprecated. Begin solving the problem. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected MessageCenter messageBoard
protected Scoreboard scoreboard
protected Scorer scorer
protected SearchAlgorithm algorithm
protected SolveStopper stopper
| Constructor Detail |
public Solver()
| Method Detail |
public void setVariables(java.util.Collection variables)
variables - A collection of variables.public void setEvaluator(Evaluator evaluator)
evaluator - The object to use in scoring the trial points.public void setStopper(SolveStopper aStopper)
aStopper - The object that will be used to determine when the solver should stop running.public void solve()
public Scoreboard getScoreboard()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||