필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

fmincon violates nonlinear inequality during search

조회 수: 1 (최근 30일)
cindy
cindy 2012년 6월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi everyone,
I am trying to solve an optimization problem using fmincon with a nonlinear inequality restriction. Part of the objective function is undefined if this nonlinear inequality is violated. I also set up lower and upper bounds for fmincon. I use the "interior-point" algorithms so that the bounds are never violated. However, fmincon does search beyond the region defined by the nonlinear inequality. When it does, the objective function is not defined and Matlab reports an error. Is there any way to restrict the search within the region defined by the nonlinear inequality restriction?
Thanks a lot!
Cindy

답변 (1개)

Sargondjani
Sargondjani 2012년 6월 4일
No there is not. You will have to be innovative yourself to avoid this from happening...

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by