Open paskino opened 3 years ago
Methods like proximal accept an out parameter. However, if used as inline functions as in SPDHG they may not work as expected. https://github.com/TomographicImaging/CIL/blob/39b6f7a722afb6d5f0e2d47a99ce8266378c2a65/Wrappers/Python/cil/optimisation/algorithms/SPDHG.py#L178
proximal
out
SPDHG
Methods like
proximal
accept anout
parameter. However, if used as inline functions as inSPDHG
they may not work as expected. https://github.com/TomographicImaging/CIL/blob/39b6f7a722afb6d5f0e2d47a99ce8266378c2a65/Wrappers/Python/cil/optimisation/algorithms/SPDHG.py#L178