anriseth / MultiJuMP.jl

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

Add methods for extracting Utopia and Nadir points #34

Closed anriseth closed 5 years ago

anriseth commented 5 years ago

I started doing this ages ago but never completed it. Ref #33 Instead of storing the Utopia and Nadir points we can easily compute them from Phi.

There were also lots of old attributes in the MultiData type that I have removed.

anriseth commented 5 years ago

@matbesancon would you like to look at this and merge + tag new release if you think it is a useful update?

matbesancon commented 5 years ago

yes sure

matbesancon commented 5 years ago

Suggested some minor improvements, even though they do not change the meaning of what is written

anriseth commented 5 years ago

Thanks :)