fminsearchの並列処理
2 ビュー (過去 30 日間)
古いコメントを表示
fminsearch
[x,fval]=fminsearch(fun,x0,options)
を10回parforで並列処理する方法を教えて頂きたいです。
変化するのはfunでそれぞれfun1,fun2,fun3,...fun10なのですが、funは関数ハンドルとなっているためエラーとなってしまいます。
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!