anriseth / MultiJuMP.jl

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

Parameterise the betaval range of Linear Epsilon constraint #47

Open asiripanich opened 3 years ago

asiripanich commented 3 years ago

Any reason why we hard-coded betatree range here? instead of making it configurable? maybe it can be something like 0.0:(1/mdata.pointsperdim):1.0.

https://github.com/anriseth/MultiJuMP.jl/blob/0921721035793896798b457ee184d4ffa0b4e867/src/linear.jl#L107-L109