|
|
||
|
|
| Mathematica Tutorial | Tutorials »|More About » |
| "Newton" | us the exact Hessian or a finite difference approximation if the symbolic derivative cannot be computed |
| "QuasiNewton" | use the quasi-Newton BFGS approximation to the Hessian built up by updates based on past steps |
| "LevenbergMarquardt" | a Gauss-Newton method for least-squares problems; the Hessian is approximated by JTJ, where J is the Jacobian of the residual function |
| "ConjugateGradient" | a nonlinear version of the conjugate gradient method for solving linear systems; a model Hessian is never formed explicitly. |
| "PrincipalAxis" | works without using any derivatives, not even the gradient, by keeping values from past steps; it requires two starting conditions in each variable |
Basic method choices for FindMinimum.
| © 2008 Wolfram Research, Inc. |