|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MinimiserMonitor
interface for a classes that wish to monitor the progress of a Minimiser
Nested Class Summary | |
---|---|
static class |
MinimiserMonitor.Utils
|
Method Summary | |
---|---|
void |
newMinimum(double value,
double[] parameterValues,
MultivariateFunction beingOptimized)
Inform monitor of a new minimum, along with the current arguments. |
void |
updateProgress(double progress)
Inform monitor of current progress (as a number between 0 and 1), or -1 to reset |
Method Detail |
---|
void updateProgress(double progress)
void newMinimum(double value, double[] parameterValues, MultivariateFunction beingOptimized)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |