Quiz: The Levenberg-Marquardt Algorithm — Theory and Implementation
Module 2 of 5 · Hard
Quick Quiz
1. The LM damped normal equations are . At , this gives the Gauss-Newton step. As , the step approaches:
2. The gain ratio . A gain ratio of means:
3. Prove that the LM step is always a descent direction. The key ingredient is:
4. LM converges quadratically when the residuals vanish at the solution () but only linearly when . What does slow convergence near the solution indicate about the model?
5. A Heston calibration starts from a cold start and converges in 45 iterations. The next day, starting from the previous day's calibrated parameters, it converges in 7 iterations. The reason is:
6. The LM algorithm with is applied to a problem where one parameter and another . What problem arises, and how does Marquardt's scaling fix it?
7. During a calibration run, grows from to without the gradient norm decreasing below tolerance. The most likely root cause is:
8. A calibration algorithm reports "converged" after 3 iterations, but the final residuals are large ( in vol space). What likely happened?