Free Optimization Library in C#

Posted by Ngu Soon Hui on Stack Overflow See other posts from Stack Overflow or by Ngu Soon Hui
Published on 2009-07-31T07:51:08Z Indexed on 2010/06/03 15:24 UTC
Read the original article Hit count: 482

Filed under:
|

Is there any optimization library in C#?

I have to optimize a complicated equation in excel, for this equation there are a few coefficients. And I have to optimize them according to a fitness function that I define. So I wonder whether there is such a library that does what I need?

© Stack Overflow or respective owner

Related posts about c#

Related posts about optimization