Can I use fmincon for quadratic objective function with linear constraints without gradient and hessian matrices
1 view (last 30 days)
Show older comments
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
0 Comments
Answers (0)
See Also
Categories
Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!