vbop9834/NeuralFish

Kill off Neural Networks

vbop9834 opened this issue · 1 comments

Implementing a die into the network allows control over the life of a neural network. This is important for exiting the asynchronous process.

Turns out that during one of my solution cleanups, I left an infinite recursive call in the die function.

Lesson learned: Don't skip lunch to code.