survey-robust-mpc.pdf

위의 리뷰논문(?)을 기준으로 간단한 모델 예측 제어(model predictive control)이라고 불리는 MPC에 대한 기본적인 설명과 추가적으로 잡음에 대한 모델링까지 추가하여 robustness를 추가한 robust MPC에 대한 설명을 진행해보고자 한다.



What is MPC?(model predictive control)

<aside> <img src="/icons/book_gray.svg" alt="/icons/book_gray.svg" width="40px" /> result of the optimization is applied according to a receding horizon philosophy

::

At time t only the rst input of the optimal command sequence is actually applied to the plant. The remaining optimal inputs are discarded, and a new optimal control problem is solved at time t + 1

</aside>

Untitled

→ 현재 시간 t라는 위치에 대해서 t+Np만큼의 out horizon에 대한 input horizon을 최적화하여 구하고 이 값중 t시간의 입력만 써서 출력한다.

<aside> <img src="/icons/book_gray.svg" alt="/icons/book_gray.svg" width="40px" /> very little is known about the robust control of linear systems with constraints. Recently, this type of problem has been addressed in the context of MPC.

</aside>

현재 제약조건이 존재하는 Linear time invariant system에 대한 강건 제어는 많이 알려지지 않았고,