An open API service indexing awesome lists of open source software.

https://github.com/ocramz/haskell-optimization

Index of Haskell numerical optimization libraries
https://github.com/ocramz/haskell-optimization

Last synced: 7 months ago
JSON representation

Index of Haskell numerical optimization libraries

Awesome Lists containing this project

README

          

# haskell-optimization
Index of Haskell numerical optimization libraries

### Linear Programming

* amosr/limp (https://github.com/amosr/limp) (Lin.Integer/Mixed programming, bindings to CoinOR)

* glpk-hs (https://github.com/jyp/glpk-hs) (Lin.Integer/Mixed programming, bindings to GLPK)

* ...

### Nonlinear Programming

* ipopt=hs (http://code.haskell.org/~aavogt/ipopt-hs/) (Nonlinear programming, bindings to IPOpt)

* ghorn/dynobud (https://github.com/ghorn/dynobud) (Dynamic optimization, bindings to CasADi and IPOpt)

* ...