Interior-point algorithm vs SQP algoritm
40 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muna Shehan
el 6 de Jul. de 2015
Comentada: Muna Shehan
el 8 de Jul. de 2015
Hi, I am running an optimal design problem by using fmincon with sqp algorithm and interior-point algorithm. SQP algorithm was found the optimal and the exit message was (Local minimum found) while interior-point algorithm was given an exit flag (2) with exit message (Local minimum possible). So I used the optimum value which is given from SQP and re-run interior-point algorithm , but I still get tha same message (Local minimum possible). Why sqp was found the optimal wile interior-point algorithm did not? Thanks to all in advance.
0 comentarios
Respuesta aceptada
Alan Weiss
el 8 de Jul. de 2015
Perhaps you are running into an inaccuracy due to using an interior-point method, or perhaps your problem has very high curvature or some other irregularity. It is hard to know based on the information you supplied.
Did you check the value that the interior-point algorithm gave? Was it unsatisfactory? Did you consult the documentation on Local Minimum Possible? It might give you some ideas about what is going on.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
Más respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display 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!