Implementation of NEAT(NeuroEvolution of Augmenting Topologies) algorithm in Rust.
- Basic NEAT algorithm implementation
- XOR example
- Function approximation example (sine function)
- Open AI gym environment examples
- Real world game examples (Flappy Bird, Snake, etc.)
- Complexity-based speciation