1. CA: Cellular Automata
Please see PyroModuleCA.
1.1. Code
You can find the code
here. Also, to genetically evolve a CA in Python, see the genetic algorithm class
ga.py and the bit that combines them so that you can evolve CAs is
here. On a related note, you can find a
fairly complete backprop simulator here.
