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.
|
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.
|