Skip to content
Snippets Groups Projects
Commit 924db129 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'tolx_doc' into 'master'

Document tolx option of steady

See merge request !2039
parents 09f25415 e24ff8e9
Branches
Tags
1 merge request!2039Document tolx option of steady
Pipeline #7103 passed
......@@ -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: ``1e-7``.
 
.. option:: silent_optimizer
 
......
Subproject commit cec47cc78c9c1aa94c2416f1a86af6f0dc00d207
Subproject commit d2ef8446969f0e70d00c939998174ff7b762b312
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment