- 17 Oct, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2170 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Sep, 2008 1 commit
-
-
sebastien authored
* fail if no. of equations is different from no. of endogenous (unless ramsey_policy is used) * more fields in the ModFileStructure class * cosmetic changes git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2121 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Apr, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1809 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 07 Apr, 2008 1 commit
-
-
sebastien authored
* renamed TmpSymbolTable to SymbolList (with some clean up by the way) * removed unused mechanism of alternative variable names in tmp_var_list * OptionsList: fixed memory leak and bug in clear() git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1785 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 05 Apr, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1784 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Apr, 2008 1 commit
-
-
michel authored
added some options for GSA git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1781 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Feb, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1686 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 11 Jan, 2008 1 commit
-
-
sebastien authored
* added copyright and license notice to all source files * used SVN changelog to determine first copyright year * used 2003 if file present from the creation of SVN repository git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1565 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Jul, 2007 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1370 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
-
- 18 Dec, 2006 1 commit
-
-
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
-
- 17 Dec, 2006 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1123 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 15 Dec, 2006 1 commit
-
-
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
-
- 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
-