Popularity
0.6
Stable
Activity
0.0
Stable
1
0
1
Monthly Downloads: 8
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.
-
sparse-linear-algebra
Numerical computation in native Haskell -
log-domain
This package provides log-domain floats, doubles and complex numbers for Haskell. -
tdigest
On-line accumulation of rank-based statistics such as quantiles and trimmed means -
limp
ideally, this will become a pure Haskell library for Linear Integer/Mixed Programming -
microlens-aeson
Lenses and Traversals for Aeson, based on Microlens. -
mighty-metropolis
The classic Metropolis sampling algorithm. -
hasty-hamiltonian
Speedy gradient-based traversal through parameter space. -
mwc-probability-transition
A Markov stochastic transition operator with logging -
roman-numerals
Parsing and pretty printing of Roman numerals -
numeric-ranges
DSL written in Haskell that provides a set of tools for working with both open and closed numeric intervals. -
nat-sized-numbers
Arbitrarily sized wraparound numeric types. Useful for testing -
approx
The library is created to allow for a easy-to-use reasonable way of emulating approx in Haskell. -
simple-units
Haskell library for performing arithmetic with SI units with type-checked dimensional analysis -
hmatrix-nlopt
High-level hmatrix-compatible bindings to NLOPT from Haskell -
gutenberg-fibonaccis
The first 1001 Fibonacci numbers, retrieved from the Gutenberg Project. -
affine-invariant-ensemble-mcmc
General-purpose sampling
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Promo
getonboard.dev
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of nlopt-haskell or a related project?
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.