How to increase the Max.Iteration option
Posted: Sun Oct 03, 2010 7:52 pm
In advance, many thanks for many people's help for me to learn dynare.
I try to increase the MaxIter option.
I am using the
==> steady(solve_algo=0);
Based on manual, I wrote the
==> maxit_=20;
And also tried
==> maxit_=100;
But I cannot figure out any difference betwee two.
Calculation always finished when iteration goes 2000 for both cases.
Since the evalution of f(x) decreasing, it seems to work if I can increase the Max.Iteration option.
Maximum number of iterations reached:
increase options.MaxIter.
??? Error using ==> steady_ at 132
STEADY: convergence problems
Error in ==> steady at 52
steady_;
Error in ==> ver1003 at 585
steady;
Error in ==> dynare at 132
evalin('base',fname) ;
I try to increase the MaxIter option.
I am using the
==> steady(solve_algo=0);
Based on manual, I wrote the
==> maxit_=20;
And also tried
==> maxit_=100;
But I cannot figure out any difference betwee two.
Calculation always finished when iteration goes 2000 for both cases.
Since the evalution of f(x) decreasing, it seems to work if I can increase the Max.Iteration option.
Maximum number of iterations reached:
increase options.MaxIter.
??? Error using ==> steady_ at 132
STEADY: convergence problems
Error in ==> steady at 52
steady_;
Error in ==> ver1003 at 585
steady;
Error in ==> dynare at 132
evalin('base',fname) ;