Simplistic genetic algorithms library
Go to file
David Pätzel 3c45c206fc Fix floating point precision problems in GA.worst
By using negate instead of (1 /).
2019-10-22 07:08:37 +02:00
src Fix floating point precision problems in GA.worst 2019-10-22 07:08:37 +02:00
.gitignore Initialize project 2019-05-30 12:40:32 +02:00
default.nix Setup QuickCheck testing 2019-10-18 23:20:19 +02:00
ga.cabal Setup QuickCheck testing 2019-10-18 23:20:19 +02:00
LICENSE Initialize project 2019-05-30 12:40:32 +02:00
release.nix Enhance release.nix format 2019-10-19 20:03:40 +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