You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the dual variable for gradient descent, we usually set its initial value as np.zeros(p-1), including the algorithm of ADMM, Chambolle-Pock, CondatVu and Dual Proximal GD. Maybe there is a smarter start for dual variable.
The text was updated successfully, but these errors were encountered:
When using the dual variable for gradient descent, we usually set its initial value as
np.zeros(p-1)
, including the algorithm of ADMM, Chambolle-Pock, CondatVu and Dual Proximal GD. Maybe there is a smarter start for dual variable.The text was updated successfully, but these errors were encountered: