Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-02-02 16:39:04
Size: 2110
Comment:
Revision 5 as of 2008-08-15 13:16:20
Size: 2703
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * ExprNode::collectEndogenous() returns the empty set when called on a model local variable node (is this really a bug?) -- SébastienVillemot [[DateTime(2008-04-08T17:26:12Z)]]
Line 8: Line 10:
 * mex files produced with USE_DLL should return space matrices. Currently it conflicts with sparse_hessian_times_B_kronecker_C at order=2 -- MichelJuillard [[DateTime(2008-08-15T13:16:18Z)]]
Line 10: Line 13:
 * Since r1717, second order derivatives always computed, even with order=1 -- SébastienVillemot [[DateTime(2008-02-29T16:05:21Z)]]
  '''Fixed in r1809''' -- -- SébastienVillemot [[DateTime(2008-04-24T11:01:48Z)]]

Outstanding bugs

  • ExprNode::collectEndogenous() returns the empty set when called on a model local variable node (is this really a bug?) -- SébastienVillemot DateTime(2008-04-08T17:26:12Z)

  • The block estimated_params_init does not initialize the standard deviations of the shocks and dsge_prior_weight.

  • If USE_DLL is not specified as an option in the model block any mex file (resulting from previous simulations) should be erased before any call to _static or _dynamic, otherwise matlab considers the mex file and not the m files.
  • temporary terms for static file are incorrectly computed in SparseDLL mode (should separate temporary terms for the static file from those for the dynamic file since the output langage is not the same in the two situations)
  • estimation statement doesn't accept order option
  • mex files produced with USE_DLL should return space matrices. Currently it conflicts with sparse_hessian_times_B_kronecker_C at order=2 -- MichelJuillard DateTime(2008-08-15T13:16:18Z)

Resolved bugs

DynareWiki: PreProcessorBugs (last edited 2009-04-09 16:08:13 by SébastienVillemot)