UserPreferences

CA


1. CA: Cellular Automata

Please see PyroModuleCA.

1.1. Code

You can find the code [WWW]here. Also, to genetically evolve a CA in Python, see the genetic algorithm class [WWW]ga.py and the bit that combines them so that you can evolve CAs is [WWW]here. On a related note, you can find a [WWW]fairly complete backprop simulator here.