Separable nonlinear concave objective function optimization
显示 更早的评论
Hi, I am trying to maximize an objective function of this form: max(Sum(Sum( r(k)*L(i,k) - l(k)*L(i,k)*exp(-(F(i,k)*c(i)*m(i,k) - L(i,k))))))
subject to constraints such as Sum(F(i,k) <= 1) (for k counter)
where the decision variables are L(i,k) and F(i,k) and the first sum increases the i counter and the second the k counter.
What solver in Matlab (optimization toolbox perhaps?) should I use? I would appreciate any help.
thanks in advance, Tom
回答(1 个)
Titus Edelhofer
2012-8-23
0 个投票
Hi Tom,
although I admit I don't fully understand the problem, probably fmincon is the solver you are looking for.
The constraints can be implemented as nonlinear inequality constraints (see doc for nlincon in the help for fmincon).
Titus
类别
在 帮助中心 和 File Exchange 中查找有关 Surrogate Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!