Simple Neural Network
- Each yellow lines from the bird represent a sensor
- The neural network represent the brain of the current best bird
- You can reset a run if you'd like to try again with the same brain
- At the end of each run, you can save the brain of the best bird if you'd like to use it for the next run
- You can also discard the current best brain if you'd like to try again from zero
- You can toggle autoplay to let the genetic experiment go automatically
Note: This is a simple neural network that uses the sensors as input to trigger a jump or not. The fitness function simply uses the brain of the bird who traveled the longest distance. You cannot change any of the parameters.