Skip to content

SpicyKitten/NEATJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuroEvolution of Augmenting Topologies in Java Build Status

An implementation of NEAT in Java.

Usage

XORTest contains an example of a NEAT experiment. GeneticAlgorithmTest contains an example of a genetic algorithm-based experiment. PersistenceTest contains another example of a NEAT experiment, which outlines usage of persistence/parallelism capabilities in NEATJ.

Credits

Generally inspired by the tinyai repository.