How to find global minima using fmincon function and non-linear constraint?
24 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abinav
el 29 de En. de 2021
Comentada: Abinav
el 29 de En. de 2021
Hi,
I am using fmincon to optimise my parameters while using a non-linear constraint function. fmincon only provides a local minima but I am looking for a global minima.I checked the documentation on GlobalSearch and MultiStart, but none of them seem to support a non-linear constraint.
Is there any other alternative to these functions?
Any suggestions to search for a global minima using fmincon?
Thanks.
0 comentarios
Respuesta aceptada
Alan Weiss
el 29 de En. de 2021
GlobalSearch and MultiStart use fmincon as the local solver, so they support whatever comstraints fmincon supports, meaning basically anything but integer or nonsmooth. There are plenty of ways to use fmincon to try to search for a global minimum, but NONE are guaranteed to find one in general. See the recent question https://www.mathworks.com/matlabcentral/answers/728568-how-to-know-if-a-minimum-found-with-global-search-is-actually-the-global-minimum?s_tid=srchtitle
Alan Weiss
MATLAB mathematical toolbox documentation
Más respuestas (0)
Ver también
Categorías
Más información sobre Global or Multiple Starting Point Search en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!