Skip to content

Library implementing NEAT algorithm in C++

Notifications You must be signed in to change notification settings

mathieu-celerier/NEAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAT

NEAT library writen in C (and some C++)

In the src (source) directory there are 2 files

neat.h

This is the main header file, you can include it to your code by typing #include"neat.h"

Note : Tested on : Windows 10 , Kali Linux 5.6.0 | You have to install the graphics.h library into your OS

headless-neat.h

This is a copy of neat.h that is used by systems that do not support graphics.h library

Note : Tested on : Windows 10


Copyright (c) : Algorithm X

About

Library implementing NEAT algorithm in C++

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%