Skip to content

FelixStridsberg/neat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.