Simplistic genetic algorithms library
Go to file
2020-05-02 16:13:18 +02:00
src Improve a few doc comments 2020-05-02 16:13:18 +02:00
.gitignore Initialize project 2019-05-30 12:40:32 +02:00
default.nix Add applicative CLI option parsing 2020-01-07 08:46:04 +01:00
haga.cabal Bump base version 2020-04-27 15:38:12 +02:00
haga.org Use nixpkgs master, add ideas/TODOs 2020-04-29 16:05:09 +02:00
LICENSE Initialize project 2019-05-30 12:40:32 +02:00
pre-commit Add pre-commit hook that enforces ormolu formatting 2019-10-22 16:42:16 +02:00
README.org Add README 2019-10-22 17:08:25 +02:00
release.nix Use nixpkgs master, add ideas/TODOs 2020-04-29 16:05:09 +02:00
run Update run script 2020-04-27 15:37:41 +02:00
Setup.hs Initialize project 2019-05-30 12:40:32 +02:00
shell.nix Fix project name in .nix files 2019-10-22 16:53:50 +02:00

Haga

… is a simplistic library for implementing genetic algorithms in Haskell. While it was originally created to randomly assign topics to students in seminars while respecting their priorities, since then, it has become slightly more general with the outlook of one day being a fully fledged GA library usable for many different problems. Haga is also used as a test bed for fun ideas such as representing improvements in the population's fitness using MIDI sound.