public static interface UnivariateMinimizer.Solution extends MinimizationSolution<Double>
| Modifier and Type | Method and Description |
|---|---|
double |
search(double lower,
double upper)
Search for a minimum within the interval [lower, upper].
|
double |
search(double lower,
double initial,
double upper)
Search for a minimum within the interval [lower, upper].
|
minimizer, minimumdouble search(double lower,
double initial,
double upper)
lower - the lower bound for the bracketing interval which contains a minimuminitial - an initial guessupper - the upper bound for the bracketing interval which contains a minimumdouble search(double lower,
double upper)
lower - the lower bound for the bracketing interval which contains a minimumupper - the upper bound for the bracketing interval which contains a minimumCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.