An implementation of NEAT in Java.
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.
Generally inspired by the tinyai repository.