Set the number of parallel workers (optimization)
4 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I'm using the UseParallel option in fminunc on a system with 64 cores (128 logical cores). What is the best way to set the number of parallel workers in the parallel pool? Is it best to set it to the number of physical (64) or logical (128) cores?
0 件のコメント
回答 (1 件)
Raymond Norris
2023 年 6 月 15 日
64, though you can try more. You might find a 10-20% improvement as you add more workers (most likely not 2x as you get to 128)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with Optimization Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!