Skip to content

mladrah/neat-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NEAT Algorithm in C#

NEAT (NeuroEvolution of Augmenting Topologies) is utilized for evolving the topology of neural networks, combining aspects of neuroevolution with genetic algorithms, and can be applied to reinforcement learning.

My implementation of NEAT is written in C# and based on the original paper written by K. O. Stanley and R. Miikkulainen.

Architecture

NEAT_Klassendiagramm

Use Example

TBD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages