Popularity
0.7
Declining
Activity
0.0
Stable
2
0
1
Monthly Downloads: 0
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.3.0
hmatrix-nlopt alternatives and similar packages
Based on the "Numerical" category.
Alternatively, view hmatrix-nlopt alternatives based on common mentions on social networks and blogs.
-
roman-numerals
Parsing and pretty printing of Roman numerals -
affine-invariant-ensemble-mcmc
General-purpose sampling -
gutenberg-fibonaccis
The first 1001 Fibonacci numbers, retrieved from the Gutenberg Project.
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
Do you think we are missing an alternative of hmatrix-nlopt or a related project?
README
hmatrix-nlopt
This package provides a high-level interface to the
NLOPT optimization
library for Haskell, compatible with the
hmatrix
package.
Not on Hackage yet -- coming soon.
Requirements
apt-get install libnlopt-dev
Installation
cabal install
or
stack install
Usage
The haddock documentation contains several examples that also serve as doctests.