You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the refactoring is done, it would be great to implement/complete the MathOptInterface for MixedMOP and to write a wrapper for the optimize methods.
We can start by doing so for single objective problems, at least if they are linear or quadratic.
Nonlinear functions seem to be somewhat harder.
For vector problems, see jump-dev/JuMP.jl#2099
It should be straightforward to adapt MOI for Vector-valued functions.
However, providing scalar-valued functions will require much more work (the objectives would have to be handled like variables are treated now).
The text was updated successfully, but these errors were encountered:
When the refactoring is done, it would be great to implement/complete the MathOptInterface for
MixedMOP
and to write a wrapper for theoptimize
methods.We can start by doing so for single objective problems, at least if they are linear or quadratic.
Nonlinear functions seem to be somewhat harder.
For vector problems, see jump-dev/JuMP.jl#2099
It should be straightforward to adapt
MOI
for Vector-valued functions.However, providing scalar-valued functions will require much more work (the objectives would have to be handled like variables are treated now).
The text was updated successfully, but these errors were encountered: