|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface to provide tests of numeric convergence for optimization.
The object has a tolerance and a current value (which should depend on the current contents of the optimizer).
| Method Summary | |
double |
getTolerance()
The tolerance for convergence. |
double |
getValue()
The value of the convergence criterion. |
double |
setTolerance(double value)
|
double |
setValue(double value)
Set the value directly. |
double |
setValue(ModelPoint parameters,
OptimizerIterator opt)
Set the value from the current model point and optimizer object (the usual way to do it). |
| Methods inherited from interface org.omegahat.Numerics.Optimizers.IterationListener |
continueIteration |
| Method Detail |
public double getValue()
public double setValue(double value)
public double setValue(ModelPoint parameters,
OptimizerIterator opt)
public double getTolerance()
public double setTolerance(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||