LGSYOCDec 16, 2020

Learning to Solve AC Optimal Power Flow by Differentiating through Holomorphic Embeddings

arXiv:2012.09622v13 citations
AI Analysis

This work provides a more robust and faster method for grid operators to solve AC-OPF problems, which is crucial for managing power systems with increasing renewable generation. It is an incremental improvement over existing methods.

The paper addresses the challenge of solving AC Optimal Power Flow (AC-OPF) problems, which are critical for power system operations but are complicated by non-physical roots in power flow equations. By differentiating through a power flow solver that embeds equations into a holomorphic function, the authors developed a learning-based approach that achieves a 12x speed increase and 40% robustness improvement on a 200-bus system compared to traditional solvers.

Alternating current optimal power flow (AC-OPF) is one of the fundamental problems in power systems operation. AC-OPF is traditionally cast as a constrained optimization problem that seeks optimal generation set points whilst fulfilling a set of non-linear equality constraints -- the power flow equations. With increasing penetration of renewable generation, grid operators need to solve larger problems at shorter intervals. This motivates the research interest in learning OPF solutions with neural networks, which have fast inference time and is potentially scalable to large networks. The main difficulty in solving the AC-OPF problem lies in dealing with this equality constraint that has spurious roots, i.e. there are assignments of voltages that fulfill the power flow equations that however are not physically realizable. This property renders any method relying on projected-gradients brittle because these non-physical roots can act as attractors. In this paper, we show efficient strategies that circumvent this problem by differentiating through the operations of a power flow solver that embeds the power flow equations into a holomorphic function. The resulting learning-based approach is validated experimentally on a 200-bus system and we show that, after training, the learned agent produces optimized power flow solutions reliably and fast. Specifically, we report a 12x increase in speed and a 40% increase in robustness compared to a traditional solver. To the best of our knowledge, this approach constitutes the first learning-based approach that successfully respects the full non-linear AC-OPF equations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes