GPU-Accelerated Optimization Solver for Unit Commitment in Large-Scale Power Grids
Hussein Sharadga, Javad Mohammadi
TL;DR
The paper addresses the computational bottleneck of solving large-scale unit commitment problems by introducing a GPU-accelerated solver based on the Primal-Dual Hybrid Gradient method. It solves the relaxed subproblems on the GPU using cuOpt, providing faster bound estimation and improved crossover and branch-and-bound convergence within a two-stage DC/AC decomposition framework. Validation on 4224-, 6049-, and 6717-bus networks shows substantial speedups (up to 2.88x) while maintaining near-perfect solution quality (mean score ~0.9999). These results demonstrate the practical potential of GPU-accelerated first-order methods for real-time grid optimization and point to further gains as GPU hardware and sparse optimization libraries evolve.
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.
