Can I use fmincon for quadratic objective function with linear constraints without gradient and hessian matrices
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Quadratic Programming and Cone Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!