Package | Description |
---|---|
dev.nm.solver.univariate | |
dev.nm.solver.univariate.bracketsearch |
Modifier and Type | Class and Description |
---|---|
class |
GridSearchMinimizer
This performs a grid search to find the minimum of a univariate function.
|
Modifier and Type | Class and Description |
---|---|
class |
BracketSearchMinimizer
This class provides implementation support for those univariate optimization algorithms that are based on bracketing.
|
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.