In Matlab 2019, 2020, or 2021, can parallel computing be used with intlinprog?

조회 수: 8 (최근 30일)
FM
FM 2021년 5월 20일
댓글: FM 2021년 5월 20일
Some course material from 2018 shows that parallel computing applies to many optimization solvers, but not "intlinprog".
Can intlinprog be parallelized in any of the subsequent versions 2019, 2020, or 2021?
Does parallelization require a separate toolbox?

채택된 답변

Alan Weiss
Alan Weiss 2021년 5월 20일
No, there is no provision for parallel computation in intlinprog. You can always check the Release Notes to find what has changed.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 3
Steven Lord
Steven Lord 2021년 5월 20일
If you want to know if a function supports parallel computing (or C/C++ code generation, or GPU arrays, etc.) look for an Extended Capabilities section near the end of its documentation page. If that section exists check if it says the function has Automatic Parallel Support. For instance, the fsolve function's documentation page lists that support while the intlinprog function's documentation page does not.
You could also filter the main function reference list by the Extended Capability and Category. When I do this for Optimization Toolbox I see 8 functions with automatic parallel support.
FM
FM 2021년 5월 20일
That is so helpful. Thanks Steven.
In case anyone else happens by this thread, the Category list on the left doesn't warp you to the homepage for the listed toolbox (which is fine for me because I don't want that). It's just a filter selection.
Futhermore, there are two nested scroll bars on the left navigation pane. Additional filters (not by toolbox) are found buy scrolling down using the outer toolbar.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by