Reliably Learn to Trim Multiparametric Quadratic Programs via Constraint Removal
Zhinan Hou, Keyou You
TL;DR
The paper tackles the challenge of solving mp-QPs with many redundant linear inequalities on limited hardware by learning from previously solved instances to safely remove constraints without changing the optimum. It introduces a Lipschitz-based framework to certify that a trimmed mp-QP preserves the original solution, and provides explicit bounds and LICQ-based guarantees. The approach extends to MPC, showing that adaptive online trimming can reduce the online problem to a constraint-free form after a finite time, with additional gains from incorporating offline solved mp-QPs via Voronoi-based selection. Empirical results on a mass-spring system demonstrate substantial reductions in inequality constraints and computation time, highlighting a practical path toward efficient embedded MPC that leverages both offline and online data.
Abstract
In a wide range of applications, we are required to rapidly solve a sequence of convex multiparametric quadratic programs (mp-QPs) on resource-limited hardwares. This is a nontrivial task and has been an active topic for decades in control and optimization communities. Observe that the main computational cost of existing solution algorithms lies in addressing many linear inequality constraints, though their majority are redundant and removing them will not change the optimal solution. This work learns from the results of previously solved mp-QP(s), based on which we propose novel methods to reliably trim (unsolved) mp-QPs via constraint removal, and the trimmed mp-QPs can be much cheaper to solve. Then, we extend to trim mp-QPs of model predictive control (MPC) whose parameter vectors are sampled from linear systems. Importantly, both online and offline solved mp-QPs can be utilized to adaptively trim mp-QPs in the closed-loop system. We show that the number of linear inequalities in the trimmed mp-QP of MPC decreases to zero in a finite timestep, which also can be reduced by increasing offline computation. Finally, simulations are performed to demonstrate the efficiency of our trimming method in removing redundant constraints.
