Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Merge requests
!2008
MOM: add missing debug option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
MOM: add missing debug option
JohannesPfeifer/dynare:mom
into
master
Overview
2
Commits
1
Pipelines
4
Changes
1
Merged
MOM: add missing debug option
Johannes Pfeifer
requested to merge
JohannesPfeifer/dynare:mom
into
master
Mar 24, 2022
Overview
2
Commits
1
Pipelines
4
Changes
1
0
0
Merge request reports
Compare
master
version 3
3b2b2520
Mar 24, 2022
version 2
2492aee1
Mar 24, 2022
version 1
d2cd5c50
Mar 24, 2022
master (base)
and
latest version
latest version
f3bf8fb8
1 commit,
Mar 24, 2022
version 3
3b2b2520
1 commit,
Mar 24, 2022
version 2
2492aee1
1 commit,
Mar 24, 2022
version 1
d2cd5c50
1 commit,
Mar 24, 2022
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
matlab/+mom/run.m
+
1
−
1
View file @ f3bf8fb8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -365,7 +365,7 @@ analytic_jacobian_optimizers = [1, 3, 4, 13, 101]; %these are currently supporte
options_mom_
.
initialize_estimated_parameters_with_the_prior_mode
=
0
;
% needed by set_prior.m
options_mom_
.
figures
.
textwidth
=
0.8
;
%needed by plot_priors.m
options_mom_
.
ramsey_policy
=
0
;
% needed by evaluate_steady_state
options_mom_
.
debug
=
false
;
%needed by
resol.m
options_mom_
=
set_default_option
(
options_mom_
,
'
debug
'
,
false
)
;
%nee
e
ded by
e.g. check_plot
options_mom_
.
risky_steadystate
=
false
;
%needed by resol
options_mom_
.
threads
=
options_
.
threads
;
%needed by resol
options_mom_
.
jacobian_flag
=
true
;
Loading