In Matlab 2019, 2020, or 2021, can parallel computing be used with intlinprog?
5 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
採用された回答
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
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Robotics System Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!