Can i solve the following problem using FISTA? minimise over x -> norm(**(y-Ax)./sqrt(Ax)**, 2) + lambda(norm(x,2))
Can i solve the following problem using FISTA?
minimise over x -> norm((y-Ax)./sqrt(Ax), 2) + lambda(norm(x,2))