comp-imaging / ProxImaL

A domain-specific language for image optimization.
MIT License
114 stars 29 forks source link

Fixed some bugs in ADMM #29

Closed hayatoikoma closed 7 years ago

hayatoikoma commented 8 years ago

I have moved some of the function evaluations to their appropriate places to reduce computation when the convergence is not logged. I also fixed the convergence criteria by following the Boyd's ADMM paper.

SteveDiamond commented 7 years ago

Thanks! Looks good.