🤖 AI Summary
To address the computational bottlenecks—excessive runtime and slow convergence—of large-scale power system unit commitment (UC) problems on conventional CPUs, this paper proposes a GPU-accelerated mixed-integer linear programming (MILP) solver. The method leverages GPU parallelism to implement the Primal-Dual Hybrid Gradient (PDHG) algorithm for efficiently solving linear relaxation subproblems, thereby accelerating bound estimation and branch-and-bound search. It further incorporates customized sparse matrix handling and memory optimization techniques to enhance scalability in high-dimensional, long-horizon scheduling scenarios. Evaluated on real-world power systems with 4,224–6,717 buses, the solver achieves speedups of several-fold to over an order of magnitude compared to state-of-the-art CPU-based solvers, while rigorously preserving solution feasibility and optimality. This advancement enables efficient, reliable, and near-real-time rolling optimization for modern power system dispatch.
📝 Abstract
This work presents a GPU-accelerated solver for the unit commitment (UC) problem in large-scale power grids. The solver uses the Primal-Dual Hybrid Gradient (PDHG) algorithm to efficiently solve the relaxed linear subproblem, achieving faster bound estimation and improved crossover and branch-and-bound convergence compared to conventional CPU-based methods. These improvements significantly reduce the total computation time for the mixed-integer linear UC problem. The proposed approach is validated on large-scale systems, including 4224-, 6049-, and 6717-bus networks with long control horizons and computationally intensive problems, demonstrating substantial speed-ups while maintaining solution quality.