Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

mcandre/genetics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Genetic Algorithm library in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors