Dear Prof. Johan
I want to use analytical methods to solve model predictive control problems with chance constraints, assume that the uncertainty variable d follows normal distribution, the optimization problem has the following form:
min J=βΣ(e(k+h|k))^2+(1-β)Σ(u(k+h|k)) subject to
- x(k+h)=A*x(k+h-1)+B*u(k+h-1)+E*d(k+h-1)
- Pr[ |y(k+h|k)-yref(k+h|k)|<=e(k+h|k) ]>=α
- Smin<=x(k+h|k)<=Smax
- Umin<=u(k+h|k)<=Umax
the chance constraint 2 Pr[-e(k)<=C*(A*x(k)+B*u(k)+E*d(k))-yref(k+1)<=e(k)]>=α, the uncertain variable d can be separated, the constraint can be transformed as follows:
(CE)^-1(-e-CA*x(k)-CB*u(k)+yref(k+1))<=φ^-1(1-α),(CE)^-1(e-CA*x(k)-CB*u(k)+yref(k+1))>=φ^-1(α), φ^-1 is Inverse function of cumulative distribution function,
I am not sure the above derivation is feasible, and I don't know how to combine the analytic method with the model predictive control state space expression with the uncertain variable d in 1.
I hope you can give some advice. Thanks in advanced.