Replies: 1 comment 1 reply
-
It would probably make sense to open this as an issue on the https://github.com/cvxgrp/cvxpylayers repo rather than here since that issue is deep in that code, rather than directly a JAX issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am trying to use the differentiable optimizer functionality of cvxpy layers in my code. Since I have a looping operation, I use lax.scan for efficient looping. However, I face the following issue, illustrated through a simple example:
The optimization problem is defined here
It says
I am lost on how to try resolving it.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions