/neat

NEAT Algorithm implemented in java.

Primary LanguageJavaMIT LicenseMIT

Maven Central

NEAT

Working implementation of the NEAT algorithm in java 11+. All settings are customizable at runtime, see neat-gui for a real time graphical interface.

For example usage, see the com.vadeen.neat.experiments.XOR test.

GUI library

neat-gui - Graphics library.

Experiments

neat-race - Cars learns to drive around a track.