seallard / walker

NEAT
MIT License
0 stars 0 forks source link

Can inputs become disconnected from outputs? #32

Closed seallard closed 4 years ago

seallard commented 4 years ago

If that is the case, I will get stuck when trying to activate the network. Maybe let activate return a bool indicating success?

seallard commented 4 years ago

No, links are only toggled if it is safe to do so. See https://github.com/seallard/walker/commit/35a4a038e0e5cc67c6ac12bfbde6c89462a8b68b#diff-2317c29610480e5d9b4987123f83e6feecdb150020e9b2eff77db26ee40c912dR185

seallard commented 4 years ago

Well, it turns out they can somehow. See #43