Popularity
6.7
Declining
Activity
0.0
Stable
20
4
3

Monthly Downloads: 5
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.

Do you think we are missing an alternative of genetics or a related project?

Add another 'Machine Learning' Package

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

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