There appears to be some issues with multiprocessing and gaussian
process but only on MacOS, and possibly just my machine. So I’ve
removed all the testing statements I had in the previous commit.
Branch should be ready now to integrate in a genuine NN.
Loading branch information...
1 parent
97d5b23commit e8a87155d61406e8f0d06c986883e085a6c93effmichaelhush
committed
Dec 1, 2016
log.info('Controller finished. Closing down M-LOOP. Please wait a moment...')
except ControllerInterrupt:
self.log.warning('Controller ended by interruption.')
- '''
except (KeyboardInterrupt,SystemExit):
log.warning('!!! Do not give the interrupt signal again !!! \n M-LOOP stopped with keyboard interupt or system exit. Please wait at least 1 minute for the threads to safely shut down. \n')
log.warning('Closing down controller.')
@@ -348,7 +347,6 @@ def optimize(self):
self.log.warning('Safely shut down. Below are results found before exception.')
0 comments on commit
e8a8715