"Matt J" wrote in message <kh8skk$s6c$1@newscl01ah.mathworks.com>...
> Bear in mind also that generic LM doesn't use the Jacobian of the cost function F(x), but rather the Hessian of F, or equivalently the Jacobian of F's gradient. This not only means a possibly intensive Hessian calculation, but also when you solve the update equation
What you pointed out is the difference between Quasi-Newton and Newton. True both can be implemented with LM.
In practice quasi-Newton is quasi sufficient.
Bruno
> Bear in mind also that generic LM doesn't use the Jacobian of the cost function F(x), but rather the Hessian of F, or equivalently the Jacobian of F's gradient. This not only means a possibly intensive Hessian calculation, but also when you solve the update equation
What you pointed out is the difference between Quasi-Newton and Newton. True both can be implemented with LM.
In practice quasi-Newton is quasi sufficient.
Bruno