I have a question concerning the quadprog solver.
I have set up an optimisation problem with 96 values to be optimised and 4 constraints which is working fine.
Now I would like to do a somewhat more sophisticated optimisation. The values which are to be optimised shall depend on their direct predecessor.
Question: Is there a way to refer to direct previous solutions in the constraint vector bvec (vector holding the values of b_0)? Moreover: Is it possible to use conditional functions as constraints in the constraint vector bvec?
I hope my questions are clear. If not, just let me know and I will try to explain more clearly.
Thanks in advance!
Tilman