paper-with-me

Papers

Learning-Accelerated ADMM for Distributed Optimal Power Flow

2019-11-08 · David Biagioni, Peter Graf, Xiangyu Zhang, Ahmed Zamzam, Kyri Baker, Jennifer King

We propose a novel data-driven method to accelerate the convergence of Alternating Direction Method of Multipliers (ADMM) for solving distributed DC optimal power flow (DC-OPF) where lines are shared between independent network partitions. Using previous observations of ADMM trajectories for a given system under varying load, the method trains a recurrent neural network (RNN) to predict the converged values of dual and consensus variables. Given a new realization of system load, a small number of initial ADMM iterations is taken as input to infer the converged values and directly inject them into the iteration. We empirically demonstrate that the online injection of these values into the ADMM iteration accelerates convergence by a significant factor for partitioned 14-, 118- and 2848-bus test systems under differing load scenarios. The proposed method has several advantages: it maintains the security of private decision variables inherent in consensus ADMM; inference is fast and so may be used in online settings; RNN-generated predictions can dramatically improve time to convergence but, by construction, can never result in infeasible ADMM subproblems; it can be easily integrated into existing software implementations. While we focus on the ADMM formulation of distributed DC-OPF in this paper, the ideas presented are naturally extended to other distributed optimization problems.

📄 PDF Abstract BibTeX arXiv:1911.03019

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Methods 이 논문이 사용한 방법론

Test 설명 없음
ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

A Reinforcement Learning Approach to Parameter Selection for Distributed Optimal Power Flow

2021-10-22 · Sihan Zeng, Alyssa Kody, Youngdae Kim, Kibaek Kim 외

With the increasing penetration of distributed energy resources, distributed optimization algorithms have attracted significant attention for power systems applications due to their potential for superior scalability, pr…

Distributed OptimizationQ-Learningreinforcement-learningReinforcement Learning (RL)

Privacy-Preserving Distributed Optimal Power Flow with Partially Homomorphic Encryption

2021-01-21 · Tong Wu, Changhong Zhao, Ying-Jun Angela Zhang

Distribution grid agents are obliged to exchange and disclose their states explicitly to neighboring regions to enable distributed optimal power flow dispatch. However, the states contain sensitive information of individ…

Privacy Preserving

Assessing the Impacts of Nonideal Communications on Distributed Optimal Power Flow Algorithms

2021-05-31 · Mohannad Alkhraijah, Carlos Menendez, Daniel K. Molzahn

Power system operators are increasingly looking toward distributed optimization to address various challenges facing electric power systems. To assess their capabilities in environments with nonideal communications, this…

Distributed Optimization

DPLib: A Standard Benchmark Library for Distributed Power System Analysis and Optimization

2025-06-25 · Milad Hasanzadeh, Amin Kargarian

\textit{DPLib} is an open-source MATLAB-based benchmark library created to support research and development in distributed and decentralized power system analysis and optimization. Distributed and decentralized methods o…

Distributed Optimization

Newton-ADMM: A Distributed GPU-Accelerated Optimizer for Multiclass Classification Problems

2018-07-18 · Chih-Hao Fang, Sudhir B. Kylasa, Fred Roosta, Michael W. Mahoney 외

First-order optimization methods, such as stochastic gradient descent (SGD) and its variants, are widely used in machine learning applications due to their simplicity and low per-iteration costs. However, they often requ…

General ClassificationGPU