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
JAXopt is a differentiable optimizers which can solve general optimization problems such as set constrained or non-smooth optimization. I wonder whether it is possible to extend skscope to such a general sparse solver using JAXopt library.
The text was updated successfully, but these errors were encountered:
@chenpnn ,thx for this recommendation, it is really interesting! I believe it would greatly borden the application of skscope if we can leverage JAXopt to handle the set constrained problem. Besides, can we support another optimizer based on JAXopt such that users can have more options beyond the nlopt solver.
JAXopt is a differentiable optimizers which can solve general optimization problems such as set constrained or non-smooth optimization. I wonder whether it is possible to extend
skscope
to such a general sparse solver using JAXopt library.The text was updated successfully, but these errors were encountered: