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
Container registry
Model registry
Operate
Environments
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
Dynare
dynare
Commits
924db129
Commit
924db129
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Plain Diff
Merge branch 'tolx_doc' into 'master'
Document tolx option of steady See merge request
!2039
parents
09f25415
e24ff8e9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2039
Document tolx option of steady
Pipeline
#7103
passed
2 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/manual/source/the-model-file.rst
+14
-1
14 additions, 1 deletion
doc/manual/source/the-model-file.rst
preprocessor
+1
-1
1 addition, 1 deletion
preprocessor
with
15 additions
and
2 deletions
doc/manual/source/the-model-file.rst
+
14
−
1
View file @
924db129
...
...
@@ -2920,6 +2920,15 @@ Finding the steady state with Dynare nonlinear solver
value. Iteration will cease when the residuals are smaller than
``tolf``. Default: ``eps^(1/3)``
.. _steady_tolx
.. option:: tolx = DOUBLE
Convergence criterion for termination based on the step tolerance
along. Iteration will cease when the attempted step size is smaller than
``tolx``. Default: ``eps^(2/3)``
.. _solvalg:
.. option:: solve_algo = INTEGER
...
...
@@ -4022,6 +4031,10 @@ and ``endval`` blocks which are given a special ``learnt_in`` option.
See :ref:`tolf <steady_tolf>`. Used when computing the terminal steady state.
.. option:: tolx = DOUBLE
See :ref:`tolx <steady_tolx>`. Used when computing the terminal steady state.
.. option:: maxit = INTEGER
See :ref:`maxit <steady_maxit>`. Used when computing the terminal steady state.
...
...
@@ -11205,7 +11218,7 @@ Optimal Simple Rules (OSR)
proves impossible to improve the function value by more than
tolf. This option is now deprecated and will be removed in a
future release of Dynare. Use ``optim`` instead to set
optimizer-specific values. Default: ``e-7``.
optimizer-specific values. Default: ``
1
e-7``.
.. option:: silent_optimizer
...
...
This diff is collapsed.
Click to expand it.
preprocessor
@
d2ef8446
Compare
cec47cc7
...
d2ef8446
Subproject commit
cec47cc78c9c1aa94c2416f1a86af6f0dc00d207
Subproject commit
d2ef8446969f0e70d00c939998174ff7b762b312
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