Originally posted by: Viktoria_Austria
Dear community,
I have already got the very helpful information on automated optimization runs by automated changing a constraint for applying the epsilon-constraint method with your CP Optimizer and it already works well (I adapted your main function of the CPLEX example "mulprod")
Now I have another question: Is it also possible to automatically change a parameter which is considered within the objective function (OF):
e.g. "minimize (OF1*w1 + OF2*w2)" --> I want the optimizer to start again until all values of w1 [0,1] and w2[0,1] have been tried out. I wasn´t able to do this by adapting the "mulprod" CPLEX example since I cannot introduce an upper bound for the OFs.
Thanks a lot for your reply!
#CPOptimizer#DecisionOptimization