Multi-core Python Simulation Script

For scripts to aid with computation or simulation in cellular automata.
Post Reply
iggy12345
Posts: 1
Joined: February 24th, 2020, 12:19 am

Multi-core Python Simulation Script

Post by iggy12345 » February 24th, 2020, 12:34 am

I created a python script that utilizes numpy and the multiprocessing libraries to speed up the computation. I don't really understand the file format very well, but I made a start at it, right now you can load rle files but the rules aren't interpreted, so anything aside from the standard will produce uneventful results. At least until I fix it.

I thought you guys would get the most use out of this, enjoy:

https://github.com/iggy12345/Conway-Pool-Process

Post Reply