Skip to content
Snippets Groups Projects
Commit e8fd1f53 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

evaluate_planner_objective.m: suppress output

[skip CI]
parent 368ff7f8
Branches
Tags
1 merge request!1949evaluate_planner_objective.m: suppress output
Pipeline #6163 skipped
......@@ -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