Another NEAT Java implementation for your Mac
Version: 2.01ANJI is an implementation of NEAT (Neuro-Evolution of Augmenting Topologies), an algorithm for evolving artificial neural networks.
License: GPL
Operating System: Mac OS X
Homepage: sourceforge.net
Developed by:
NEAT evolves both the connection weights and architecture of neural networks by starting with minimal topologies and adding innovations each generation through crossover and three types of mutations(adding a new connection, changing the weight of an existing connection, and adding a new neuron).