Skip to content
Snippets Groups Projects
Commit 5a98be70 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Decreased the value of maxit in simul (bytecode & ireland.mod).

parent e28eaa1c
Branches
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ end; ...@@ -61,7 +61,7 @@ end;
options_.dynatol.f=1e-12; options_.dynatol.f=1e-12;
options_.slowc=1; options_.slowc=1;
steady(solve_algo=2,maxit=20); steady(solve_algo=2,maxit=50);
options_.dynatol.f=4e-5; options_.dynatol.f=4e-5;
...@@ -73,6 +73,6 @@ end; ...@@ -73,6 +73,6 @@ end;
model_info; model_info;
simul(periods=2000, stack_solve_algo = 0,maxit=50); simul(periods=2000, stack_solve_algo = 0,maxit=10);
rplot y; rplot y;
rplot k; rplot k;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment