Class | Description |
---|---|
BFGSMinimizer |
The Broyden-Fletcher-Goldfarb-Shanno method is a quasi-Newton method
to solve unconstrained nonlinear optimization problems.
|
DFPMinimizer |
The Davidon-Fletcher-Powell method is a quasi-Newton method
to solve unconstrained nonlinear optimization problems.
|
HuangMinimizer |
Huang's updating formula is a family of formulas which encompasses
the rank-one, DFP, BFGS as well as some other formulas.
|
McCormickMinimizer | Deprecated
the McCormick algorithm does not seem to work well; need further investigation; don't use it.
|
PearsonMinimizer |
This is the Pearson method.
|
QuasiNewtonMinimizer |
The Quasi-Newton methods in optimization are for finding local maxima and minima of functions.
|
RankOneMinimizer |
The Rank One method is a quasi-Newton method
to solve unconstrained nonlinear optimization problems.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.