anriseth / MultiJuMP.jl

MultiJuMP enables the user to easily run multiobjective optimisation problems and generate Pareto fronts.
Other
61 stars 11 forks source link

Variable Values for each generated pareto front's point #31

Open Rym28 opened 5 years ago

Rym28 commented 5 years ago

Hello,

I have Integer Linea rmode with two variables and three objective.

I'm using Weighted-Sum method to generate the pareto front points.

So, I would like to show the value for each variable of each generated pareto front's point.

Thanks

matbesancon commented 5 years ago

the values corresponding to the Pareto are stored in the paretovarvalues of the MultiData structure after optimization. We will add something to the documentation + README

Rym28 commented 5 years ago

Thanks. I got it. I propose to develop more the documentation of this package as it is very useful.

Thanks again

matbesancon commented 5 years ago

yup Pull Requests are welcome