Separable nonlinear concave objective function optimization
Afficher commentaires plus anciens
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
Réponses (1)
Titus Edelhofer
le 23 Août 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
Catégories
En savoir plus sur Surrogate Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!