Steady state objects

hi

when computing the steady state, Dynare solves a system of equations, do you know where is stored the value of the objective functions?
how can we adjust the convergence criteria or check the accuracy with which each equation is satisfied?

Thanks!

You can print out the residuals with

But they are not stored. By setting

before calling steady, you can change the tolerance with which the respective equations hold. The default is 1e-5. All equations where the residual is smaller than this will be displayed as holding with 0 residual.