Simulations of Traffic System Based on the Theory of Cellular Automaton / 基于元胞自动机的交通系统仿真
-
Updated
May 18, 2017 - Python
A cellular automaton is a discrete model of computation studied in automata theory.
It consists of a regular grid of cells, each in one of a finite number of states; a new generation is created according to some fixed rule that determines the new state of each cell in terms of the current state of the cell and its neighborhood.
Typically, the rule for updating the state of cells is the same for each cell and does not change over time, and is applied to the whole grid simultaneously, though exceptions are known, such as the stochastic cellular automaton and asynchronous cellular automaton.
A well-known cellular automaton is Conway’s Game of Life.
Simulations of Traffic System Based on the Theory of Cellular Automaton / 基于元胞自动机的交通系统仿真
GUI for glider logic in Conway's game of life.
Evolve complex cellular automata with a genetic algorithm.
Simple Python script that generates cellular automata posters as PDF files.
Simulation of wildfire using cellular automaton and used mpi4py to parallel the program. Final Project for High Performance Computing and Parallel Computing Spring 2018@GWU
A simple python implemenation of John H. Conway's Game of Life that runs in Linux and Windows terminal/console.
A more general Python Cellular Automata with multi-dimensions and multi-cell type mix
Cellular automata search program
[alpha!] [dormant!] An advanced cellular-automaton-specification language that transpiles to Golly's.
3D Cellular Automata plugin for Blender like Conway's Game of Life
A classical simulation of quantum cellular automata
Mastodon bot that posts a randomly generated cellular automaton every 12 hours.
A borderless implementation of Rule 110
Python implementation of Conway's game of life algorithm
Celluar automata implementation using Python and Tkinter
A game of life that runs in a hexagonal grid to simulate crystals and snowflakes!
Discrete Dynamics Model of Granular Matter base on Cellular Automaton
A simple Discord bot which uses cellular automaton to generate images based on encryption keys
A simulation of Wolfram's cellular automata (the Elementary Cellular Automata). 🐍
A simulation of the Conway's Game of Life. 🐍
Created by Stanisław Ulam, John von Neumann
Released 1940