Skip to content

Differentially private distributed optimization of the optimal power flow problem

License

Notifications You must be signed in to change notification settings

wdvorkin/DP_D_OPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Companion for "Differentially Private Distributed Optimal Power Flow"

by V. Dvorkin, P. Van Hentenryck, J. Kazempour and P. Pinson.

The repository contains data and codes for the centralized OPF in (1) and two privacy-preserving ADMM Algorithms 1 and 2. The code returns the comparison of the centralized OPF solution with the solution of one of the privacy-preserving algorithms. The optimization models have been implemented by using JuMP in the Julia programming language (v1.1.1.1). The following packages are required:

To run the program, make use of particular versions of these Julia packages with

julia> Pkg.pin("DataFrames", v"0.19.2")
julia> Pkg.pin("DataStructures", v"0.17.0")
julia> Pkg.pin("Distributions", v"0.21.1")
julia> Pkg.pin("Gurobi", v"0.6.0")
julia> Pkg.pin("JuMP", v"0.19.2")
julia> Pkg.pin("PowerModels", v"0.12.2")

About

Differentially private distributed optimization of the optimal power flow problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages