-
Notifications
You must be signed in to change notification settings - Fork 2
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
152 simple minvar experiment #153
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 6598319586
💛 - Coveralls |
@kasperjo @phschiele |
Is this still a thing? |
How would I compile the problem now? |
Ok, diving deeper into cvxpy:
I wonder how can I update data without calling prob.get_problem_data. I update values for one or all parameters. But when hitting solve it still runs self.get_problem_data? |
@tschm We did not remove the warning for a large number of parameters (yet) You can call data, solving_chain, inverse_data = prob.get_problem_data(
solver
) to canonicalise the problem ahead of time. Then you just update the parameters and call |
How can I change the backend to RUST? It tells me it is still using CPP backend... |
No description provided.