Hi,
I am trying to compute the steady state values of my model using DYNARE. But it reaches the maximum number of iterations without completing the computation. Is it possible to change the value of “maxit”?
Thanks.
Just place a command:
maxit_=20;
before the
steady;
Antti