Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  cp optimizer

    Posted 02/07/19 10:40 AM

    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


  • 2.  Re: cp optimizer



  • 3.  Re: cp optimizer

    Posted 02/08/19 03:07 AM

    Originally posted by: Viktoria_Austria


    thanks a lot!


    #CPOptimizer
    #DecisionOptimization