MATLAB: Is the new function “optimproblem” only applicable to linear objective functions

optimproblem

having issues with x^2 and cos terms in my objective function. This leads me to believe this may be due to the optimproblem function only accepting linear equations. I have seen a few references to linear problems in th eliterature but nothing that specifically limits optimproblem to linear expressions.

Best Answer

Indeed, the problem-based approach is currently for linear or mixed-integer linear programming problems. For nonlinear problems, see the general Optimization Problem Setup.
Alan Weiss
MATLAB mathematical toolbox documentation