How can the ADMM algorithm be distributed?

119 Views Asked by At

I am reading Boyd's tutorial paper on ADMM. One question I had after I reached the formulation of the algorithm on pp.14 is: how can the alternating or sequential fashion of x-minimization step and z-minimization step lead to a distributed/decentralized implementation of the algorithm, as claimed in the abstract? Thanks!