Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 467 Bytes

OxiNEAT

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.