Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Momentum step size #20

Open
Banana1530 opened this issue Aug 15, 2018 · 0 comments
Open

Momentum step size #20

Banana1530 opened this issue Aug 15, 2018 · 0 comments
Labels
Algorithm Improvements Improvements to core MoMA Algorithm

Comments

@Banana1530
Copy link
Collaborator

Banana1530 commented Aug 15, 2018

I notice there are two different versions of FISTA algorithm. To minimize g+h, where h is non-smooth and g smooth, FISTA update goes like this

where \beta_k is the momentum stepsize.

[1] uses

For the original paper [2]


where

[1] http://www.seas.ucla.edu/~vandenbe/236C/lectures/fista.pdf Page 3
[2] https://people.rennes.inria.fr/Cedric.Herzet/Cedric.Herzet/Sparse_Seminar/Entrees/2012/11/12_A_Fast_Iterative_Shrinkage-Thresholding_Algorithmfor_Linear_Inverse_Problems_(A._Beck,_M._Teboulle)_files/Breck_2009.pdf

@Banana1530 Banana1530 added the Algorithm Improvements Improvements to core MoMA Algorithm label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algorithm Improvements Improvements to core MoMA Algorithm
Projects
None yet
Development

No branches or pull requests

1 participant