pal.math
public interface MinimiserMonitor
Modifier and Type | Interface and Description |
---|---|
static class |
MinimiserMonitor.Utils |
Modifier and Type | Method and Description |
---|---|
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
|
void updateProgress(double progress)
void newMinimum(double value, double[] parameterValues, MultivariateFunction beingOptimized)