Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Minje Jeon
dynare
Commits
a517c1f1
Commit
a517c1f1
authored
Jul 22, 2021
by
Johannes Pfeifer
Browse files
neo_growth_ramsey_k_order.mod: call evaluate_planner_objective
parent
66dcef27
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/optimal_policy/neo_growth_ramsey_k_order.mod
View file @
a517c1f1
...
...
@@ -31,8 +31,13 @@ end;
stoch_simul(order=6, irf=0);
evaluate_planner_objective;
[condWelfare, U_dynpp, W_dynpp, U_dyn, W_dyn] = k_order_welfare(oo_.dr, M_, options_);
if condWelfare~=oo_.planner_objective_value(1)
error('Values do not match');
end
if ~exist('neo_growth_k_order_results.mat','file');
error('neo_growth_k_order must be run first');
end;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment