dynare_solve.m: return with valid solution even if Jacobian is ill-behaved
In pathological cases, the Jacobian at the initial but true steady state value is ill-behaved. In this case we should return with the valid steady state instead of trying random starting values
Merge request reports
Activity
changed milestone to %4.6
added bug label
Doesn't this invalidate the fix for #1668 (closed)?
added 1 commit
- 1b56a56e - dynare_solve.m: return with valid solution even if Jacobian is ill-behaved
@sebastien Good point. I moved the check to only not do a Newton iteration if the Jacobian shows problems. That seems like a good compromise.
enabled an automatic merge when the pipeline for 1b56a56e succeeds
mentioned in commit 6b308ccb
Please register or sign in to reply