Skip to content

sebbeutler/neat_c

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published