Clear Filters
Clear Filters

Can I use fmincon for quadratic objective function with linear constraints without gradient and hessian matrices

1 view (last 30 days)
Hi all; I use fmincon to solve an objective function (quadratic) for a dynamic system which is subject to a set of linear constraints like dx/dt = f(x,u). the solver ( ode23) is used to solve the differential equations dx/dt = f(x,u) within the objective function. In this case the constraints satisfie implicitly , so here i still have to calculate the gradient and hessian matrices for the objective function. Regards

Answers (0)

Categories

Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!