NEAT (NeuroEvolution of Augmentic Topologies) C++ Library Algorithm Implementation
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.