tiepvupsu / FISTA

FISTA implementation in MATLAB (recently updated FISTA with backtracking)
184 stars 61 forks source link

Can I solve the following problem? #4

Open avmodi opened 5 years ago

avmodi commented 5 years ago

Can i solve the following problem using FISTA?

minimise over x -> norm((y-Ax)./sqrt(Ax), 2) + lambda(norm(x,2))