I'll admit up-front I'm probably in over my head. I'm trying to get through Caltech's "Learning From Data" online course and we're on Support Vector Machines. The course is language-agnostic, so I picked Swift since I wanted to learn it and already know a bit about objective-C. A couple of weeks ago for the Linear Regression section, I managed to find some help in using Accelerate for matrix math and making my own solver, but the professor was pretty specific this time that it won't be reasonable for us to make our own QP solver. Unfortunately, every package I seem to find is either for other languages, or a paid product.
Does anyone know how to solve QP optimization in objective-C or Swift? Can I get Accelerate to do it somehow, or is there a free framework I can use?