| | |
alpha= | smoothing parameter, typical value: 1 to 10 times estimated norm(x,inf)
|
delta=0.0001 | delta controls update step and convergent, small delta ensure convergence but with small decrease in data fit error
|
lamda=1000. | lamda controls sparsity, bigger lamda, more sparsity
|
lip= | the estimated Lipschitz constrant of the dual objective, default: alpha*normest(A*A',1e-2)
|
file mres= | auxiliary output file name
|
file res= | auxiliary output file name
|
reset= | Nesterov's acceleration restart (theta is reset) or skip (theta is not reset)
|
savevel=0 | Flag to choose the algorithm
|
step=0.000005 | step is very important in convergence and sparsity
|
file vel0= | auxiliary input file name
|
file velout= | auxiliary output file name
|
|