Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Parallel Computing

    Posted Mon September 28, 2015 11:46 AM

    Originally posted by: sandeepsinghchauhan


    With Cplex 12.2 version i run my code with "Default Settings" it took around 50min with 4 processors and with "cplex.thread==1"  it tooks 1hr20min

    means not showing a lot of time difference ? any specific settings i need to do?
     


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Parallel Computing

    Posted Wed January 31, 2018 02:45 AM

    Hi

    I would recommend to try with many different random seeds.

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: Parallel Computing

    Posted Fri February 09, 2018 01:52 AM

    Originally posted by: sandeepsinghchauhan


    OPl able to find a global value. So trying with random seed won't effect to get a global solution. So, random seed has no impact on getting global solution? 


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 4.  Re: Parallel Computing

    Posted Fri February 09, 2018 03:37 AM

    Hi,

    you wrote

    and with "cplex.thread==1"  it tooks 1hr20min

    and in order to know whether this is only good luck trying with different random seeds and measuring how long it takes would help.

    With CPLEX 12.8

     

    regards


    #DecisionOptimization


  • 5.  Re: Parallel Computing

    Posted Fri February 09, 2018 04:10 AM

    Originally posted by: sandeepsinghchauhan


    Without comparing the time. Does random seed has any important role in finding a solutions in opl?


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 6.  Re: Parallel Computing

    Posted Fri February 09, 2018 08:45 AM