Parallel Computing while Using fmincon and simulink

1 回表示 (過去 30 日間)
Mohammad Behtash
Mohammad Behtash 2019 年 11 月 3 日
回答済み: Nishant Gupta 2020 年 1 月 20 日
Hi,
I am optimizing a simulation with fmincon and my code uses a simulink model to compute the objective function and the constraints values. I was wondering if I could use parallel computing of fmincon to speed up the optimizaiton process. And if I can, how reliable my answers would be.
My options for fmincon are as follows:
opts = optimset( 'LargeScale', 'on',...
'Algorithm', 'interior-point',...
'UseParallel', true)
Thanks.

回答 (1 件)

Nishant Gupta
Nishant Gupta 2020 年 1 月 20 日
Hi,
You can refer to the following link to know about Parallel Computing in Optimization Toolbox,

カテゴリ

Help Center および File ExchangeManual Performance Optimization についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by