PyDeePC
PyDeePC copied to clipboard
Python library that implements DeePC: Data-Enabled Predictive Control
Results
2
PyDeePC issues
Sort by
recently updated
recently updated
newest added
**Describe the bug** There is a small issue in deepc.py lines 139 and 140 with the following lines: u = cp.reshape(u, (self.horizon, self.M)) y = cp.reshape(y, (self.horizon, self.P)) This may...
**Describe the bug** I have a couple of questions: 1. The Hankel matrix is updating with the new data ? I saw in the code and it looks like that...