Cellular Automata What could be the simplest systems capable of wide-ranging or even universal computation? Could it be simpler than a simple cell?

Slides:



Advertisements
Similar presentations
Reversible Cellular Automata CS240 Kwnaghyun Paek.
Advertisements

CITS4403 Computational Modelling Game of Life. One of the first cellular automata to be studied, and probably the most popular of all time, is a 2-D CA.
Cellular Automata (Reading: Chapter 10, Complexity: A Guided Tour)
Lectures on Cellular Automata Continued Modified and upgraded slides of Martijn Schut Vrij Universiteit Amsterdam Lubomir Ivanov Department.
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
Exponents Scientific Notation
A New Kind of Science in a Nutshell David Sehnal QIPL at FI MU.
A New Kind of Science Chapter 3 Matthew Ziegler CS 851 – Bio-Inspired Computing.
Two Dimensions and Beyond From: “ A New Kind of Science” by Stephen Wolfram Presented By: Hridesh Rajan.
Lecture for Week Spring.  Numbers can be represented in many ways. We are familiar with the decimal system since it is most widely used in everyday.
Positional Number Systems
Triangle Town Hi, I’m Elke. Pleased to be your guide through Triangle Town. Don’t ever worry about getting lost. I’ll stay with you the whole time.
1 Are these nodes related to graph theory? Or they can provide us an idea to use the graph theory or network theory as a tool to unravel the secrets of.
Dynamic Models of Segregation
Digital Logic Computer Organization 1 © McQuain Logic Design Goal:to become literate in most common concepts and terminology of digital.
Introduction to Lattice Simulations. Cellular Automata What are Cellular Automata or CA? A cellular automata is a discrete model used to study a range.
Cellular Automata. John von Neumann 1903 – 1957 “a Hungarian-American mathematician and polymath who made major contributions to a vast number of fields,
Investigational Work Following through and seeing the steps and paths that MAY be taken.
1 GEK1530 Frederick H. Willeboordse Nature’s Monte Carlo Bakery: The Story of Life as a Complex System.
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
Cellular Automata FRES 1010 Eileen Kraemer Fall 2005.
Cellular Automata Introduction  Cellular Automata originally devised in the late 1940s by Stan Ulam (a mathematician) and John von Neumann.  Originally.
CS851 – Biological Computing February 6, 2003 Nathanael Paul Randomness in Cellular Automata.
1 Cellular Automata What could be the simplest systems capable of wide-ranging or even universal computation? Could it be simpler than a simple cell?
1 GEK1530 Frederick H. Willeboordse Nature’s Monte Carlo Bakery: The Story of Life as a Complex System.
Dynamic Dots Moving from the known to the unknown.
Significance in Measurement Measurements always involve a comparison. Measurements always involve a comparison. When you say that a table is 6 feet long,
Department of Computer Science Georgia State University
Mr Barton’s Maths Notes
Principles of Information Technology
Thinking Like a Scientist
Spatio-Temporal Information for Society Münster, 2014
Introduction Abstract
Binomial and Geometric Random Variables
Exponents Scientific Notation
Copyright © Cengage Learning. All rights reserved.
Testing for Validity with Venn Diagrams
Mr F’s Maths Notes Number 7. Percentages.
Probability and Statistics Chapter 3 Notes
Variables and Primative Types
Counters Next, we’ll look at different kinds of counters and discuss how to build them. These are not only examples of sequential analysis and design,
Chapter 3: Complex systems and the structure of Emergence
What Are They? Who Needs ‘em? An Example: Scoring in Tennis
Chapter 5 Sampling Distributions
Significance in Measurement
What do we now know about number systems?
Modelling Dr Andy Evans In this lecture we'll look at modelling.
Mr Barton’s Maths Notes
Alexei Fedorov January, 2011
Karnaugh Maps Topics covered in this presentation: Karnaugh Maps
Cellular Automata.
Sort Techniques.
What Are They? Who Needs ‘em? An Example: Scoring in Tennis
Honors Statistics From Randomness to Probability
Solving Linear Equations
PASCAL’S TRIANGLE.
Counters Next, we’ll look at different kinds of counters and discuss how to build them. These are not only examples of sequential analysis and design,
Chapter 5 Sampling Distributions
Mr Barton’s Maths Notes
Copyright © 2014 Pearson Education, Inc.
Dr. Clincy Professor of CS
Chapter 3 Special Section
Mr Barton’s Maths Notes
Fractals What do we mean by dimension? Consider what happens when you divide a line segment in two on a figure. How many smaller versions do you get?
creating a ecosystems model in net logo
of “Redistribution” (i.e., “Borrowing and Carrying”)
Counters Next, we’ll look at different kinds of counters and discuss how to build them. These are not only examples of sequential analysis and design,
Pursuing, extending, and refining an idea, just because one can.
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Cellular Automata What could be the simplest systems capable of wide-ranging or even universal computation? Could it be simpler than a simple cell?

