Research Article

A Distributed Conjugate Gradient Online Learning Method over Networks

Algorithm 1

Distributed Online Conjugate Gradient Algorithm (D-OCG).
(1)Input: convex set , maximum round number T
(2)Initialize: ,iV
(3)for i = 1, …, T do
(4) The adversary reveals fti, ∀iV
(5) Compute the gradients  ∈ ∂fti(xi(t)), ∀iV
(6) Compute:
,
βi(t) = max{0, βi(t)PRP},
(7)
,iV
(8)for each iV do
(9)  
(10)  
(11)end for
(12)end for