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.

 Réponse acceptée

Alan Weiss
Alan Weiss le 15 Sep 2017

0 votes

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

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by