AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

Implement ptycho-ADMM #42

Closed carterbox closed 4 years ago

carterbox commented 4 years ago

Purpose

Implements a ptychography solver using ADMM and fixes the testing infrastructure surrounding ptychography solvers.

Approach

The ADMM framework provides regularization when solving a series of subproblems so that they do not stray too far from the solutions of the other subproblems. This supposedly improves convergence because each subproblem doesn't cause the solution to diverge too much from the solution from the other subproblems.

Pre-Merge Checklists

Submitter

Reviewer

pep8speaks commented 4 years ago

Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-04-17 18:25:57 UTC