mathiasKorte / data_driven_MPC

13 stars 2 forks source link

Data Driven MPC

This project was created by Stephan Rappensberger and Mathias Korte

DDMPC.m - Class

Constructor

The constructer generates the DDMPC-class with user given paramters. These parameters can/must specified:

Necessary:

Optional

Step function

Evalutaion

For purposes of evaluation we included two files for testing our DDMPC:

Literature

We implemented DDMPC based on this paper: "Data-driven model predictive control: closed-loop guarantees and experimental results" (https://arxiv.org/abs/2107.00966). But the whole idea of Data-driven MPC is first mentioned in "Data-Enabled Predictive Control: In the Shallows of the DeePC" (https://arxiv.org/abs/1811.05890)