-
Notifications
You must be signed in to change notification settings - Fork 5
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
No method matching *(::VariableRef, ::Parameter) #35
Comments
So, this is currently undefined. Because derivatives are weird to define. And because we will need another data structure. |
I think cpv has higher priority. You can replace cpvv by cpv using SOCP instead of QCP |
I was reading here to check what it would take to implement this because I think it would be useful for some problems I'm working on. The use-case is repeated solves of the same power dispatch optimization problem, but with different prices at different times. Looking above, what does
refer to? Where are derivatives implemented in ParameterJuMP source and how are they used? I'm wondering if this is something I can contribute on, but I'd like to get oriented. |
I do not recommend doing it here. ParametricOptInterface already does that but is far from optimal. I recommend waiting until around June when we plan to finish a rewrite of ParametricOptInterface. |
Got it, thanks! And great to learn about the ongoing work in ParametricOptInterface. |
Are there any updates on this, can one help? I'd interested in similar applications as @ianfiske . |
I feel like a method to multiply a (JuMP) variable by a (ParameterJuMP) parameter is missing. Is there a way around it? If not, do you plan on adding a method to allow it?
Julia 1.1
JuMP 0.19
ParameterJuMP v.0 (?)
The text was updated successfully, but these errors were encountered: