You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, looking at the variable residual(i) (which, together with variable normalizer makes for the full formula 42 of the FASTA field guide), I fail to understand why it is equal to norm(Dx(:))/tau0 = norm(x1(:) - x0(:))/tau0 and not to norm(gradf0(:) + (x1(:)-x1hat(:))/tau0) ?
Cheers,
Roman
PS: By the way, your FASTA field guide greatly helped me to implement my own twists on FISTA, thanks a lot !
The text was updated successfully, but these errors were encountered:
Hello !
Looking at
fasta-matlab/solvers/fasta.m
Line 154 in 033c41b
Looking at the variable normalizer, I find it to be the same as the denominator in formula 42 of the FASTA field guide:
fasta-matlab/solvers/fasta.m
Line 156 in 033c41b
Now, looking at the variable residual(i) (which, together with variable normalizer makes for the full formula 42 of the FASTA field guide), I fail to understand why it is equal to norm(Dx(:))/tau0 = norm(x1(:) - x0(:))/tau0 and not to norm(gradf0(:) + (x1(:)-x1hat(:))/tau0) ?
Cheers,
Roman
PS: By the way, your FASTA field guide greatly helped me to implement my own twists on FISTA, thanks a lot !
The text was updated successfully, but these errors were encountered: