NEAT in rust
Evolving Neural Networks through Augmenting Topologies (NEAT) is a method to dynamically evole a neural network to maximize the performance (fitness) for certain tasks, the original paper can be found here. This is a rust implementation that is inspired by the original papar as well as evo-NEAT and the neat-python project.