- Nov 10, 2022
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
Adapted from the Contributor Covenant Code of Conduct version 2.1. [skip ci]
-
- Nov 07, 2022
-
-
Sébastien Villemot authored
Ref. !2095
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. #1859
-
Sébastien Villemot authored
Ref. !2096
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
- Nov 04, 2022
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Ref. !2094
-
Sébastien Villemot authored
— block decomposition: fix computation of recursive variables with mfs>0 — fix segfault of notmpterms option with block decomposition
-
Marco Ratto authored
-
Marco Ratto authored
new option max_check_ahead_periods (renaming old undocumented option max_periods), that truncates the number of periods for which agents check ahead the regime (a sort of myopic behavior beyond max_check_ahead_periods), the option is valid for simul, smoother and likelihood.
-
- Nov 03, 2022
-
-
Sébastien Villemot authored
-
- Nov 02, 2022
-
-
Sébastien Villemot authored
Explicitly specify that OCTAVE_VERSION is a builtin. Otherwise the call to “exists” will look for a file, among other things, which takes a lot of time.
-
- Oct 26, 2022
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The implementation was relying on the fact that in M_.equations_tags, all equations have a name tag and they appear in the order given by equation numbers. There is no guarantee that this will always be the case, so use a more robust approach. By the way, improve the implementation of get_equation_name_by_number.
-
- Oct 25, 2022
-
-
Sébastien Villemot authored
-
- Oct 24, 2022
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
small bug fixes See merge request Dynare/dynare!2093
-
- Oct 20, 2022
-
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
accept periodic solution in simulations ONLY IF two regimes differ by one period, to avoid pathological solutions. We also do not check for periodicity when check ahead periods have been increased endogenously, again to avoid mis-identified periodicity. Any other type of periodicity, is flagged as non-convergence with error code 313 (infinite loop of solutions).
-
Marco Ratto authored
if max_periods is set to finite number, enforce algorithm to check ahead ONLY until max_periods (i.e. when we want agents to be myopic beyond some future period)
-
Marco Ratto authored
when performing stochastic simulations, check ahead periods may increase endogenously at some point for regimes very long in expectation. such longer check ahead periods may considerably slow down convergence in subsequent periods, so users may want to avoid this.
-
Marco Ratto authored
with smoother_redux, factor out definition of nk to reconstruct filtered variables, and use a local variable nk (so options_.nk may remain empty).
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
-
- Oct 18, 2022
-
-
Sébastien Villemot authored
— use_dll: fix bug where operator abs() within a .mod file would return an incorrect result — use_dll: various improvements to parallel compilation of MEX files — use_dll: split generated C file into smaller files that will be compiled in parallel — various refactorings
-
- Oct 14, 2022
-
-
Sébastien Villemot authored
make_y_.m: fix interaction with steady_state_model Closes #1866 See merge request Dynare/dynare!2092
-
- Oct 13, 2022
-
-
Johannes Pfeifer authored
closes #1866
-
- Oct 12, 2022
-
-
Sébastien Villemot authored
Logarithmic reduction: fixes See merge request Dynare/dynare!2091
-
- Oct 11, 2022
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-