How to solve optimization problem using sequential minimal optimization (SMO) in MATLAB
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
charu shree
am 18 Mär. 2023
Bearbeitet: Matt J
am 20 Mär. 2023
Hello all, I have the following optimization problem .

where
is a column vector of dimension
,
is also a column vector of dimension
and
is matrix of dimension
and
is
row vector of
.
is a column vector of dimension
,
and
and My query is How to solve it using sequential minimal optimization (SMO) in MATLAB ?
Any help in this regard will be highly appreciated.
0 Kommentare
Akzeptierte Antwort
Matt J
am 18 Mär. 2023
There is this offering on the File Exchange, which I have never used,
7 Kommentare
Matt J
am 20 Mär. 2023
Bearbeitet: Matt J
am 20 Mär. 2023
My query is that as both l, j in and is from 1 to L_t, hence the norm inside exponential will always be zero, then how should we tackle this inside the two summations ?
No, the norm will be non-zero whenever the vectors pr[l] and pr[j] are different. Also, this seems far afield now from your originally-posted question. Even if all the norms were zero, the ways to proceed with the optimization, which Torsten and I have already described, would not change.
If your original question has been answered, please Accept-click the answer and post any new questions you may have in a new thread.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


