1/67
CELLULAR AUTOMATA
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
What are the 4 criteria for biological life?
Metabolism (Flux of matter and energy)
Self reproduction
Organisation
Adaptation
What is the basic unit of life? (according to F M Howard)
What are the three major classes of macromolecule? (the types of cell components)
DNA
RNA
Protein
1) External signal received
2) Signal transferred and processed
3) Genes up/down-regulated
4) Transcription/translation
5) Change in cell behaviour
A cell acts as an input-output device that performs computation - proteins are effectors of computational tasks such as integration, amplification and storage
What are the fundamental components of a CA model? (concepts incorporated in a CA model)
Cell and cellular space
Neighbourhood (local interaction)
Cell state
Transition rule
For a 2D CA, what are the two key neighbourhood types?
256 rules

1) Assign geometry of CA space
2) Assign geometry of neighbourhood
3) Define set of states
4) Assign transition rule
5) Assign boundary conditions
6) Assign initial conditions
7) Repeatedly update cells until stopping condition

What is Wolfram Rule 184 also known as? (and what is it used for?)
The traffic rule (used to model traffic flow in a single lane)
1) Uniform final state
2) Simple stable or periodic final state
3) Chaotic random nonperiodic patterns
4) Complex localized propagating structures


What does it mean that Conway’s Game of Life is computationally irreducible?
ON (excited/stimulated)
OFF (excitable/can be stimulated)
REFRACTORY (recovering/temporarily cannot be stimulated)
In a forest fire CA model, what would the REFRACTORY state represent?
1) Static structures (e.g. block, boat)
2) Oscillating structures (e.g. blinker)
3) Dynamic propagating structures (e.g. glider)
A CA where transition rules depend on some external randomness rather than being deterministic
1) Universal constructor (factory that can read the tape and build a new automaton)
2) Tape (instructions for building a new automaton)
3) Tape copier (copies tape to new automaton)
4) Controller (controls the process: tells the constructor to build, tells the tape copier to copy, activates the controller of the new machine)
DNA (genetic instructions)
mRNA (messenger RNA) (copies genetic info)
Ribosomes (protein factories)
It prevents immediate re-excitation, allowing a wave or signal to propagate in one direction (directional information flow)
How does a cardiac CA model work? (4 steps)
Signal starts at the SA (sinoatrial) node
Propagates around the heart
Refractory period
Repeat
Real traffic is more complex - it doesn't account for multiple lanes, junctions, different speeds, reaction times etc.
What is model critique in the context of CA simulation?
Identifying what features of the real system the model does not represent, what behaviour is inconsistent with reality, and how the model could be improved
Analysis - using CA to explore complexity and artificial life
Synthesis - using CA as a method of carrying out simulations of real systems
A special rest state (often denoted s0) where a cell remains unchanged unless stimulated.
What’s the difference between a quiescent state and a refractory state in CA
Quiescent state is a neutral background state, the ‘canvas’ on which things happen. e.g. the ‘dead’ space in GoL or an unburned forest area in wildfire. State only changes if its neighbours are excited.
Refractory state is ‘resting’ - it does not change even if its neighbours are excited. e.g. ‘burnt’ in wildfire
Are CA top-down or bottom-up systems?
CA are bottom-up systems - complex global behaviour emerges from local rules rather than being imposed from above (top-down)