You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DigitalOrganism is an interactive, visually captivating cellular automaton simulation that explores the fascinating world of emergent patterns and complexity. This project, inspired by Multiple Neighborhood Cellular Automata.
Run this to visualize a very famous celluar automata (CA) simulation: Conway's Game of Life. CA generally uses random states/seeds and neighbor-checking algorithms to find periodic forms and simulate economic and biological processes
This model is use to assess the suitability of current and future locations for commercial wind farm construction across the Conterminous United States (CONUS). Aggregated datasets have been prepared for all states and the CONUS. Model script: "LR_Equation_Code.py", "CA_Model_Code.py". Model instructions: "Model Description and Instructions.pdf".