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

Mm/pure gradient descent #419

Draft
wants to merge 4 commits into
base: development
Choose a base branch
from
Draft

Conversation

mmcleod89
Copy link
Contributor

  • Add pure gradient descent method
  • takes a function f(x,y) [likelihood] and g(x) [prior]
  • Uses FISTA update but this should probably be a flag
  • Need to settle on an appropriate interface
  • Convergence fn should be passed into setup, possibly with a default. This seems to be the main point of difference between Algorithm and ImagingAlgorithm classes. (I think the imaging algorithm classes might be redundant or could inherit from the algorithm classes to avoid all the unnecessary forwarding of arguments.)
  • Needs to be tested with real images & CNN model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant