Skip to main content
. Author manuscript; available in PMC: 2018 May 1.
Published in final edited form as: IEEE Trans Ultrason Ferroelectr Freq Control. 2017 Mar 14;64(5):811–825. doi: 10.1109/TUFFC.2017.2682061

Algorithm 1.

Stochastic gradient descent (SGD)

Input: c0, λ
Output:
c^
1: k ← 0 {k is the algorithm iteration number.}
2: while stopping criterion is not satisfied do
3:  Draw wk according to chosen distribution.
4:  Calculate Gkcf(ck,wk)+λc(ck)
5:  Choose step size αk
6:  ck+1 ← ckαkGk
7: kk+1
8: end while
9:
c^ck