Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Why can't BarOpt find optimal solution

    Posted 04/07/15 12:41 AM

    Originally posted by: benehsv


    Hi,

    I have a problem with the CPLEX QP barrier optimization algorithm (the default QP algorithm). Unfortunately it fails to optimize the super simple program attached (Using default parameters). Why could that be? The simplex methods seams to work, but isn't simplex designed for LPs? Is there any parameters that I have to set?

    Also the problem isn't unique to this particular instance but seems to occur if the feasible region is a single line, i.e. the sum of the variables is fixed.

    Thanks 

    PS: Is there a setting that tries one rootalg and if that fails tries the next one or do I have to program that automatically?


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Why can't BarOpt find optimal solution

    Posted 04/17/15 02:52 AM

    Could this be an issue with numerics? I tried your model here and it failed with barrier. Setting CPX_PARAM_NUMERICALEMPHASIS seemed to fix the issue. Can you try setting this parameter?

    There is setting to ask CPLEX to try several algorithms in a row. You would have to code that up yourself.


    #CPLEXOptimizers
    #DecisionOptimization