Separable nonlinear concave objective function optimization
Show older comments
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
Answers (1)
Titus Edelhofer
on 23 Aug 2012
0 votes
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
Categories
Find more on Surrogate Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!