AdvancedPhotonSource / tike

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

NEW: Add momentum acceleration to object only for lstsq method #204

Closed carterbox closed 2 years ago

carterbox commented 2 years ago

Purpose

Add optional momentum acceleration to lstsq_grad object updates.

Approach

Computes the ADAM update from the lstsq_grad object update. Only adds ADAM to the object update and not the probe update because probe updates are unstable when accelerated.

Pre-Merge Checklists

Submitter

Reviewer

carterbox commented 1 year ago

Related to #148