astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

Parallelization of stopping criteria ||residual|| < epsilon #87

Closed mdavezac closed 5 years ago

mdavezac commented 8 years ago

Could be done locally ||residual_i|| < epsilon_i, and the result aggregated, or the residual aggregated and compared to a global epsilon.

Luke-Pratley commented 5 years ago

This has been done with local and global convergence functions in the convergence function factory. The same was done with the convergence of the Dual Forward Backward algorithm in ADMM.