- 24 Mar, 2011 1 commit
-
-
Houtan Bastani authored
-
- 18 Mar, 2011 1 commit
-
-
Ferhat Mihoubi authored
Correct a bug when the model contains deterministic exogenous variables and bytecode option is used. Note that stochastic simulations do not work for the moment with block option.
-
- 14 Mar, 2011 1 commit
-
-
MichelJuillard authored
put *_params_derivs.m and identification code in conformity with additional steady state argument in *_dynamics.m
-
- 13 Mar, 2011 1 commit
-
-
MichelJuillard authored
new correction for steady_state operator bug. Steady_state vector is passed as argument to *_dynamic model function. As a result, bytecode is currently broken.
-
- 07 Mar, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 21 Feb, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 04 Feb, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 03 Feb, 2011 1 commit
-
-
Ferhat Mihoubi authored
The derivatives with respect to endogenous variables of the previous blocks are corrected for a block-decomposed model without bytecode option
-
- 31 Jan, 2011 1 commit
-
-
Ferhat Mihoubi authored
- Adds a "lead_lag_incidence" matrix in each block for the endogenous variables belonging to previous blocks (other_endo)
-
- 13 Jan, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 22 Dec, 2010 1 commit
-
-
Houtan Bastani authored
fixed bug: end _dynamic and _static and getPowerDeriv functions with "end" tags to comply with commit d8dbc68e
-
- 17 Dec, 2010 1 commit
-
-
Ferhat Mihoubi authored
-
- 13 Dec, 2010 1 commit
-
-
Houtan Bastani authored
-
- 10 Dec, 2010 1 commit
-
-
Ferhat Mihoubi authored
-
- 06 Dec, 2010 1 commit
-
-
Sébastien Villemot authored
Bugfix at order 3 (hopefully was not affecting final results, thanks to Pablo Winant for spotting this): - in the 3rd derivatives matrix, among symmetric elements, the first one had the right values but the following ones were set to zero - moreover, the k-order DLL was trying to add all the symmetric elements in the folded tensor, instead of only keeping one value among all the symmetric ones - hopefully, Ondra's tensor library was (silently) refusing to add symmetric elements after the first (and right) value had been added - so the final result was correct
-
- 25 Nov, 2010 1 commit
-
-
Ferhat Mihoubi authored
and corrects the computation of the number of column in the jacobian matrices in a block decomposed model without bytecode - Identical corrections for models using bytecode without block decomposition
-
- 18 Nov, 2010 1 commit
-
-
Sébastien Villemot authored
Preprocessor: max lead/lags in the model are no longer affected by lead/lags on parameters (closes #153)
-
- 27 Oct, 2010 2 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
- 22 Oct, 2010 1 commit
-
-
Ferhat Mihoubi authored
- Add wrapper needed to compute the steady-state using bytecode and solve_algo = 0, ..., 4
-
- 18 Oct, 2010 1 commit
-
-
Houtan Bastani authored
-
- 11 Oct, 2010 1 commit
-
-
Sébastien Villemot authored
in unused model local variables
-
- 20 Sep, 2010 1 commit
-
-
Sébastien Villemot authored
options (closes #98)
-
- 17 Sep, 2010 5 commits
-
-
Ferhat Mihoubi authored
- Changing the the stack_solve_algo option : Previous version New version 1 : Sparse LU 0 : Sparse LU 2 : GMRES 1 : Relaxation 3 : BiCGStab 2 : GMRES 4 : Sparse LU & Optimal Path 3 : BiCGStab 5 : bytecode own solver 4 : Sparse LU & Optimal Path 5 : bytecode own solver
-
Ferhat Mihoubi authored
- Substitutes lead for exogenous and endogenous variables in the deterministic case: direct substitution of the variables even in non-linear expressions
-
Ferhat Mihoubi authored
Bug correction in the deterministic simulation: to solve a purely backward or forward looking block requires contemporaneous derivatives only.
-
Ferhat Mihoubi authored
- preprocessor provides informations about the dynamic structure of each block - extends the algorithms available with bytecode: stack_solve_algo = 1, 2, 3 and 4 is compatible the bytecode. Speed and memory requirement are improved with stack_solve_algo = 1 or 4 for large scale models. - bytecode can be used to evaluate a model
-
Sébastien Villemot authored
-
- 16 Sep, 2010 3 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
redundant with data members, added const keywords, use passing-by-reference)
-
Sébastien Villemot authored
- remove useless output type oMatlabDynamicModelSparseLocalTemporaryTerms (indistinguishable from oMatlabDynamicModelSparseLocal) - fix bug in output type of sparse static model
-
- 12 Aug, 2010 1 commit
-
-
Sébastien Villemot authored
Preprocessor: in the parameter derivatives file, add the global "oo_" when the STEADY_STATE operator is used
-
- 17 Jul, 2010 1 commit
-
-
Michel Juillard authored
-
- 18 Jun, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 07 Jun, 2010 2 commits
-
-
Sébastien Villemot authored
Preprocessor: use a sparse representation for the 2nd derivatives of residual and jacobian w.r.t. parameters and the derivative of hessian w.r.t. parameters
-
Sébastien Villemot authored
Preprocessor: only compute on demand the 2nd derivatives of residual and jacobian w.r.t. parameters and the derivative of hessian w.r.t. parameters
-
- 04 Jun, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 21 May, 2010 1 commit
-
-
Michel Juillard authored
-
- 28 Apr, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 23 Apr, 2010 1 commit
-
-
Sébastien Villemot authored
-