Page 1 of 1

changing maxit in steady

PostPosted: Tue Apr 25, 2006 4:33 pm
by tlb
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.

PostPosted: Wed Apr 26, 2006 10:08 am
by ripatti
Just place a command:
maxit_=20;
before the
steady;

Antti