AdvancedPhotonSource / tike

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

BUG: NEW: Some minor changes #231

Closed carterbox closed 1 year ago

carterbox commented 1 year ago

Purpose

Add some minor features and bug fixes that I found when writing a new example script for ptychography reconstruction.

Approach

These fixes are all adhoc. Please see the commit messages and view changes one commit at a time for details.

Adding adaptive moment to DM deserves more explanation. Since DM does not have a conventional gradient based update, I added momentum by computing the update direction manually with a diff between the current and previous state of the variable. This allows tracking of a boosting directions that are updated more often.

Pre-Merge Checklists

Submitter

Reviewer