Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Distributed parallel optimization

    Posted 11/01/10 04:35 AM

    Originally posted by: Ebisa


    I want to solve an optimization problem in a distributed manner. In my problem I want to optimize an objective function for a neighborhood. To do so, I want to subdivide the problem so that each household can solve its part of the optimization problem in parallel in a distributed way by exchanging information with its peer households. I appreciate if some one can give me some ideas if i can do it with OPL using mp optimizer. Since I am a bigginer using this tool, I would like if I can get sample codes.

    Cheers
    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: Distributed parallel optimization

    Posted 11/14/10 03:58 PM

    Originally posted by: G.-H.


    Hi Ebisa,

    Please check the following in OPL documentation:
    IDE and OPL > Optimization Programming Language (OPL) > Language User’s Manual > Performance and memory usage > Multi-threading

    The corresponding examples in Java is in:
    \CPLEX_Studio122\opl\examples\opl_interfaces\java\ConcurrentProcessing

    Please let me know if this helps
    GH
    #DecisionOptimization
    #MathematicalProgramming-General


  • 3.  Re: Distributed parallel optimization

    Posted 11/15/10 03:38 AM

    Originally posted by: Ebisa


    Thanks GH,
    That will be helpful.

    cheers,
    Eb
    #DecisionOptimization
    #MathematicalProgramming-General