Parallel Computing while Using fmincon and simulink

3 Ansichten (letzte 30 Tage)
Mohammad Behtash
Mohammad Behtash am 3 Nov. 2019
Beantwortet: Nishant Gupta am 20 Jan. 2020
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.

Antworten (1)

Nishant Gupta
Nishant Gupta am 20 Jan. 2020
Hi,
You can refer to the following link to know about Parallel Computing in Optimization Toolbox,

Kategorien

Mehr zu Manual Performance Optimization finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by