CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.41k stars 490 forks source link

Neural network output sum greater then 1 #192

Open riancz opened 4 years ago

riancz commented 4 years ago

I am having trouble with my evaluation. I run it through the neural network but the returned list when summed up make value grater then 1. Shouldn't it sum up to exactly 1? Thank you :)