Hi,
I have an optimization
problem (some kind of optimal mix) where I need to set weights for a set
of real variables. I solved it with convex opt tool.
Then I
would like to set up some constraints to find the optimal mix with a
subset of the available variables (ie all to 0 except 5 of them).
I think I can solve it with chocosolver but I am stuck on how to set the objective function : I would like it to be a call to the convex optimization.
As
far as I can sse it is not possible as the way to set the objective
function is to have a closed form of it expressed as algebric
manipulation of the other variables.
Is there a way around this ?
Brgds,
Julien