Borrar filtros
Borrar filtros

fminsearchの並列処理

4 visualizaciones (últimos 30 días)
yosh
yosh el 26 de Dic. de 2020
Respondida: Prabhanjan Mentla el 31 de Dic. de 2020
fminsearch
[x,fval]=fminsearch(fun,x0,options)
を10回parforで並列処理する方法を教えて頂きたいです。
変化するのはfunでそれぞれfun1,fun2,fun3,...fun10なのですが、funは関数ハンドルとなっているためエラーとなってしまいます。

Respuestas (1)

Prabhanjan Mentla
Prabhanjan Mentla el 31 de Dic. de 2020
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.

Categorías

Más información sobre ループと条件付きステートメント en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!