neural network for quadratic programming
Ältere Kommentare anzeigen
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 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?
Antworten (1)
Greg Heath
am 22 Dez. 2018
0 Stimmen
NNs are designed given target/input pairs.
You have no targets.
Or am I missing something???
Hope this helps.
Greg
1 Kommentar
Peter Clifford
am 22 Dez. 2018
Kategorien
Mehr zu MPC Design finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
