Commit Graph

6183 Commits (c9edb8d215458132f5a033598c0c6afd9c17748d)

Author SHA1 Message Date
Houtan Bastani c9edb8d215 fix typo 2013-08-06 16:02:55 -04:00
Sébastien Villemot c1def96019 Merge pull request #458 from JohannesPfeifer/stoch_solver_debug
Filter out Inf in Jacobian to get rid of most cryptic errors about Lapack function dgges
2013-07-28 05:33:13 -07:00
Sébastien Villemot 019dd89253 Merge pull request #456 from JohannesPfeifer/dyn_stat_file_info_preprocessor
Add full function header to static and dynamic model files
2013-07-28 05:32:40 -07:00
Sébastien Villemot fb466d244f Merge pull request #457 from JohannesPfeifer/documentation
Add Documentation for dynamic and static files
2013-07-28 05:32:09 -07:00
Johannes Pfeifer ca96013ca9 Filter out Inf in Jacobian to get rid of most cryptic errors about Lapack function dgges
Also adds additional debugging info
2013-07-28 12:09:59 +02:00
Johannes Pfeifer a7eedef031 Add full function header to static and dynamic model files 2013-07-28 11:32:14 +02:00
Johannes Pfeifer 9876635d46 Update and correct manual
Add information on the outputs of the static and dynamic model files
2013-07-28 10:55:12 +02:00
Johannes Pfeifer 99e40d1bf1 Merge branch 'master' of https://github.com/DynareTeam/dynare 2013-07-28 09:45:55 +02:00
Sébastien Villemot 939e7bcc13 Merge pull request #455 from JohannesPfeifer/linear_steady_debug_info
Add debugging info to steady state for linear models
2013-07-28 00:05:29 -07:00
Johannes Pfeifer 53db31dfd3 Add debugging info to steady state for linear models
Resembles the messages already provided for non-linear models
2013-07-28 00:12:19 +02:00
Johannes Pfeifer 4e21c8cd1b Merge branch 'master' of https://github.com/DynareTeam/dynare 2013-07-28 00:04:58 +02:00
Sébastien Villemot 9837523943 Merge pull request #451 from JohannesPfeifer/simul_debug_info
Add debugging option to simul that allows for checking problems with exo...
2013-07-27 10:11:08 -07:00
Sébastien Villemot d392f97485 Merge pull request #449 from JohannesPfeifer/linesearch_info
Provide additional debugging info before lnsrch1 crashes with error
2013-07-27 10:09:29 -07:00
Sébastien Villemot 3335a2bdb4 Merge pull request #450 from JohannesPfeifer/display_fix
Cosmetic fix to displaying steady state error
2013-07-27 10:08:06 -07:00
Houtan Bastani f3695921d5 ms-sbvar: submodule update 2013-07-25 10:36:50 -04:00
Houtan Bastani 5515a8a64a reporting: @series: add zerotol option 2013-07-24 10:40:01 -04:00
Houtan Bastani 7d1899df20 dynSeries: fix scalar subtraction for octave 2013-07-22 17:02:13 -04:00
Houtan Bastani 82e45f67aa reporting: @graph: new option xTickLabels 2013-07-22 13:17:26 -04:00
Houtan Bastani a961069a66 reporting: @graph: add new option graphSize 2013-07-22 12:41:41 -04:00
Johannes Pfeifer 9ddf10830f Add debugging option to simul that allows for checking problems with exogenous variables 2013-07-21 00:05:04 +02:00
Houtan Bastani 2955232780 dynSeries: add scalar addition 2013-07-18 14:50:32 -04:00
Houtan Bastani 10672ff9a3 fix typo 2013-07-18 14:29:47 -04:00
Houtan Bastani 1853d20daf dynSeries: add scalar subtraction 2013-07-18 14:27:09 -04:00
Johannes Pfeifer 6404d3da45 Provide additional debugging info before lnsrch1 crashes with error 2013-07-18 15:04:00 +02:00
Johannes Pfeifer aa59a4e173 Cosmetic fix to displaying steady state error
Gets rid of white space
2013-07-18 15:00:41 +02:00
Johannes Pfeifer ec0730a3a3 Merge branch 'master' of https://github.com/DynareTeam/dynare 2013-07-12 11:09:18 +02:00
Sébastien Villemot 5b6e3bdb7a Fix bug in simul with stack_solve_algo=0 and exogenous with lags > 1 2013-07-11 11:53:15 -07:00
Stéphane Adjemian (Charybdis) 5a4399e9b3 Removed openmp pragmas in bytecode.
This commit fixes #420, so that bytecode doesn't crash when Dynare is compiled with --enable-openmp flag.
2013-07-11 15:12:41 +02:00
Stéphane Adjemian (Charybdis) 4052d4ccaf Cosmetic changes. Use skipline() instead of disp(' '). 2013-07-10 17:12:34 +02:00
Stéphane Adjemian (Charybdis) 184c403375 Replaced disp(' ') by skipline(). 2013-07-10 16:16:32 +02:00
Stéphane Adjemian (Charybdis) 964b7580d8 Cosmetic change. 2013-07-10 16:15:28 +02:00
Stéphane Adjemian (Charybdis) dfc51d097a Cosmetic change. Replaced warning(...) by disp(...). 2013-07-10 16:09:31 +02:00
Stéphane Adjemian (Charybdis) ab00257c3b Merge branch 'master' into particle_mode_compute 2013-07-10 16:04:19 +02:00
Stéphane Adjemian (Charybdis) 2fae989131 Rewrote the portion of code requesting a user input when non linear filters are used with a gradient based optimization routine.
Closes issues #442 and #443.
2013-07-10 16:03:49 +02:00
Johannes Pfeifer aeda8d17ff Add warning if gradient-based optimizer is used with particle-filtering and offer user choice to change mode-finder 2013-07-10 12:08:59 +02:00
Stéphane Adjemian (Charybdis) 3dc372e5bc Added (command line) nointeractive option. 2013-07-10 12:02:12 +02:00
Stéphane Adjemian (Charybdis) dd21816b13 Added (command line) nograph option. 2013-07-10 11:03:48 +02:00
Stéphane Adjemian 0dfd7fc8eb Merge pull request #445 from JohannesPfeifer/simplex_fix
Fixed bugs and typos in dynare's implementation of the simplex algorithm.
2013-07-09 04:04:39 -07:00
Johannes Pfeifer 83b96814f2 Bugfix mode_compute=8
Corrects typo in first line and adds missing argument to subfunction
2013-07-09 09:48:23 +02:00
Stéphane Adjemian (Charybdis) e0ce89ec8c Fixed bug (print_info wrong calling sequence). 2013-07-08 18:05:37 +02:00
Stéphane Adjemian (Charybdis) 305869f5e1 Cosmetic change. 2013-07-08 16:43:38 +02:00
Stéphane Adjemian (Charybdis) 3fd2a9845a Added routine. 2013-07-08 16:43:17 +02:00
Johannes Pfeifer 5c52cd76c0 Merge branch 'master' of https://github.com/DynareTeam/dynare 2013-07-05 23:42:00 +02:00
Stéphane Adjemian (Charybdis) 44961e3408 Cosmetic change. Display the cell report in the log file. 2013-07-05 18:07:28 +02:00
Stéphane Adjemian (Charybdis) 6d440fbe56 Added a human readable version of the report (log file). 2013-07-05 18:02:39 +02:00
Stéphane Adjemian (Charybdis) cafbab4392 Added cycle reduction routine (and logarithmic reduction routine) in the unitary tests suite. 2013-07-05 17:28:19 +02:00
Stéphane Adjemian (Charybdis) b997febc92 Added matlab version and system name in the generated report. 2013-07-05 16:11:46 +02:00
Stéphane Adjemian (Charybdis) dc57706b55 Cosmetic change. 2013-07-05 15:56:14 +02:00
Stéphane Adjemian (Charybdis) 0f48674771 Added name2tex to the unitary tests suite. 2013-07-05 15:33:46 +02:00
Stéphane Adjemian (Charybdis) f2d0da4d80 Merge branch 'master' into experimental-unitary-tests 2013-07-05 14:28:56 +02:00