Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Multiple objectives

    Posted 02/27/12 01:45 PM

    Originally posted by: UMQX_Olfat_ELMahi


    Hello

    i was wonder if it is possible to make a multiple objectives in the ILOG OPL?

    i mean something like that :

    minimize sum(capa in Components) (Capacitycapa);
    minimize Capacity13;

    thanks?
    #DecisionOptimization
    #OPLusingCPOptimizer


  • 2.  Re: Multiple objectives

    Posted 02/28/12 01:39 PM

    Originally posted by: GGR


    Hi

    Unfortunately, there is no multi objective in OPL. To deal with multiple objective, e.g. hierarchical objective, the best way is iterating model solving by upgrading the models and objective for each term as well as reusing previous solution as starting point.

    Cheers
    #DecisionOptimization
    #OPLusingCPOptimizer