How to solve optimization problem using sequential minimal optimization (SMO) in MATLAB
1 回表示 (過去 30 日間)
古いコメントを表示
Hello all, I have the following optimization problem .
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1328915/image.jpeg)
where
is a column vector of dimension
,
is also a column vector of dimension
and
is matrix of dimension
and
is
row vector of
.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330835/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330840/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330845/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330840/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330850/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330855/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330860/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330865/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1330850/image.png)
My query is How to solve it using sequential minimal optimization (SMO) in MATLAB ?
Any help in this regard will be highly appreciated.
0 件のコメント
採用された回答
Matt J
2023 年 3 月 18 日
There is this offering on the File Exchange, which I have never used,
7 件のコメント
Matt J
2023 年 3 月 20 日
編集済み: Matt J
2023 年 3 月 20 日
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Linear Least Squares についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!