wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

Halt training programatically based on condition in schedule function #136

Open Kaisle opened 6 years ago

Kaisle commented 6 years ago

Hi,

Thanks for a great package.

I'm trying to make my network break out of training when a certain condition is met in the schedule function. With synaptic I can return true and it will stop training completely. I have read through the documentation for neataptic but cannot find anything that will allow me to do this. Is it possible?