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 CenterFile Exchange에서 Manual Performance Optimization에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by