Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

ILOG Script Iterations

  • 1.  ILOG Script Iterations

    Posted 12/18/18 04:10 AM

    Originally posted by: mannimark


    Hello fellers,

     

    I am struggling with a task that requires me to repeat the solution process by varying a parameter from a lower to an upper limit in steps of 50 units using Ilog Script. Thus, in total the mathematical model should be repeated 5 times and give the same amount of different objective values.
    However, apart from the idea of modeling this as an "execute" command before the objective function and defining the usage of the ILog Script solver after the restrictions, I wasn't able to continue in this task.

     

    Is anyone so kind and can help me with this?

    Thanks a million!

     


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: ILOG Script Iterations

    Posted 12/18/18 04:48 AM

    Hi,

    in https://www.linkedin.com/pulse/how-opl-alex-fleischer/

    you could have a look at

    • Change some data and solve again without regenerate
    • Change some data and solve again with regenerate
    • Change a 2D array and solve again
    • Change a set and solve again

    regards

     

    https://www.linkedin.com/pulse/ist-mathematische-optimierung-und-wie-kann-sie-helfen-alex-fleischer/


    #DecisionOptimization
    #OPLusingCPLEXOptimizer