When does Matlab's quadprog, ignore my choice of algorithm? I select interior-point-convex, but it uses active-set algorithm for me. What does it indicate?
BTW, my objective is quadratic and convex, unless there is some unknown bug in my code.
When does Matlab's quadprog, ignore my choice of algorithm? I select interior-point-convex, but it uses active-set algorithm for me. What does it indicate?
BTW, my objective is quadratic and convex, unless there is some unknown bug in my code.
I could not find anything similar for
quadprog
, but in the documentation forlsqnonlin
it says:I suspect something similar is the case with
quadprog
.