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!