MorvanZhou/Evolutionary-Algorithm

Memory Error

Sat0ri opened this issue · 2 comments

After long using of Evolution Strategy with Neural Nets.py have MemoryError in Multiprocessing.
Memory filled up each step, posible to clean up it?

Hi, are you using Windows? I have it tested on Mac and Linux, it turns out fine on these two systems. The multiprocessing on Windows is different from it on Mac and Linux. You may need to tune it for Windows.

I use Linus, and Windows for tests, but problem was in my Env, thank you.