Update Breaking Features in Version 6 authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -77,7 +77,7 @@ The `static`-option has been superseded by the `block_static`-option. ...@@ -77,7 +77,7 @@ The `static`-option has been superseded by the `block_static`-option.
# Changes related to numerical solvers (`trust_region`) # Changes related to numerical solvers (`trust_region`)
Dynare 6 features a reimplementation of the trust region solver (`solve_algo=4,9`). The reimplementation introduces new termination criteria based on `tolx`. Particularly for small `tolx`, the default steady state finder may now issue an error message for `mod`-files that successfully ran in Dynare 6. A workaround is to increase `tolx` to a larger value. Dynare 6 features a reimplementation of the trust region solver (`solve_algo=4,9`). The reimplementation introduces new termination criteria based on `tolx`. Particularly for small `tolx`, the default steady state finder may now issue an error message for `mod`-files that successfully ran in Dynare 6. A workaround is to decrease `tolx` to 0. In Dynare 7, this will restore the old behavior.
# Removed commands # Removed commands
... ...
......