- Nov 06, 2024
-
-
Sébastien Villemot authored
-
- Sep 09, 2024
-
-
Sébastien Villemot authored
– New “heterogeneity_dimension” statement – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and “shocks” statements – New “SUM()” operator in “model” block
-
- May 22, 2024
-
-
Sébastien Villemot authored
-
- Feb 08, 2024
-
-
Sébastien Villemot authored
-
- Jan 31, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Dec 13, 2023
-
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-inefficient-vector-operation check.
-
- Dec 01, 2023
-
-
Sébastien Villemot authored
Automatically detected using clang-tidy with modernize-loop-convert check.
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Sep 27, 2023
-
-
Sébastien Villemot authored
Those models do not have as many variables as equations, and this case is not supported by bytecode. The present commit is an improvement over commit a8ea57dd, which had already removed bytecode for the planner objective model.
-
Sébastien Villemot authored
The preprocessor would try to write bytecode for the planner objective. But bytecode only works when there are as many endogenous as equations, which is not the case for the PlannerObjective object derived from StaticModel.
-
- Mar 29, 2023
-
-
Sébastien Villemot authored
The implementation no longer relies on ramsey_policy.m at the MATLAB/Octave level. By the way, drop ModFileStructure::ramsey_model_present, which is now redundant.
-
- Jan 05, 2023
-
-
Sébastien Villemot authored
-
- Nov 22, 2022
-
-
- Nov 02, 2022
-
-
Sébastien Villemot authored
-
- Oct 11, 2022
-
-
Sébastien Villemot authored
– DataTree::packageDir() now takes a std::string_view, returns a std::filesystem::path, and no longer creates that directory – DataTree::writeToFileIfModified() now takes a std::filesystem::path as argument – Do not call DataTree::writeToFileIfModified() for generating MATLAB/Octave files, since it does not work (the directory inside which the file is written has been deleted by the preprocessor just before) – Consistently use DataTree::packageDir() everywhere (for compatibility with planner_objective)
-
- Oct 04, 2022
-
-
Sébastien Villemot authored
Also add “block_decomposed” data member for tracking whether the block decomposition has been successful.
-
- Sep 14, 2022
-
-
Sébastien Villemot authored
When computing the derivatives or block decomposition of the planner objective, the epilogue or the original Ramsey model, the preprocessor would talk about dynamic/static model, which was confusing. It now uses the right terminology.
-
- Sep 13, 2022
-
-
Sébastien Villemot authored
If block decomposition fails, error out if “block” option was passed, but not otherwise. This commit does not modify the generated files. This is a preliminary step for dynare#1859.
-
- Jul 12, 2022
-
-
MichelJuillard authored
-
MichelJuillard authored
-
- Jul 11, 2022
-
-
Sébastien Villemot authored
-
- Jun 24, 2022
-
-
Sébastien Villemot authored
-
- Jun 07, 2022
-
-
Sébastien Villemot authored
In particular, use this feature in many loops which feature a special treatment for the first iteration, using a boolean variable (replacing iterator manipulation). By the way, also use std::exchange() to simultaneously test the value of this variable and update it.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jun 03, 2022
-
-
Sébastien Villemot authored
-
- Mar 29, 2022
-
-
Sébastien Villemot authored
For symbol lists (such as those given to “var” or “stoch_simul”), return a semantic value at the Bison level, rather than building the list through a temporary object in ParsingDriver. This allows various simplifications, and leads to a more functional code. By the way, homogeneize the naming of the various flavours of symbol lists in the Bison file (with TeX names, partitioning, or with a wildcard).
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Apr 23, 2021
-
-
Sébastien Villemot authored
Ref. DynareJulia/Dynare.jl#1
-
- Feb 10, 2021
-
-
Sébastien Villemot authored
-
- Dec 20, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
New “with_epilogue” option of “shock_decomposition”, “realtime_shock_decomposition” and “initial_condition_decomposition” Ref. dynare!1688
-
Sébastien Villemot authored
Ref. dynare!1688
-
- Dec 18, 2019
-
-
Houtan Bastani authored
issue #36
-
Houtan Bastani authored
issue #36
-
Houtan Bastani authored
issue #36
-
- Dec 16, 2019
-
-
Sébastien Villemot authored
-
- Dec 12, 2019
-
-
Houtan Bastani authored
issue #36
-
Sébastien Villemot authored
Closes: dynare#1677
-