Popularity
6.8
Stable
Activity
0.0
Stable
21
3
3
Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Machine Learning
genetics alternatives and similar packages
Based on the "Machine Learning" category.
Alternatively, view genetics alternatives based on common mentions on social networks and blogs.
-
fastbayes
A Haskell library for Bayesian modeling algorithms that are fast(er than general-purpose sampling). -
multilinear
Efficient implementation of tensor-based AI engine for Haskell. -
multilinear-io
Input/output capability in various formats (binary, CSV, JSON) for Multilinear package in Haskell.
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
Do you think we are missing an alternative of genetics or a related project?
Popular Comparisons
README
genetics - a Genetic Algorithm library in Haskell
EXAMPLE
$ hellogenetics
Hello World!
DOCUMENTATION
http://hackage.haskell.org/package/genetics
INSTALL (HACKAGE)
$ cabal install genetics
RUNTIME REQUIREMENTS
(None)
BUILDTIME REQUIREMENTS
- GHC Haskell 8+
- happy (e.g.,
cabal install happy
)
BUILD
$ cabal update
$ cabal install --force-reinstalls --only-dependencies --enable-documentation
$ cabal install --force-reinstalls --only-dependencies --enable-tests
$ shake
INSTALL (LOCAL REPOSITORY)
$ shake install
UNINSTALL
$ shake uninstall
LINT
Keep the code tidy:
$ shake lint
TEST
$ shake test
PUBLISH
$ shake publish