| Class | Description |
|---|---|
| BracketSearch |
This class provides implementation support for those univariate optimization algorithms that are based on bracketing.
|
| Brent |
Brent's algorithm is the preferred method for finding the minimum of a univariate function.
|
| Fibonacci |
The Fibonacci search is a dichotomous search where a bracketing interval is sub-divided by the Fibonacci ratio.
|
| Golden |
This is the golden section univariate minimization algorithm.
|