|
Algorithm 3 The algorithm to solve problem (11). |
Input: and ;
Output: The weight vector . 1: Initialize , , , and ; 2: while not converged do
3: Update by Equation (A1); 4: Update by solving problem (A3) via Algorithm 4; 5: Update ; 6: Update ; 7: end while
|