Skip to content
Snippets Groups Projects
Verified Commit 92a2b7f4 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: “endval_steady” is an option of “perfect_foresight_setup”, not “…_solver”

[skip ci]
parent 5292ced4
No related branches found
No related tags found
No related merge requests found
......@@ -3622,6 +3622,20 @@ speed-up on large models.
Used to specify path for all endogenous and exogenous variables.
Strictly equivalent to :comm:`initval_file`.
 
.. option:: endval_steady
In scenarios with a permanent shock, specifies that the terminal
condition is a steady state, even if the ``steady`` command has not been
called after the ``endval`` block. As a consequence, the subsequent
``perfect_foresight_solver`` command will compute the terminal steady
state itself (given the value of the exogenous variables given in the
``endval`` block). In practice, this option is useful when the permanent
shock is very large, in which case the homotopy procedure inside
``perfect_foresight_solver`` will find both the terminal steady state
and the transitional dynamics within the same loop (which is less costly
than first computing the terminal steady state by homotopy, then
computing the transitional dynamics by homotopy).
*Output*
 
The paths for the exogenous variables are stored into
......@@ -3945,20 +3959,6 @@ speed-up on large models.
``endval`` or a subsequent ``steady``. Only available with option
``stack_solve_algo==0`` or ``stack_solve_algo==7``.
 
.. option:: endval_steady
In scenarios with a permanent shock, specifies that the terminal
condition is a steady state, even if the ``steady`` command has not been
called after the ``endval`` block. As a consequence, the
``perfect_foresight_solver`` command will compute the terminal steady
state itself (given the value of the exogenous variables given in the
``endval`` block). In practice, this option is useful when the permanent
shock is very large, in which case the homotopy procedure inside
``perfect_foresight_solver`` will find both the terminal steady state
and the transitional dynamics within the same loop (which is less costly
than first computing the terminal steady state by homotopy, then
computing the transitional dynamics by homotopy).
.. option:: steady_solve_algo = INTEGER
 
See :ref:`solve_algo <solvalg>`. Used when computing the terminal steady
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment