Releases: P1n3appl3/GENN
Releases · P1n3appl3/GENN
1.0-stable
Implementation Done
...But not really working
Almost full write-up of NEAT in c++. Unfortunately it's failing the XOR test currently, and I will probably do a major rewrite to clean it up before doing more extensive testing.
Python Fixed Topology GENN
So it begins
Messy but working python implementation of a simple genetic algorithm for evolving fully connected, fixed topology, neural networks. Bundled with the racing game I wrote to test it, but the system is fairly modular, only requiring you to plug in a fitness measurement and IO to an existing simulation. Other problems tested/solved include pong and single pole balancing.