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 – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
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