|
| Implementation steps of GIREN algorithm |
| 1) |
Initialize coefficients β, and set the iteration index to 1. Define the convergence criteria variable crit, and set crit=0 |
| 2) |
In the t -th iteration, fix all the βt and calculate the value of objective function F with (3). |
| 3) |
For j=1,⋯,m
|
| 4) |
Fix the updated βt+1, and calculate the value of the objective function. That is, update the value of objective function Fnew with (3). |
| 5) |
Update crit by (7).
|
| 6) |
Repeat step 2)–5) until the convergence criterion is satisfied. That is, when crit is smaller than a predefined threshold. |
|