Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.04 KB

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.