TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
94 stars 41 forks source link

ADMM #798

Closed gfardell closed 3 years ago

gfardell commented 3 years ago

out object is same as the input so the behaviour is wrong.

https://github.com/vais-ral/CCPi-Framework/blob/61a0286b6947592754acec139dab6ed999b29cc8/Wrappers/Python/cil/optimisation/algorithms/ADMM.py#L116

self.x = self.f.proximal(self.x, self.tau) should work instead

gfardell commented 3 years ago

closed by #803