필터 지우기
필터 지우기

Is there a way to set MaxSQPIter for active-set algorithm under fmincon?

조회 수: 3 (최근 30일)
Neilabh Banzal
Neilabh Banzal 2021년 10월 20일
답변: Matt J 2021년 10월 20일
Is there a way to set MaxSQPIter for active-set algorithm under fmincon?
I tried -
options.MaxSQPIter = 1e3;
However, that didn't work, and it just showed me that the optimisation stopped as options.MaxSQPIter is 1.8E+02.

답변 (1개)

Matt J
Matt J 2021년 10월 20일
Probably because you didn't pass options to fmincon. Otherwise, show us your code.

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by