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

SAG and SAGA approximate gradient methods #1624

Merged
merged 251 commits into from
Jul 20, 2024

Conversation

MargaretDuff
Copy link
Member

@MargaretDuff MargaretDuff commented Dec 13, 2023

Describe your changes

SAG and SAGA approximate gradient methods

Describe any testing you have performed

Please add any demo scripts to CIL-Demos/misc/

Link relevant issues

Closes #1342

Checklist when you are ready to request a review

  • I have performed a self-review of my code
  • I have added docstrings in line with the guidance in the developer guide
  • I have implemented unit tests that cover any new or modified functionality
  • CHANGELOG.md has been updated with any functionality change
  • Request review from all relevant developers
  • Change pull request label to 'Waiting for review'

Contribution Notes

Please read and adhere to the developer guide and local patterns and conventions.

  • The content of this Pull Request (the Contribution) is intentionally submitted for inclusion in CIL (the Work) under the terms and conditions of the Apache-2.0 License.
  • I confirm that the contribution does not violate any intellectual property rights of third parties

Copy link
Contributor

@epapoutsellis epapoutsellis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions (no actions) and one question. LGTM, approve.

Copy link
Contributor

@paskino paskino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few suggestions, plus please add the memory requirements for these functions in the documentation.

@MargaretDuff MargaretDuff added this to the v24.2.0 milestone Jul 17, 2024
@MargaretDuff MargaretDuff requested a review from paskino July 17, 2024 14:18
paskino added 3 commits July 19, 2024 20:12
Signed-off-by: Edoardo Pasca <14138589+paskino@users.noreply.github.com>
Signed-off-by: Edoardo Pasca <14138589+paskino@users.noreply.github.com>
quick fix

Signed-off-by: Edoardo Pasca <14138589+paskino@users.noreply.github.com>
@paskino paskino merged commit c719a67 into TomographicImaging:master Jul 20, 2024
8 checks passed
@MargaretDuff MargaretDuff mentioned this pull request Aug 12, 2024
8 tasks
@MargaretDuff
Copy link
Member Author

Thanks @paskino for getting this over the line!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: PRs to review
Development

Successfully merging this pull request may close these issues.

Stochastic Average Gradient (Ameliore) SAG, SAGA
7 participants