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

3 visualizaciones (últimos 30 días)
Philipp
Philipp el 2 de Nov. de 2017
Respondida: Alan Weiss el 2 de Nov. de 2017
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 comentarios
Matt J
Matt J el 2 de Nov. de 2017
What is the value of the exitflag output?

Iniciar sesión para comentar.

Respuestas (1)

Alan Weiss
Alan Weiss el 2 de Nov. de 2017
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

Categorías

Más información sobre Surrogate Optimization en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by