BiagioFesta / EvolutionNet

NEAT (NeuroEvolution of Augmentic Topologies) C++ Library Algorithm Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EvolutionNet

EvolutionNet Build cppstd

What is this?

EvolutionNet is a library implementation of the NEAT algorithm. NEAT stands for "NeuroEvolution of Augmenting Topologies". It is a method for evolving artificial neural networks with a genetic algorithm.

Some references:

EvolutionNet aims to be fast, efficient, and effective.

  • C++17;
  • Header-only library;
  • No external dependencies. Just C++ standard library.

About

NEAT (NeuroEvolution of Augmentic Topologies) C++ Library Algorithm Implementation

License:GNU General Public License v3.0


Languages

Language:C++ 98.5%Language:CMake 1.5%