|
Class Summary |
| BracketSearch |
This class provides support for the type of univariate optimization algorithms
that is based on bracketing. |
| Brent |
Brent's algorithm is a root-finding algorithm that combines
the bisection method, the secant method and the inverse quadratic interpolation. |
| Fibonacci |
Fibonacci search is a dichotomous search
where a bracketing interval is sub-divided by the Fibonacci ratio. |
| Golden |
Minimum finding algorithm by the golden section. |
| Minimizer |
This is a wrapper class to "cast" a BracketSearch into a Minimizer. |