public class GoldenMinimizer.Solution extends BracketSearchMinimizer.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.
|
init, isBracketing, minimizer, minimum, search, updateStates
public double search(double lower, double upper)
UnivariateMinimizer.Solution
lower
- the lower bound for the bracketing interval which contains a minimumupper
- the upper bound for the bracketing interval which contains a minimumprotected boolean isMinFound()
BracketSearchMinimizer.Solution
isMinFound
in class BracketSearchMinimizer.Solution
true
if the current min value is considered to have converged within a thresholdprotected double xnext()
BracketSearchMinimizer.Solution
xnext
in class BracketSearchMinimizer.Solution
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.