What are some good algorithms (and what are their run-times) for maximizing a convex function (let's say it's continuously differentiable, if that makes it any easier) within multiple linear constraints?
for example, an objective fnc f(x1, x2, x3, x4....), and constraints are x1 + 2x2 + x4 < const1, x3 < const2, etc.
Thanks in advance!
This post was edited by Kronosaurus on Jan 11 2014 10:10am