Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differentiable convex optimisation problem #430

Closed
JinraeKim opened this issue Mar 15, 2021 · 3 comments
Closed

Differentiable convex optimisation problem #430

JinraeKim opened this issue Mar 15, 2021 · 3 comments

Comments

@JinraeKim
Copy link
Contributor

JinraeKim commented Mar 15, 2021

I'm looking for functionality that supports differentiable convex optimisation problem.
For example, making convex problem differentiable by Zygote.jl.

I've heard by @ericphanson that there's a progress on Julia ecosystem for this but it seems not to be mature enough.
I wonder if there's a plan to support the functionality compatible with Convex.jl.

Note that there is an implementation of it in Python as cvxpylayers.

Thanks.

@tjdiamandis
Copy link
Contributor

See #383 and DiffOpt.jl.

DiffOpt.jl is your best bet for the functionality, but it may require some reformulation of your problem.

@matbesancon
Copy link
Contributor

I think this can be closed?

@JinraeKim
Copy link
Contributor Author

I think this can be closed?

Yup, I think so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants