Quadratic programming in C # /. NET

Does anyone know of a free package that solves quadratic programming problems in C #?

I searched googled and found a few. But it’s hard to say what is the best and fastest. Does anyone have a favorite?

+5
source share
4 answers

ALGLIB is an excellent library with free (GPL) and affordable commercial licenses. It has good documentation and offers a number of optimization algorithms.

+3
source
+2
source

: Accord.NET (LGPL).

.

+1

CenterSpace software has very fast C # quadratic programming classes in its commercial NMath libraries.

Here is a sample code: http://www.centerspace.net/examples/nmath/csharp/analysis/quadratic-programming-example.php

Best

Floor

CenterSpace Software

0
source

All Articles