add Python example running LBFGSB-PC #1663
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementation of
Tsai et al,
"Fast Quasi-Newton Algorithms for Penalized Reconstruction in Emission Tomography and Further Improvements via reconditioning"
IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 37, NO. 4, APRIL 2018
DOI: 10.1109/TMI.2017.2786865
https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8239640
Loosely based on a (non-class/non-SIRF) implementation by @gschramm at https://github.com/SyneRBI/PETRIC-MaGeZ/blob/a690205b2e3ec874e621ed2a32a802cd0bed4c1d/simulation_src/sim_stochastic_grad.py but with using diag(H.1) as preconditioner at the moment, as per Tsai's paper.
LBFGBPC.py is derived from SyneRBI/SIRF-Contribs#23, but with some modifications for STIR Python