-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Add vOptGeneric #2388
Add vOptGeneric #2388
Conversation
It's a multi objective LP solver that calls other LP solvers
Codecov Report
@@ Coverage Diff @@
## master #2388 +/- ##
=======================================
Coverage 91.62% 91.62%
=======================================
Files 42 42
Lines 4452 4452
=======================================
Hits 4079 4079
Misses 373 373 Continue to review full report at Codecov.
|
I wouldn't classify vOptGeneric as a solver but as a JuMP extension, because it extends JuMP's syntax with |
Fair. |
It seems they also provide a solver for multi-objective optimization. Once MOI allows multi-objective optimization, e.g. by allowing vector objective as suggested by @odow, this would allow it to be an MOI solver. But that's not the case at the moment so it shouldn't yet be in the table. |
I recently had a conversation with people who research multiobjective optimization group at University of Jyvaskyla.
I am not sure with all those variants can be accomplished with what JuMP has in mind for multi objective optimization but i found it wise to mention them, if someone else has ideas for that. The problem is that the notion of "solving" a multiobjective optimization is a notion that has multiple approaches that results in a different types of return values. |
Here's a plan for MO support in JuMP: #2099 |
I started a place to list JuMP extensions: jump-dev/jump-dev.github.io#36 |
Closing in favor of jump-dev/jump-dev.github.io#36 |
It's a multi objective LP solver that calls other LP solvers