Learning Optimal Power Flow with Pointwise Constraints
Damian Owerko, Anna Scaglione, Alejandro Ribeiro
TL;DR
This work tackles OPF by learning a parameterization that yields $[oldsymbol{s}, oldsymbol{v}]$ from demand $oldsymbol{r}$ while enforcing constraints pointwise for every realization. The authors formulate a dual-domain training approach using an augmented Lagrangian and propose several multiplier schemes (pointwise, shared, and hybrid) to balance feasibility with computational efficiency. Empirical results across five power systems show that pointwise dual training substantially reduces constraint violations, especially in larger networks and corner cases, albeit with occasional trade-offs in optimality and increased memory for storing per-realization multipliers. The approach leverages Graph Attention Networks to capture network structure and provides a principled alternative to average-constraint or supervised methods for fast, feasible OPF predictions in large-scale grids.
Abstract
Training learning parameterizations to solve optimal power flow (OPF) with pointwise constraints is proposed. In this novel training approach, a learning parameterization is substituted directly into an OPF problem with constraints required to hold over all problem instances. This is different from existing supervised learning methods in which constraints are required to hold across the average of problem instances. Training with pointwise constraints is undertaken in the dual domain with the use of augmented Lagrangian and dual gradient ascent algorithm. Numerical experiments demonstrate that training with pointwise constraints produces solutions with smaller constraint violations. Experiments further demonstrated that pointwise constraints are most effective at reducing constraint violations in corner cases - defined as those realizations in which constraints are most difficult to satisfy. Gains are most pronounced in power systems with large numbers of buses.
