pmelchior / proxmin

Proximal optimization in pure python
MIT License
109 stars 23 forks source link

Need to decide on signatures of algorithms and proximal operators #1

Closed pmelchior closed 7 years ago

pmelchior commented 7 years ago

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.

pmelchior commented 7 years ago

done in branch standalone, which will replace master