Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
5a98be70
Commit
5a98be70
authored
Oct 09, 2013
by
Stéphane Adjemian
Browse files
Decreased the value of maxit in simul (bytecode & ireland.mod).
parent
e28eaa1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/block_bytecode/ireland.mod
View file @
5a98be70
...
...
@@ -61,7 +61,7 @@ end;
options_.dynatol.f=1e-12;
options_.slowc=1;
steady(solve_algo=2,maxit=
2
0);
steady(solve_algo=2,maxit=
5
0);
options_.dynatol.f=4e-5;
...
...
@@ -73,6 +73,6 @@ end;
model_info;
simul(periods=2000, stack_solve_algo = 0,maxit=
5
0);
simul(periods=2000, stack_solve_algo = 0,maxit=
1
0);
rplot y;
rplot k;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment