Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 610 Bytes

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.

AC-7

It includes these parts:

  • The Haskell implementation of the NEAT algorithm
  • An explorer to explore the population

Run the Experiment

stack build
docker-compose up # then connect to the database and execute tool/pg-schema.sql
stack exec neat -- simulate

Run the Explorer Only

docker-compose up

The Explorer

The Explorer