Manual: minor improvements to description of solve_algo={1,2,9}

[skip ci]
unit-tests
Sébastien Villemot 2022-10-24 15:49:16 +02:00
parent befc6f59b9
commit 417108643a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 4 additions and 4 deletions

View File

@ -2944,13 +2944,12 @@ Finding the steady state with Dynare nonlinear solver
``1``
Use Dynares own nonlinear equation solver (a
Newton-like algorithm with line-search).
Use a Newton-like algorithm with line-search.
``2``
Splits the model into recursive blocks and solves each
block in turn using the same solver as value 1.
block in turn using the same solver as value ``1``.
``3``
@ -2988,7 +2987,8 @@ Finding the steady state with Dynare nonlinear solver
``9``
Trust-region algorithm on the entire model.
Trust-region algorithm with autoscaling (same as value ``4``,
but applied to the entire model, without splitting).
``10``