pmelchior / proxmin

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

make compatible with jax #22

Open pmelchior opened 3 years ago

pmelchior commented 3 years ago

with jax, inline updates are not allowed, so we need to replace them in proximal operators by jax-functional equivalents. In the optimization algorithms we need to make sure that these can also be performed accordingly with jit support.