MATLAB: When was the active-set algorithm removed from quadprog

quadprog

Can you please tell me, in which year/release was the active-set algorithm removed from quadprog? Our group is upgrading some very old code to R2017b, and we were disappointed to see that the active-set algorithm was no longer available with quadprog. Thank you.

Best Answer

It was removed in R2016b. The announcement that it would be removed was R2015a.
"To avoid this warning, use optimoptions to set the Algorithm option to 'interior-point-convex' or 'trust-region-reflective'. Or simply do not set the Algorithm option; quadprog defaults to the 'interior-point-convex' algorithm."
Related Question