Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  How to get a sub-optimal value

    Posted 08/23/11 10:36 AM

    Originally posted by: SongYang


    Dear all,
    Since the complexity is a little high in my ILP model, it takes long time to find the optimum value.So I want to get a sub-optimal value, how could I configure it in CPlex? Please help me.
    thanks very much.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: How to get a sub-optimal value

    Posted 08/23/11 10:47 AM

    Originally posted by: SystemAdmin


    I suggest using a time limit, a node limit or a solution limit.
    These limits are set using CPLEX parameters. See the parameter reference manual here, in particular the parameter lists.
    The parameters I suggest to use are CPX_PARAM_TILIM, CPX_PARAM_NODELIM and/or CPX_PARAM_INTSOLLIM.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: How to get a sub-optimal value

    Posted 08/23/11 11:11 AM

    Originally posted by: SongYang


    Hi thanks,but I want to set this limit in the optimizer instead of writing codes. Can I do that?
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: How to get a sub-optimal value

    Posted 08/26/11 05:14 PM

    Originally posted by: SystemAdmin


    Look at the commands 'set timelimit' and 'set mip limits' in the interactive optimizer.

    Paul

    Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
    #CPLEXOptimizers
    #DecisionOptimization