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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
e43d89f5
Verified
Commit
e43d89f5
authored
1 year ago
by
Johannes Pfeifer
Committed by
Sébastien Villemot
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Manual: correct entry on additional_optimizer_steps supporting strings
(cherry picked from commit
8032aa6e
)
parent
6ccf0a44
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+5
-3
5 additions, 3 deletions
doc/manual/source/the-model-file.rst
with
5 additions
and
3 deletions
doc/manual/source/the-model-file.rst
+
5
−
3
View file @
e43d89f5
...
@@ -8622,7 +8622,9 @@ adding prior information comes at the cost of a loss in efficiency of the estima
...
@@ -8622,7 +8622,9 @@ adding prior information comes at the cost of a loss in efficiency of the estima
Default: ``13``, i.e. ``lsqnonlin`` if the MATLAB Optimization Toolbox or
Default: ``13``, i.e. ``lsqnonlin`` if the MATLAB Optimization Toolbox or
the Octave optim-package are present, ``4``, i.e. ``csminwel`` otherwise.
the Octave optim-package are present, ``4``, i.e. ``csminwel`` otherwise.
.. option:: additional_optimizer_steps = [INTEGER|FUNCTION_NAME,INTEGER|FUNCTION_NAME,...]
.. option:: additional_optimizer_steps = [INTEGER]
additional_optimizer_steps = [INTEGER1:INTEGER2]
additional_optimizer_steps = [INTEGER1 INTEGER2]
Vector of additional minimization algorithms run after
Vector of additional minimization algorithms run after
``mode_compute``. If :opt:`verbose` option is set, then the additional estimation
``mode_compute``. If :opt:`verbose` option is set, then the additional estimation
...
@@ -8812,7 +8814,7 @@ adding prior information comes at the cost of a loss in efficiency of the estima
...
@@ -8812,7 +8814,7 @@ adding prior information comes at the cost of a loss in efficiency of the estima
- ``shocks_std``: estimated standard deviation of structural shocks.
- ``shocks_std``: estimated standard deviation of structural shocks.
If the :opt:`verbose` option is set, additional fields prefixed with
If the :opt:`verbose` option is set, additional fields prefixed with
``verbose_`` are saved for all :opt:`additional_optimizer_steps<additional_optimizer_steps = [INTEGER
|FUNCTION_NAME,INTEGER|FUNCTION_NAME,...
]>`.
``verbose_`` are saved for all :opt:`additional_optimizer_steps<additional_optimizer_steps = [INTEGER]>`.
.. matvar:: oo_.mom.gmm_stage_*_std_at_mode
.. matvar:: oo_.mom.gmm_stage_*_std_at_mode
.. matvar:: oo_.mom.smm_stage_*_std_at_mode
.. matvar:: oo_.mom.smm_stage_*_std_at_mode
...
@@ -8830,7 +8832,7 @@ adding prior information comes at the cost of a loss in efficiency of the estima
...
@@ -8830,7 +8832,7 @@ adding prior information comes at the cost of a loss in efficiency of the estima
- ``shocks_std``: standard error of estimated standard deviation of structural shocks.
- ``shocks_std``: standard error of estimated standard deviation of structural shocks.
If the :opt:`verbose` option is set, additional fields prefixed with
If the :opt:`verbose` option is set, additional fields prefixed with
``verbose_`` are saved for all :opt:`additional_optimizer_steps<additional_optimizer_steps = [INTEGER
|FUNCTION_NAME,INTEGER|FUNCTION_NAME,...
]>`.
``verbose_`` are saved for all :opt:`additional_optimizer_steps<additional_optimizer_steps = [INTEGER]>`.
.. matvar:: oo_.mom.J_test
.. matvar:: oo_.mom.J_test
...
...
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