Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  nodefileind

    Posted 10/05/14 05:28 AM

    Originally posted by: noneless


    Hi all

    I have an optimization project coded in IBM ILOG optimization studio using CP. When the size of the input data grows, I am getting out of memory errors . What can I do to make CP use disk and reduce the memory usage of CP?

    How can I set nodefileind parameter in OPL using CP?!


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 2.  Re: nodefileind

    Posted 10/06/14 08:45 AM

    Hi

    have you tried with

    execute

    {

    cp.param.workers=1;

    }

    The memory usage should be less

    regards


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 3.  Re: nodefileind

    Posted 10/06/14 11:03 AM

    Originally posted by: noneless


    Thanx

    That was very helpful:) .problem solved..


    #DecisionOptimization
    #OPLusingCPOptimizer