- Build the CMake project with the command:
cmake -B build/
- Build the binaries with the command:
cmake --build build/
Execute the NEAT_C
binary in the build/bin/
folder.
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.