Core Concepts
A physics-informed deep learning framework that generates optimal solutions for the AC Optimal Power Flow problem while ensuring feasibility through a novel calibration algorithm.
Abstract
The paper proposes a two-stage framework to efficiently solve the AC Optimal Power Flow (ACOPF) problem, which is a critical operation problem in power grid management.
Stage 1: Physics-informed Deep Learning for ACOPF Prediction
- The framework uses a deep neural network (DNN) to capture the underlying relationship between power demand and the optimal voltage magnitudes and phase angles at each bus.
- The DNN is trained to minimize both the prediction error and a physics-informed power injection reconstruction loss, ensuring the solutions adhere to the power flow equations.
Stage 2: Feasibility Calibration Algorithm
- The algorithm systematically eliminates any feasibility-related errors in the DNN outputs by leveraging Gauss-Seidel updates and directly adjusting power injections at generator buses.
- The calibration process converges for all test scenarios on the IEEE bus-14 grid and achieves a 92.2% convergence rate on the IEEE bus-118 grid.
The proposed framework outperforms state-of-the-art data-driven ACOPF algorithms, achieving a 0.5% and 1.4% optimality gap for the IEEE bus-14 and 118 grids, respectively, while ensuring a high feasibility rate.
Stats
The ACOPF problem concerns more than $10 billion per year in the U.S. alone.
The ACOPF problem is NP-hard due to its nonconvex nature.
The proposed DNN model has 189,148 parameters for the IEEE bus-14 system and 309,164 for the IEEE bus-118 system.
Quotes
"The modern power grid is witnessing a shift in operations from traditional control methods to more advanced operational mechanisms."
"Efficiently solving the ACOPF problem has remained a longstanding challenge in power engineering, due to its nonconvex nature, which has been proved to be NP-hard."