public abstract class QuasiNewton extends SteepestDescent
| Modifier and Type | Class and Description |
|---|---|
protected class |
QuasiNewton.QuasiNewtonImpl
This is an implementation of the Quasi-Newton algorithm.
|
SteepestDescent.SteepestDescentImplepsilon, maxIterations| Constructor and Description |
|---|
QuasiNewton(double epsilon,
int maxIterations)
Construct a multivariate minimizer using a Quasi-Newton method.
|
solve