Levenberg–Marquardt algorithm: Difference between revisions

Content deleted Content added
m sp
No edit summary
Line 16:
 
Here <math>J</math> represents the [[Jacobian]] of the function <math>\vec{f}</math>, <math>\lambda</math> the damping factor, which is altered at every iteration, <math>I</math> the [[identity matrix]], and <math>\vec{q}</math> the solution to an [[iteration]] step.
 
== Weblinks ==
 
Public ___domain implementations:
*[http://www.netlib.org/minpack/ minpack::lmdif] in FORTRAN
 
[[Category:Algorithms]]