An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

          

build command:

```
cmake -G "MinGW Makefiles" -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
```