Algorithm 1: Iterative algorithm for the prediction error optimization. |
1 Initialization: Set := +∞, :=
|
2 for each k
{solving subproblem (19)} |
3 Generating an initial points: Set k:= 0 and solve (20) to generate (). |
4 repeat
|
5 Solve (21) to obtain () and . |
6 Update ():=(). |
7 Set . |
8 until Convergence |
9 if
|
10 Update := and ():=(). |
11 end if
|
12 end for
|