TL;DR
DR-DAQP is an open-source hybrid solver for affine variational inequalities that combines operator splitting with active-set strategies, achieving significant speedups over existing methods.
Contribution
It introduces a novel active-set acceleration for Douglas-Rachford splitting, enabling finite-time exact solutions and substantial performance improvements.
Findings
DR-DAQP is up to 100 times faster than PATH.
It solves game-theoretic MPC problems several orders faster than NashOpt.
The solver guarantees convergence and finite termination under certain conditions.
Abstract
We present \texttt{DR-DAQP}, an open-source solver for strongly monotone affine variational inequaliries that combines Douglas-Rachford operator splitting with an active-set acceleration strategy. The key idea is to estimate the active set along the iterations to attempt a Newton-type correction. This step yields the exact AVI solution when the active set is correctly estimated, thus overcoming the asymptotic convergence limitation inherent in first-order methods. Moreover, we exploit warm-starting and pre-factorization of relevant matrices to further accelerate evaluation of the algorithm iterations. We prove convergence and establish conditions under which the algorithm terminates in finite time with the exact solution. Numerical experiments on randomly generated AVIs show that \texttt{DR-DAQP} is up to two orders of magnitude faster than the state-of-the-art solver \texttt{PATH}. On…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
