PyDeePC icon indicating copy to clipboard operation
PyDeePC copied to clipboard

Python library that implements DeePC: Data-Enabled Predictive Control

Results 1 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...