Pregunta

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)

¿Fue útil?

Solución

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:

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top