-
Notifications
You must be signed in to change notification settings - Fork 102
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
Adaptive-FISTA #323
Comments
Looks very promising. Would be interested to see if this means we can relax having to know the maximum eigenvalue. Maybe setting a sufficiently large value is enough under this adaptive scheme. Looking forward to seeing this! |
Good point! We haven’t looked into this but definitely for some problem where you can’t tell upfront the eigenvalue, not having to know it with high accuracy would be a bit plus :) |
Now that #90 is closed, it would be interesting to convert the AFISTA code into a class-based solver: |
Hi, this issue is already taken, we just need to move codes around so no point for you to look into it. |
Feature
Recently an Adaptive-FISTA algorithm was introduced in https://www.earthdoc.org/content/papers/10.3997/2214-4609.202229010. This algorithm shows faster convergence for problems where the model is expected to be very sparse (as it approximates the
L0
norm).Implementation
@NickLuiken will implement this in
pylops.optimization.sparsity.ISTA
andpylops.optimization.sparsity.FISTA
The text was updated successfully, but these errors were encountered: