Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 711 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 711 Bytes

Build Code

How to build (Linux & Windows)

  1. Build the CMake project with the command: cmake -B build/
  2. Build the binaries with the command: cmake --build build/

How to run

Execute the NEAT_C binary in the build/bin/ folder.

OPTIONS

Arguments NEAT_C [<options>]

  • -p <filename>: Display a graph of the nodes and connections stored in <filename>. Requires Python 3 with the packages: matplotlib, networkx.