Skip to content

BiagioFesta/EvolutionNet

Repository files navigation

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.

Releases

No releases published

Packages

No packages published