Skip to content

SAG and SAGA approximate gradient methods - #1624

Merged
paskino merged 251 commits into
TomographicImaging:masterfrom
MargaretDuff:sag-saga
Jul 20, 2024
Merged

SAG and SAGA approximate gradient methods #1624
paskino merged 251 commits into
TomographicImaging:masterfrom
MargaretDuff:sag-saga

Conversation

@MargaretDuff

@MargaretDuff MargaretDuff commented Dec 13, 2023

Copy link
Copy Markdown
Member

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

Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py
Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py Outdated
Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py Outdated

@epapoutsellis epapoutsellis left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py Outdated
Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py
Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py Outdated
Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py Outdated
Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py Outdated

@paskino paskino left a comment

Copy link
Copy Markdown
Contributor

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
Comment thread Wrappers/Python/cil/optimisation/functions/SAGFunction.py
Comment thread Wrappers/Python/test/test_approximate_gradient.py Outdated
Comment thread Wrappers/Python/test/test_approximate_gradient.py Outdated
paskino added 3 commits July 19, 2024 20:12
Signed-off-by: Edoardo Pasca <[email protected]>
quick fix

Signed-off-by: Edoardo Pasca <[email protected]>
@paskino
paskino merged commit c719a67 into TomographicImaging:master Jul 20, 2024
@MargaretDuff MargaretDuff mentioned this pull request Aug 12, 2024
8 tasks
@MargaretDuff

Copy link
Copy Markdown
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