Algorithm 4 CEASE with averaging |
---|
Input: Initial value θ0, regularizer α ≥ 0, number of iterations T. |
For t = 0,1,2,⋯,T–1: |
• Each machine evaluates ∇fk(θt) and sends to the central processor; |
• The central processor computes and broadcasts to machines; |
• Each machine computes |
and sends to the central processor; |
• The central processor computes and broadcasts to machines. |
Output: θT. |