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
e28eaa1c
Commit
e28eaa1c
authored
Oct 09, 2013
by
Stéphane Adjemian
Browse files
Use dynare interface (maxit option).
parent
d8052342
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/block_bytecode/ireland.mod
View file @
e28eaa1c
...
...
@@ -60,9 +60,8 @@ k=k+0.000001;
end;
options_.dynatol.f=1e-12;
options_.simul.maxit=5;
options_.slowc=1;
steady(solve_algo=2);
steady(solve_algo=2
,maxit=20
);
options_.dynatol.f=4e-5;
...
...
@@ -72,9 +71,8 @@ periods 1;
values 0.02;
end;
options_.simul.maxit=20;
model_info;
simul(periods=2000, stack_solve_algo = 0);
simul(periods=2000, stack_solve_algo = 0
,maxit=50
);
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