项目作者: BiagioFesta

项目描述 :
NEAT (NeuroEvolution of Augmentic Topologies) C++ Library Algorithm Implementation
高级语言: C++
项目地址: git://github.com/BiagioFesta/EvolutionNet.git
创建时间: 2021-05-24T23:25:39Z
项目社区:https://github.com/BiagioFesta/EvolutionNet

开源协议:GNU General Public License v3.0

下载


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.