Popularity
6.7
Stable
Activity
0.0
Stable
20
4
3
Monthly Downloads: 2
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-io
Input/output capability in various formats (binary, CSV, JSON) for Multilinear package in Haskell.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of genetics or a related project?
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