Be aware, the Haskell version is not very performant thus abandoned. The Rust version runs much faster, but the version in the repo is not the latest and maybe inconsistent with the paper.
It includes these parts:
- The Haskell implementation of the NEAT algorithm
- An explorer to explore the population
stack build
docker-compose up # then connect to the database and execute tool/pg-schema.sql
stack exec neat -- simulate
docker-compose up