Class | Description |
---|---|
BracketSearchMinimizer |
This class provides implementation support for those univariate optimization algorithms that are based on bracketing.
|
BrentMinimizer |
Brent's algorithm is the preferred method for finding the minimum of a univariate function.
|
FibonaccMinimizer |
The Fibonacci search is a dichotomous search where a bracketing interval is sub-divided by the Fibonacci ratio.
|
GoldenMinimizer |
This is the golden section univariate minimization algorithm.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.