Research Article

Distributed Energy Management of the Hybrid AC/DC Microgrid with High Penetration of Distributed Energy Resources Based on ADMM

Algorithm 1

Pseudo-code of the P-ADMM algorithm.
P-ADMM algorithm
(1) input: system and DER parameters
(2) output: AC and DC energy schedules and BC operation status
(3) while:
do
 Solve subproblem I to update primal variables Xk
 Solve subproblem I to update primal variables Yk
 Update dual variables using (30)
end