neural network for quadratic programming
4 次查看(过去 30 天)
显示 更早的评论
Hi,
I'am trying to create a neural network from scratch to solve a quadratic programming
optimization problem with equality constraint.
The neural network is decribed by the equations:
where is a variable vector, is a symmetric, positive definite matrix,
is of full row rank, and are constant vectors.
Could anyone help me create this program with matlab?
0 个评论
回答(1 个)
Greg Heath
2018-12-22
NNs are designed given target/input pairs.
You have no targets.
Or am I missing something???
Hope this helps.
Greg
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MPC Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!