A GPU-Accelerated Distributed Algorithm for Optimal Power Flow in Distribution Systems
Minseok Ryu, Geunyeong Byeon, Kibaek Kim
TL;DR
This work tackles the challenge of scalable, distributed, multi-phase OPF for distribution networks with dynamic topology. It introduces a solver-free, GPU-accelerated ADMM based on component-wise decomposition, isolating bound constraints to enable closed-form, matrix-operations on GPUs and row-reduction to guarantee full row rank where needed. Numerical results on IEEE tests from 13 to 8500 buses demonstrate substantial speedups over CPU-based approaches and strong scalability, especially for large networks. The approach reduces per-iteration time by orders of magnitude and holds promise for real-time or near real-time distribution system optimization, with future directions including convex relaxations and privacy-preserving techniques.
Abstract
We propose a GPU-accelerated distributed optimization algorithm for controlling multi-phase optimal power flow in active distribution systems with dynamically changing topologies. To handle varying network configurations and enable adaptable decomposition, we advocate a componentwise decomposition strategy. However, this approach can lead to a prolonged computation time mainly due to the excessive iterations required for achieving consensus among a large number of fine-grained components. To overcome this, we introduce a technique that segregates equality constraints from inequality constraints, enabling GPU parallelism to reduce per-iteration time by orders of magnitude, thereby significantly accelerating the overall computation. Numerical experiments on IEEE test systems ranging from 13 to 8500 buses demonstrate the superior scalability of the proposed approach compared to its CPU-based counterparts.
