CodeReclaimers / neat-python

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

NEAT returning zeros #165

Open chill0chill opened 5 years ago

chill0chill commented 5 years ago

I am running neat on a regression problem and in most of the possible configurations , it is returning 0 output for all inputs. Seems that I am missing something in config, has anybody faced a similar issue or can share some ideas on how to tackle this?

MarkoMlakar commented 4 years ago

@chill0chill have you found the solution to this problem?

ntraft commented 1 year ago

Hey folks, looks like you observed the same issue I did. More details here: #255.