Jacob
unread,Feb 13, 2012, 5:08:26 AM2/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ml_chalmers
Hi!
I tried to implement svm with quadratic programming in the first
problem in hw3.
I've tested my code on a small example, and quadprog seems to find a
correct minimum,
however when running on the dataset, alpha blows up, and i get the
following
Warning: Large-scale algorithm does not currently solve this problem
formulation,
using medium-scale algorithm instead.
> In quadprog at 293
In qp_svm_separable at 11
In sol3_1 at 4
Exiting: the solution is unbounded and at infinity;
the constraints are not restrictive enough.
Does anyone have the same problem?