Popularity
0.6
Stable
Activity
0.0
Stable
1
0
1

Monthly Downloads: 17
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Numeric    
Latest version: v0.1.0.0

nlopt-haskell alternatives and similar packages

Based on the "Numeric" category.
Alternatively, view nlopt-haskell alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of nlopt-haskell or a related project?

Add another 'Numeric' Package

README

nlopt-haskell

Low-level bindings to the NLOPT optimization library for Haskell.

Not on Hackage yet -- coming soon.

Requirements

apt-get install libnlopt-dev

Installation

cabal install

or

stack install

Usage

See tests/example.hs for the example program from the NLOPT documentation.