Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gauthier Vermandel
dynare
Commits
b27041af
Verified
Commit
b27041af
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Plain Diff
Merge branch 'occbin_opt' of git.dynare.org:JohannesPfeifer/dynare
Ref. !2095
parents
92482eb6
272e438c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+25
-0
25 additions, 0 deletions
doc/manual/source/the-model-file.rst
with
25 additions
and
0 deletions
doc/manual/source/the-model-file.rst
+
25
−
0
View file @
b27041af
...
...
@@ -5451,6 +5451,19 @@ All of these elements are discussed in the following.
This number should be chosen large enough, because Occbin requires the simulation
to return to the baseline regime at the end of time. Default: 200.
.. option:: simul_reset_check_ahead_periods
Allows to reset ``simul_check_ahead_periods`` to its specified value at the beginning
of each simulation period. Otherwise, the original value may permanently increase endogenously
at some point due to regimes that last very long in expectations. This may considerably slow
down convergence in subsequent periods. Default: not enabled.
.. option:: simul_max_check_ahead_periods = INTEGER
If set to a finite number, it enforces the OccBin algorithm to check ahead only for the maximum number of periods
(i.e. when we want agents to be myopic beyond some future period) instead of potentially endogenously increasing
``simul_check_ahead_periods`` ever further. Default: Inf.
.. option:: simul_curb_retrench
Instead of basing the initial regime guess for the current iteration on the last iteration, update
...
...
@@ -5483,6 +5496,12 @@ All of these elements are discussed in the following.
Number of periods for which to check ahead for return to the baseline regime during the
simulation when called by the smoother (equivalent of ``simul_check_ahead_periods``). Default: 200.
.. option:: smoother_max_check_ahead_periods = INTEGER
If set to a finite number, it enforces the OccBin algorithm to check ahead only for the maximum number of periods
(i.e. when we want agents to be myopic beyond some future period) instead of potentially endogenously increasing
``smoother_check_ahead_periods`` ever further. Equivalent of ``simul_max_check_ahead_periods``. Default: Inf.
.. option:: smoother_curb_retrench
Have the smoother invoke the ``simul_curb_retrench``-option during simulations.
...
...
@@ -5508,6 +5527,12 @@ All of these elements are discussed in the following.
Number of periods for which to check ahead for return to the baseline regime during the
simulation when computing the likelihood (equivalent of ``simul_check_ahead_periods``). Default: 200.
.. option:: smoother_max_check_ahead_periods = INTEGER
If set to a finite number, it enforces the OccBin algorithm to check ahead only for the maximum number of periods
(i.e. when we want agents to be myopic beyond some future period) instead of potentially endogenously increasing
``likelihood_check_ahead_periods`` ever further. Equivalent of ``simul_max_check_ahead_periods``. Default: Inf.
.. option:: likelihood_curb_retrench
Have the likelihood computation invoke the ``simul_curb_retrench``-option during simulations.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment