Tag: cellular automaton

  • Circular Cellular Automata

    Circular Cellular Automata

    These are the same cellular automata I’ve been working with.  This time I’ve just mapped them into a circular grid, which seemed to make sense as I’m using circular boundary conditions. Related Images:

  • A Random Walk Through Some Cellular Automatons

    A Random Walk Through Some Cellular Automatons

    I wanted to investigate how closely various cellular automatons that differed by only one term were to each other, so I whipped up a demo that does a random walk through the parameter space of 1-d 2 bit automatons using a neighborhood of 5 pixels.   This is the first one that popped up. The…

  • Cellular automaton #1

    Cellular automaton #1

    Well, it’s time to switch gears again for a little bit.  I finally threw some simple code together for a 1d cellular automaton, and the patterns are fascinating.  I’ve got a few ideas to work through with these.  I’m not sure if there is anything worthwhile in this vein, but I see how fascinating they…