开发者

Quadratic Programming in C# / .NET

开发者 https://www.devze.com 2022-12-27 22:46 出处:网络
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 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

0

精彩评论

暂无评论...
验证码 换一张
取 消