필터 지우기
필터 지우기

Proof of convergence for fmincon

조회 수: 1 (최근 30일)
theOptimizer
theOptimizer 2023년 1월 23일
답변: Nayan 2023년 4월 18일
Hi, I would like to formulate a convergence proof for the fmincon solver (interior-point-method) and my global nonlinear problem.
My problem is definitely bounded from below and I assume that my starting point is inside the basin of attraction (of course, I cannot prove this). I also assume that my problem is smooth.
In the description of the algorithm, several papers are cited and I am not sure which of the algorithms is implemented in Matlab.
It would be helpful if I could find the exact paper used to implement it (ideally with a proof of convergence) or a general proof describing what assumptions must hold for the interior point method to converge.
Many greetings and thanks in advance

답변 (1개)

Nayan
Nayan 2023년 4월 18일
Hi theOptimizer,
MATLAB's fmincon() function implements several algorithms. MATLAB will choose automatically the best possible algorithm. In most cases it will be an interior-point algorithm.
I would suggest you go through the following link, which explains the "fmincon() Interior Point Algorithm" in detail.
Hope this helps!
Cheers
Nayan

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by