- 30 Apr, 2007 1 commit
-
-
sebastien authored
* implemented handling of mod file local variables (eModFileLocalVariable) * renamed "local parameters" to model local variables (eModelLocalVariables) git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1253 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 10 Mar, 2007 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1205 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Mar, 2007 1 commit
-
-
sebastien authored
* removed Expression class; the "ExprNode" class is therefore now used everywhere * removed interprete class, and replaced it by a method in ExprNode and an global evaluation context in ModFile * fixed breakage of SparseDLL / Block decomposition code introduced in previous revision git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1204 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 06 Mar, 2007 1 commit
-
-
sebastien authored
* reorganised code in ModelTree so that block decomposition and SparseDLL code is clearly separated * replaced DataTree::offset by ModelTree::mode, using an enumeration of the three modes which is more explicit * reorganised ExprNode::writeOutput method by using a sixfold enumeration type (ExprNodeOutputType) corresponding to the 6 different contexts in which an expression can be written git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1203 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Feb, 2007 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1200 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Feb, 2007 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1190 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 08 Feb, 2007 1 commit
-
-
sebastien authored
* added third order derivatives in dynamic file (triggered by order=3 option of stoch_simul/olr/osr/ramsey_policy) * don't output hessian in dynamic file if order=1 is specified git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1180 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Jan, 2007 1 commit
-
-
sebastien authored
* reshaped DataTree/ModelTree using a more object-oriented approach * improved expression sharing algorithm (temporary terms in output files), resulting in smaller output files for big models * optimized performance (both in computing time and memory consumption) * bugfix: the expressions stored in local parameters of models (pound expressions) are now derived * bugfix: cosh(0) = 1 * removed some useless parentheses in output git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1148 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Jan, 2007 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1132 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Dec, 2006 2 commits
-
-
sebastien authored
* added planner_objective statement, which triggers the creation of filename_objective_static.m * added computing pass * added the possibility of writing the hessian in static output file git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1126 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1125 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 15 Dec, 2006 2 commits
-
-
sebastien authored
* added a computing pass * ModelTree: - separated checking pass, computing pass, and output writing - reorganized static and dynamic model file output code git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1121 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* added an embryonic checking pass after parsing * modified the decision of which derivatives to compute: - if a simul statement is present, compute the jacobian vs endogenous variables only, and no hessian - if a stoch_simul/estimation/olr/osr statement is present, compute the jacobian vs all variables, plus the hessian - if the two previous conditions are simultaneously fulfilled, abort with an error - if none of these two conditions are fulfilled, abort with an error (nothing to compute) * fixed a minor bug with the size of the jacobian matrix when computing it only vs endogenous variables git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1120 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 14 Dec, 2006 1 commit
-
-
sebastien authored
* cleaned and simplified the code * incorporated VariableTable as a private member of DataTree/ModelTree git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1118 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 12 Dec, 2006 1 commit
-
-
sebastien authored
* clearly separated the parsing process from the output writing, using an abstract intermediary representation of the mod file * created the Statement class, and its derivatives, for that purpose * fixed bug with "corr" statements in "shocks" blocks (variables indexes given to matlab were incorrect) * fixed bug with "optim" option of "estimation" (this option was not passed to matlab) * fixed bug with "dynatype" and "dynasave" (variable list was not passed correctly to matlab) * fixed bug with "calib" and "calib_var" (they were unusable because of flex misspecification) * fixed segmentation fault with "estimated_params_bound" and "estimation_params_init" git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1117 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Nov, 2006 1 commit
-
-
sebastien authored
v4 parser: created ModFile class, which is the abstract representation of a mod file; removed all static variables git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1110 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Nov, 2006 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1031 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1029 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 01 Nov, 2006 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1013 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Oct, 2006 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@989 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Oct, 2006 2 commits
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@945 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@944 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Sep, 2005 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@439 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Feb, 2005 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@8 ac1d8469-bf42-47a9-8791-bf33cf982152
-