Re: What Quadratic Programming Package?
Just an update for 2013... similar to earlier posters in this thread, I tried using the R package "quadprog" and solve.QP kept aborting with the complaint that my (correctly formatted) matrix D was not positive definite. Simply switching to the kernlab package and using ipop fixed the issue.
Next time I should check the forums first... this cost me quite a few hours looking for a bug that wasn't there.
|