GAMS documentation shows how to create a blended objective function whose weights can be used as objective coefficients in the usual sense for blended approach and priority determining weights for hierarchical approach. So, is it correct to say that if hierarchical is chosen (using the Multobj 1 solver option), then the actual magnitudes of the weights dont matter, only their ordering by absolute value? For example, suppose I have five objectives, obj 1 through obj 5 and I create a blended objective function that is a linear combination of these five. Then, any set of weights w1 through w5 would be equivalent to any other set of weights w1’ through w5’ such that ordering is preserved in absolute value?
Also, suppose I want to do a combo of blended and hierarchical: obj1 through obj5 are same priority (first) and blended with some weights, and the remaining two are same priority (second) and blended with some weights. I would define these two linear combinations (of three and two functions respectively) and finally define a “master” blended objective where the weight on the first is greater (in abs value) than weight on the second. I would set Multiobj to 1 in options file and be on my way. What if I then wanted to do 5-way hierarchical? I would need to redefine my master blended objective??