필터 지우기
필터 지우기

Fmincon's interior-point algorithm does not return minimal objective

조회 수: 1 (최근 30일)
Philipp
Philipp 2017년 11월 2일
답변: Alan Weiss 2017년 11월 2일
Dear all, I am using fmincon's interior-point algorithm to find four parameters that minimize an objective function. However, fmincon does not return the minimum. I monitor the objective in each call of the objective function, and found that parameter sets exist, for which the objective is, e.g., -13.5. However, fmincon returns parameters that result in an objective of, e.g., -10.7. Is this intendend behaviour? Thanks. Kind regards, Philipp
  댓글 수: 3
Matt J
Matt J 2017년 11월 2일
What is the value of the exitflag output?

댓글을 달려면 로그인하십시오.

답변 (1개)

Alan Weiss
Alan Weiss 2017년 11월 2일
Perhaps some of the suggestions on what to do when the solver might have succeeded will help. And, as Torsten suggested, familiarize yourself with local vs. global solutions, including how to search for a global solution.
Alan Weiss
MATLAB mathematical toolbox documentation

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by