public class Golden.Solution extends BracketSearch.Solution
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isMinFound()
the convergence criterion
|
double |
search(double lower,
double upper)
Search for a minimum within the interval [lower, upper].
|
protected double |
xnext()
Compute the next best estimate within the bracketing interval.
|
isBracketing, minimizer, minimum, search, updateStatespublic double search(double lower,
double upper)
UnivariateMinimizer.Solutionlower - the lower bound for the bracketing interval which contains a minimumupper - the upper bound for the bracketing interval which contains a minimumprotected boolean isMinFound()
BracketSearch.SolutionisMinFound in class BracketSearch.Solutiontrue if the current min value is considered to have converged within a thresholdprotected double xnext()
BracketSearch.Solutionxnext in class BracketSearch.Solution