Error with inequality constraints with patternsearch

조회 수: 1 (최근 30일)
Tan
Tan 2011년 2월 12일
답변: Xinlei Wang 2017년 7월 7일
Hi,
I encountered the following error while using patternsearch in Matlab :???
Error using ==> lcondirections at 39
Constraints are dependent at current iterate
Try increasing OPTIONS.TolBind (<eps).
The default value of TolBind is already large enough and anyway I tried to increase the TolBind value but to no avail. Does anyone here encountered a similar problem or know how to solve it? Thanks.

채택된 답변

Alan Weiss
Alan Weiss 2014년 5월 21일
TolBind relates to linear constraints. So I suggest that you use the GSS polling algorithm instead of the default GPS. Set the PollMethod option to 'GSSPositiveBasis2N' or 'GSSPositiveBasisNp1' with psoptimset. See Compare the efficiency of poll options in the documentation.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 2
Mehul Agrawal
Mehul Agrawal 2016년 6월 7일
편집: Walter Roberson 2016년 6월 7일
Hi Alan,
I tried both of these things in the poll method. But still got the same error.
Optimization running.
Error running optimization.
Constraints are dependent at current iterate.
Try increasing OPTIONS.TolBind (< eps).
Alan Weiss
Alan Weiss 2016년 6월 8일
You might also try different initial points. And try to determine whether your problem is feasible by using linprog to find an initial point that satisfies your bounds and linear constraints.
Alan Weiss
MATLAB mathematical toolbox documentation

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

추가 답변 (1개)

Xinlei Wang
Xinlei Wang 2017년 7월 7일
Hi Tan, I happened to encounter this error and, in my problem, solved it. My linear constraints were redundant. I deleted one of the constraints and then the solver works well. I think you could check whether your constraints are too many, if this is also your case.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by