Solver SQP works with linear objective functions?

Hello, I have a question about the fmincon command, I understand that the internal point method is used by default, but using the SQP solver the processing time is shorter and I get the same results. I was seeing that this method works with quadratic objective functions but my objective function is linear with nonlinear constraints. Is it correct to use this method or which solver do you recommend?
Greetings.

 Respuesta aceptada

Alan Weiss
Alan Weiss el 15 de Sept. de 2017

0 votos

According to the Optimization Decision Table, for linear objective and nonlinear constraints, you should indeed use fmincon. To help decide which algorithm to use, see Choosing the Algorithm.
Alan Weiss
MATLAB mathematical toolbox documentation

Más respuestas (0)

Productos

Preguntada:

el 15 de Sept. de 2017

Respondida:

el 15 de Sept. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by