Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Sorting in OPL?

    Posted 09/02/10 10:30 AM

    Originally posted by: KhiemTong


    I'm implementing a model wherein the objective function requires that intermediate results be sorted, specifically I'm using multiple Ordered Weighted Averages (OWA).

    For example, the function might look like f(x) = OWA(w1, OWA(w2, x)), where w1 and w2 are the weight vectors and x is the sorted input vector. The input x is sorted and the first OWA result would then be sorted again before being used as input into the second function. If I was using only one OWA I believe this could just be achieved using having x be a sorted set. However since I'm chaing two together this does not seem possible.

    Is there a way to achieve this sorting of intermediate results for the objective function?
    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: Sorting in OPL?

    Posted 09/02/10 11:11 AM

    Originally posted by: SystemAdmin


    Sounds like a question for the OPL forum.

    /Paul
    #DecisionOptimization
    #MathematicalProgramming-General