Content deleted Content added
revert. That one needs I is obvious. If you really want it there, define what I means. |
|||
Line 31:
from which '''q''' can be obtained by inverting '''J'''<sup>T</sup>'''J'''.
The key to the LMA is to replace this equation by a 'damped version'
:('''J'''<sup>T</sup>'''J''' + λ
The (non-negative) damping factor λ is adjusted at each iteration. If reduction of S is rapid a smaller value can be used bringing the algorithm closer to the GNA, whereas if an iteration gives insufficient reduction in the residual λ can be increased giving a step closer to the gradient descent direction. A similar damping factor appears in [[Tikhonov regularization]], which is used to solve linear ill-posed problems.
|