Merge branch 'tolx_doc' into 'master'

Document tolx option of steady

See merge request Dynare/dynare!2039
mr#2067
Sébastien Villemot 2022-05-31 15:47:49 +00:00
commit 924db129cb
2 changed files with 15 additions and 2 deletions

View File

@ -2920,6 +2920,15 @@ Finding the steady state with Dynare nonlinear solver
value. Iteration will cease when the residuals are smaller than value. Iteration will cease when the residuals are smaller than
``tolf``. Default: ``eps^(1/3)`` ``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: .. _solvalg:
.. option:: solve_algo = INTEGER .. 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. 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 .. option:: maxit = INTEGER
See :ref:`maxit <steady_maxit>`. Used when computing the terminal steady state. 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 proves impossible to improve the function value by more than
tolf. This option is now deprecated and will be removed in a tolf. This option is now deprecated and will be removed in a
future release of Dynare. Use ``optim`` instead to set future release of Dynare. Use ``optim`` instead to set
optimizer-specific values. Default: ``e-7``. optimizer-specific values. Default: ``1e-7``.
.. option:: silent_optimizer .. option:: silent_optimizer

@ -1 +1 @@
Subproject commit cec47cc78c9c1aa94c2416f1a86af6f0dc00d207 Subproject commit d2ef8446969f0e70d00c939998174ff7b762b312