Skip to content
Snippets Groups Projects
Verified Commit c218be23 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

evaluate_planner_objective.m: suppress output

[skip CI]

(cherry picked from commit e8fd1f53)
parent e7f45ca0
Branches
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ if options_.ramsey_policy
Ey = oo_.mean;
Eyhat = Ey - ys(dr.order_var(nstatic+(1:nspred)));
Eyhatyhat = oo_.var(:)
Eyhatyhat = oo_.var(:);
Euu = M_.Sigma_e(:);
EU = U + Uy*gy*Eyhat + 0.5*((Uyygygy + Uy*gyy)*Eyhatyhat + (Uyygugu + Uy*guu)*Euu + Uy*gss);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment