Table of Contents

Class: AsynchronousAutomaton cage.py

An asynchronous automaton uses one map and updates each cell in unspecified order. The state transitions of each cell will be sensitive to those that have been made before it in this update, so is generally unsuitable for automata work where all transitions should be simultaneous.

Base Classes   
Automaton
Methods   
__init__
update
  __init__ 
__init__ ( self,  map )

  update 
update ( self )

Exceptions   
NotImplementedError, "unsupported map dimensionality"

Table of Contents

This document was automatically generated on Sat Jul 29 13:31:37 2006 by HappyDoc version 2.1