fminsearchの並列処理

조회 수: 2 (최근 30일)
yosh
yosh 2020년 12월 26일
답변: Prabhanjan Mentla 2020년 12월 31일
fminsearch
[x,fval]=fminsearch(fun,x0,options)
を10回parforで並列処理する方法を教えて頂きたいです。
変化するのはfunでそれぞれfun1,fun2,fun3,...fun10なのですが、funは関数ハンドルとなっているためエラーとなってしまいます。

답변 (1개)

Prabhanjan Mentla
Prabhanjan Mentla 2020년 12월 31일
Hi,
Parallel Computing is not supported for fminsearch. Refer this link for more details.
You can find other types of solvers here.
Hope this helps.

카테고리

Help CenterFile Exchange에서 ループと条件付きステートメント에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!