yaricom / goNEAT

The GOLang implementation of NeuroEvolution of Augmented Topologies (NEAT) method to evolve and train Artificial Neural Networks without error back propagation
MIT License
75 stars 19 forks source link

Implement SIGTERM support for experiment runner #31

Closed yaricom closed 3 years ago

yaricom commented 3 years ago

We need to implement the SIGTERM support for experiment runner by sharing the execution context and sending cancel signal to the experiment executor upon receiving SIGTERM or similar events from the underlying OS.