google / jaxopt

Hardware accelerated, batchable and differentiable optimizers in JAX.
https://jaxopt.github.io
Apache License 2.0
903 stars 62 forks source link

Jaxopt implementation of scipy's linprog #602

Open ghimiremukesh opened 1 week ago

ghimiremukesh commented 1 week ago

I was wondering if there's something similar to scipy's linprog in jaxopt? I did try using OSQP with Q=0, however the results aren't consistent with linprog's solution.