Quadratic Programming in C# / .NET
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 be开发者_StackOverflow中文版st and fastest. Does anyone have a favorite?
ALGLIB is a great library with both free (GPL) and commercial licenses available. It has good documentation and offers a number of optimization algorithms.
Perhaps the MS Solver Foundations?
http://msdn.microsoft.com/en-us/devlabs/hh145003
I have found: Accord.NET (LGPL).
It is documented and with an example app.
CenterSpace Software has very fast C# quadratic programming classes in their commercial NMath libraries.
Here is some example code: http://www.centerspace.net/examples/nmath/csharp/analysis/quadratic-programming-example.php
Best,
Paul
CenterSpace Software
精彩评论