fminsearchの並列処理

fminsearch
[x,fval]=fminsearch(fun,x0,options)
を10回parforで並列処理する方法を教えて頂きたいです。
変化するのはfunでそれぞれfun1,fun2,fun3,...fun10なのですが、funは関数ハンドルとなっているためエラーとなってしまいます。

Antworten (1)

Prabhanjan Mentla
Prabhanjan Mentla am 31 Dez. 2020

0 Stimmen

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.

Kategorien

Mehr zu Parallel Computing Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 26 Dez. 2020

Community Treasure Hunt

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

Start Hunting!