Parallel Computing while Using fmincon and simulink

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.

Respuestas (1)

Categorías

Más información sobre Manual Performance Optimization en Centro de ayuda y File Exchange.

Productos

Versión

R2018b

Preguntada:

el 3 de Nov. de 2019

Respondida:

el 20 de En. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by