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
The derivative of a linear operator is the operator itself, so this surely doesn't harm anything. On the other hand, the code in this form also works for a non-linear operator, e.g., $Lx = A x + a$ with $A$ being linear, where "works" means that the iteration has the correct fixed points.
I just could not make correspondence between the math and implementation of PDHG.
It seems that we do not need to compute gradient when update x
odl/odl/solvers/nonsmooth/primal_dual_hybrid_gradient.py
Line 282 in 0b088df
The text was updated successfully, but these errors were encountered: