Does anyone know of a free package that will solve quadratic programming problems in C#?
I’ve googled and found a few. But it’s hard to tell which is the best and fastest. Does anyone have a favorite?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ALGLIB is a great library with both free (GPL) and commercial licenses available. It has good documentation and offers a number of optimization algorithms.