Some arguments of the function sparse_rec_fista are unused variables:
nb_scales
atol
lambda_init
The first 2 are misleading, because their use is actually elsewhere (respectively when creating the linear operator and when creating the cost operator).
The last one should be used when initializing the opt object.
Some arguments of the function
sparse_rec_fista
are unused variables:nb_scales
atol
lambda_init
The first 2 are misleading, because their use is actually elsewhere (respectively when creating the linear operator and when creating the cost operator).
The last one should be used when initializing the
opt
object.