Currently, all algorithms and prox operators have **kwargs, which is at the very least opaque. In addition, al algorithms have prox_g and constraints arguments although several of them don't need these. We need to make sure we clean those signatures up.
Currently, all algorithms and prox operators have
**kwargs
, which is at the very least opaque. In addition, al algorithms haveprox_g
andconstraints
arguments although several of them don't need these. We need to make sure we clean those signatures up.