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
- Host: GitHub
- URL: https://github.com/ocramz/haskell-optimization
- Owner: ocramz
- License: gpl-3.0
- Created: 2016-06-19T08:51:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T16:35:29.000Z (over 9 years ago)
- Last Synced: 2025-02-01T11:30:27.557Z (8 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
* ...