Skip to content
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

ParetoFRont with WeightedSum method #29

Open
Rym28 opened this issue Jan 19, 2019 · 2 comments
Open

ParetoFRont with WeightedSum method #29

Rym28 opened this issue Jan 19, 2019 · 2 comments

Comments

@Rym28
Copy link

Rym28 commented Jan 19, 2019

Hello,

I executed an ILP model with three-objectives using the weighted sum method and i got a paretofront.

The problem that i would like to show the used weights for each objective to generate each point of the paretoFront.

Did you have an idea how to show that ?

Thanks

@anriseth
Copy link
Owner

I don't think there is an interface for directly accessing this at the moment. Could be an interesting optional feature:)

For now, you can find out by replicating what is done in the code:
The weights are decided using the function betas, see the source of WS:
https://github.com/anriseth/MultiJuMP.jl/blob/master/src/linear.jl#L40
So you can call betas yourself, with the relevant dimension and number of points per dimension, then loop through the betatree to find the weights in the order corresponding to the elements in multidata.parefront

Thanks for using the package :) May I ask what types of problems you are looking at?

@Rym28
Copy link
Author

Rym28 commented Feb 1, 2019

Hi, I'm looking at BinPacking problem.

Could you please explain me more in writing me a short code.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants