- Create a subclass of
Agent
- Choose
POPULATION_SIZE
andtimePerGeneration
- If needed, modify the methods
setupAgents()
,makeNextGen()
.
This project uses the
Processing
library. Learn more about it here
Repository from Github https://github.comTheCodecOfficial/NeuroEvolution-Multithreaded
Agent
POPULATION_SIZE
and timePerGeneration
setupAgents()
, makeNextGen()
.This project uses the
Processing
library. Learn more about it here