Simplistic genetic algorithms library
Go to file
David Pätzel 73c62b0a8f Add better default priorities and fitness
By not having too large default priorities, the GA seems to be more stable.
Instead of inverting the relation induced by fitness using `(1 /)`, we use
`negate` to get more numerical stability (or in this case, less instability
introduced by floating point precision problems).
2019-10-18 13:47:03 +02:00
src Add better default priorities and fitness 2019-10-18 13:47:03 +02:00
.gitignore Initialize project 2019-05-30 12:40:32 +02:00
default.nix Divide step and run, add progress support via pipes 2019-10-18 09:57:43 +02:00
ga.cabal Divide step and run, add progress support via pipes 2019-10-18 09:57:43 +02:00
LICENSE Initialize project 2019-05-30 12:40:32 +02:00
release.nix Initialize project 2019-05-30 12:40:32 +02:00
Setup.hs Initialize project 2019-05-30 12:40:32 +02:00
shell.nix Initialize project 2019-05-30 12:40:32 +02:00