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.

 採用された回答

Alan Weiss
Alan Weiss 2017 年 9 月 15 日

0 投票

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

その他の回答 (0 件)

カテゴリ

製品

質問済み:

2017 年 9 月 15 日

回答済み:

2017 年 9 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by