Error with inequality constraints with patternsearch

1 visualización (últimos 30 días)
Tan
Tan el 12 de Feb. de 2011
Respondida: Xinlei Wang el 7 de Jul. de 2017
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.

Respuesta aceptada

Alan Weiss
Alan Weiss el 21 de Mayo de 2014
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 comentarios
Mehul Agrawal
Mehul Agrawal el 7 de Jun. de 2016
Editada: Walter Roberson el 7 de Jun. de 2016
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 el 8 de Jun. de 2016
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

Iniciar sesión para comentar.

Más respuestas (1)

Xinlei Wang
Xinlei Wang el 7 de Jul. de 2017
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.

Categorías

Más información sobre Direct Search en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by