Open EnLAI111 opened 2 years ago
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.
np.zeros(p-1)
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.