Package | Description |
---|---|
dev.nm.solver.univariate.bracketsearch |
Modifier and Type | Class and Description |
---|---|
class |
BrentMinimizer
Brent's algorithm is the preferred method for finding the minimum of a univariate function.
|
class |
FibonaccMinimizer
The Fibonacci search is a dichotomous search where a bracketing interval is sub-divided by the Fibonacci ratio.
|
class |
GoldenMinimizer
This is the golden section univariate minimization algorithm.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.