Simplistic genetic algorithms library
Go to file
2024-02-12 15:40:35 +01:00
src prevent duplicate sample of next generation 2024-02-12 15:40:35 +01:00
.gitignore stack 2024-02-11 21:27:36 +01:00
default.nix 👷 Swap to simpler Nix flake–based environment 2023-04-26 15:40:05 +02:00
flake.lock 👷 Swap to simpler Nix flake–based environment 2023-04-26 15:40:05 +02:00
flake.nix 👷 Swap to simpler Nix flake–based environment 2023-04-26 15:40:05 +02:00
haga.cabal update to RVar 2024-02-11 21:25:15 +01:00
haga.md 👷 Swap to simpler Nix flake–based environment 2023-04-26 15:40:05 +02:00
haga.org 👷 Swap to simpler Nix flake–based environment 2023-04-26 15:40:05 +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 Pin nixpkgs 2020-11-09 15:02:19 +01:00
run 👷 Swap to simpler Nix flake–based environment 2023-04-26 15:40:05 +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
stack.yaml stack 2024-02-11 21:27:36 +01:00
stack.yaml.lock stack 2024-02-11 21:27:36 +01: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.