How to run " intlinprog " with " parallel computing " (whole CPU-performance)
이전 댓글 표시
I'm using the function "intlinprog" to solve some MILP-Problems (for example with some binary variables). The function is working well, but MATLAB is only using 1 of my CPU-cores and it takes a lot of time to solve bigger problems at the branch and bound stage! (In my case only 33% of it's real performance at 4 cores in total.)
Therefore I searched through the documentations & web and found at the moment no working solution to use the hole computer performance including "intlinprog" and the "parallel computing" (toolbox).
Using "parpool" or "parpool('local')" OR changing the options like "options = optimoptions('solvername','UseParallel',true);" is not working. (<http://de.mathworks.com/help/optim/ug/using-parallel-computing-with-fmincon-fgoalattain-and-fminimax.html#brjh43b>)
답변 (1개)
Alan Weiss
2016년 3월 30일
0 개 추천
You are correct. Currently, intlinprog has no way to profit from a parallel pool.
Sorry. We are looking at ways of speeding intlinprog, but I cannot tell you any details until the next version is released.
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 2
Robert van der kraan
2018년 4월 18일
Hello, it has been two years since your answer and I was wondering if anything has changed. Does Matlab R2018a contains any means to speed up intlinprog (branch and bound stage)? What about parralel computing? Gpu computing?
Alan Weiss
2018년 4월 18일
The best way to find out what has happened with intlinprog is to read the Release Notes. You will see that there is still no parallel functionality in intlinprog, though the function has been improved in other ways.
Alan Weiss
MATLAB mathematical toolbox documentation
카테고리
도움말 센터 및 File Exchange에서 Multiobjective Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!