https://github.com/kinetictactic/neat-cpp
NEAT algorithm implemented in C++
https://github.com/kinetictactic/neat-cpp
Last synced: 11 months ago
JSON representation
NEAT algorithm implemented in C++
- Host: GitHub
- URL: https://github.com/kinetictactic/neat-cpp
- Owner: KineticTactic
- Created: 2025-05-25T15:21:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T12:27:01.000Z (about 1 year ago)
- Last Synced: 2025-07-08T06:06:40.746Z (12 months ago)
- Language: C++
- Size: 59.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
build command:
```
cmake -G "MinGW Makefiles" -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
```