neural network for quadratic programming
3 ビュー (過去 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,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199587/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199588/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199589/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199590/image.png)
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!