Skip to content

Releases: P1n3appl3/GENN

1.0-stable

16 Dec 19:13
Compare
Choose a tag to compare

First completely functional release

Implementation Done

13 Nov 05:06
Compare
Choose a tag to compare
Implementation Done Pre-release
Pre-release

...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

28 Oct 04:48
Compare
Choose a tag to compare
Pre-release

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.