public abstract class QuasiNewtonMinimizer extends SteepestDescentMinimizer
| Modifier and Type | Class and Description |
|---|---|
protected class |
QuasiNewtonMinimizer.QuasiNewtonImpl
This is an implementation of the Quasi-Newton algorithm.
|
SteepestDescentMinimizer.SteepestDescentImplepsilon, maxIterations| Constructor and Description |
|---|
QuasiNewtonMinimizer(double epsilon,
int maxIterations)
Construct a multivariate minimizer using a Quasi-Newton method.
|
public QuasiNewtonMinimizer(double epsilon,
int maxIterations)
epsilon - a precision parameter: when a number |x| ≤ ε, it is
considered 0maxIterations - the maximum number of iterationsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.