Check convergence in PDHG throws an error, and should be False by default
Opened this issue · 1 comments
MargaretDuff commented
Description
The continued mission to kill kwargs... we should delete these line:
https://github.com/TomographicImaging/CIL/blob/23187c9eebfc691a4d65178c37a6cf59b01a0d57/Wrappers/Python/cil/optimisation/algorithms/PDHG.py#L320C7-L321C37
lauramurgatroyd commented
check_convergence currently isn't usable because:
passes it to the Algorithm base class which throws an error:
Algorithm.init() got an unexpected keyword argument 'check_convergence'