How to solve optimization problem using sequential minimal optimization (SMO) in MATLAB

4 次查看(过去 30 天)
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 .
My query is How to solve it using sequential minimal optimization (SMO) in MATLAB ?
Any help in this regard will be highly appreciated.

采纳的回答

Matt J
Matt J 2023-3-18
There is this offering on the File Exchange, which I have never used,
It might be better just to use quadprog, although that uses a different algorithm.
  7 个评论
charu shree
charu shree 2023-3-20
Thank you sir for your detailed answer.
Basically, is the Gaussian radial basis function.
My query is that as both l, j in and is from 1 to , hence the norm inside exponential will always be zero, then how should we tackle this inside the two summations ?
Matt J
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 CenterFile Exchange 中查找有关 Linear Least Squares 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by