evaluate_planner_objective.m: suppress output

[skip CI]
pac-components
Johannes Pfeifer 2021-10-21 09:44:49 +02:00
parent 368ff7f8fe
commit e8fd1f53db
1 changed files with 1 additions and 1 deletions

View File

@ -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);