Cellular Automata Perhaps one can expect that strange and complex behavior results from very complicated rules. But what are the simplest systems that display complex behavior? This is an important question when we want to figure out whether relatively simple rules could underlie the complexity of life. As it turns out, probably the simplest systems that display complex behaviors are the so-called cellular automata.

Cellular Automata Stephen Wolfram Born in 1959 in London First paper at age 15 Ph.D. at 20 Youngest recipient of MacArthur ‘young genius’ award Worked at Caltech and Princeton Owner of Mathematica (Wolfram Research) Fantastic publication record … until … 1988 when he stopped publishing in scientific journals From his web site …

Cellular Automata A (one-dimensional) cellular automaton consists of a line of ‘cells’ (boxes) each with a certain color like e.g. black or grey and a rule on how the colors of the cells change from one time step to the next. The first line is always given. This is what is called the ‘initial condition’. Line Rule This rule is trivial. It means black remains black and grey remains grey. Time 0 This is how the Cellular Automaton evolves Time 1 Time 2

Cellular Automata A (one-dimensional) cellular automaton consists of a line of ‘cells’ (boxes) each with a certain color like e.g. black or grey and a rule on how the colors of the cells change from one time step to the next. The first line is always given. This is what is called the ‘initial condition’. Line Rule Another simple rule. It means black turns into grey and grey turns into black. Time 0 This is how the Cellular Automaton evolves Time 1 Time 2

Cellular Automata Like this, the rules are a bit boring of course because there is no spatial dependence. That is to say, neighboring cells have no influence. Therefore, let us look at rules that take nearest neighbors into account. or With 3 cells and 2 colors, there are 8 possible combinations.

Cellular Automata The 8 possible combinations: Of course, for each possible combination we’ll need to state to which color it will lead in the next time step. Let us look at a famous rule called rule 254 (we’ll get back to why it has this name later).

Cellular Automata Rule 254: We can of course apply this rule to the initial condition we had before but what to do at the boundary?

Cellular Automata Often one starts with a single black dot and takes all the neighbors on the right and left to be grey (ad infinitum). 254: Now, let us apply rule 254. This is quite simple, everything, except for three neighboring grey cells will lead to a black cell.

Cellular Automata Continuing the procedure: Time 0 Time 1 Time 2 254: Continuing the procedure: Time 0 Time 1 Time 2 Time 3

Cellular Automata Of course we don’t really need those arrows and the time so we might just as well forget about them to obtain: 254: Nice, but well … not very exciting.

Cellular Automata So let us look at another rule. This one is called rule 90. Rule 90: That doesn’t look like it’s very exciting either. What’s the big deal?

Cellular Automata Applying rule 90. 90: After one time step: After two time steps: At least it seems to be a bit less boring than before….

Cellular Automata Applying rule 90. After three time steps: 90: After three time steps: Hey! This is becoming more fun….

Cellular Automata Applying rule 90. 90: After four time steps: Hmmmm

Cellular Automata Applying rule 90. After five time steps: 90: After five time steps: It’s a Pac Man!

Cellular Automata Applying rule 90. 90: Well not really. It’s a Sierpinsky gasket: Which is a fractal!

Cellular Automata Applying rule 90. 90: Well not really. It’s a Sierpinsky gasket: From S. Wolfram: A new kind of Science.

Cellular Automata So we have seen that simple cellular automata can display very simple and fractal behavior. Both these patterns are in a sense highly regular. One may wonder now whether ‘irregular’ patterns can also exist. Surprisingly they do! Rule 30: Rule 30 Note that I’ve only changed the color of two boxes compared to rule 90.

Cellular Automata Applying rule 30. 30:

Cellular Automata Applying rule 30. 30: While one side has repetitive patterns, the other side appears random. From S. Wolfram: A new kind of Science.

Cellular Automata Now let us look at the numbering scheme The first thing to notice is that the top is always the same. This is the part that changes. Now if we examine the top more closely, we find that it just is the same pattern sequence that we obtain in binary counting.

Cellular Automata If we say that black is one and grey is zero, then we can see that the top is just counting from 7 to 0. Value 4 Value 2 Value 1 = 4 Value 4 Value 2 Value 1 = 3 Good. Now we know how to get the sequence on the top.

Cellular Automata How about the bottom? We can do exactly the same thing but since we have 8 boxes on the bottom it’s counting from 0 to 255. Value 128 Value 64 Value 32 Value 16 = 2+8+16+64 = 90 Value 8 Value 4 Value 2 Value 1

Cellular Automata Like this we can number all the possible 256 rules for this type of cellular automaton.

Cellular Automata Like this we can number all the possible 256 rules for this type of cellular automaton.

Cellular Automata Like this we can number all the possible 256 rules for this type of cellular automaton. And of course, one does not need to restrict oneself to two colors and two neighbors …

Cellular automaton rule Wrapping up Key Points of the Day Give it some thought Simple dynamical rules can lead to complex behavior Can you think of any ‘real-life’ cellular automata? 90: Cellular automaton rule