astro-informatics / sopt

Sparse OPTimisation using state-of-the-art convex optimisation algorithms.
http://astro-informatics.github.io/sopt/
GNU General Public License v2.0
8 stars 10 forks source link

Set up ADMM demo #5

Closed jasonmcewen closed 8 years ago

jasonmcewen commented 9 years ago

@rafael-carrillo @vijaykartik I've set up some demos (on the approx-admm branch) but not at all changed any parameters. Results are reasonable for demo1 (but not great since parameters are not set appropriately) but not at all reasonable for demo2, which tests complex data. The problem with demo2 could be a bug in the first implementation for complex data. I'll try to double check soon this soon but if you could have a look that would also be great.

jasonmcewen commented 9 years ago

Parameters have now been updated and PADMM reconstructions run well.

Still need to tidy up by moving pdamm demo functionality into standard demos (sopt_demo1 and sopt_demo2).

Should also add an SDMM reconstruction.