This repositary contains
- The OxiNEAT crate (my implementation of NeuroEvolution of Augmenting Topologies in Rust).
- The OxiNEAT-NN crate, a neural-network based implementation of OxiNEAT's
Genome
trait, for use in NEAT. - A HyperNEAT implementation based on OxiNEAT.
- A crate implementing the XOR test for NEAT.