Skip to content

dynare_solve.m: return with valid solution even if Jacobian is ill-behaved

Johannes Pfeifer requested to merge JohannesPfeifer/dynare:dynare_solve into master

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