Would you recommend any convex optim libraries ?
Ideally opensource.
A priori for semidefinite programming and QCQP.
(I intend to use it with fsharp but any dotnet would do)
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.
Solver Foundation, a .Net runtime for mathematical programming, modeling, and optimization from Microsoft, probably provides what you want.
They also have Optimization Modeling Language which allows to model optimization problems in a declarative way. This way of modeling is really attractive when combining with expressiveness of functional programming languages like F#.
To get a feeling of using Solver Foundation with F#, take a look at these interesting blog posts: