TERMITE model Colin Broderick Stjepan Rajcic. The termites wander around randomly until they hit a wood chip When the hit a wood chip they pick it up.

Slides:



Advertisements
Similar presentations
1 Improving Direct-Mapped Cache Performance by the Addition of a Small Fully-Associative Cache and Prefetch Buffers By Sreemukha Kandlakunta Phani Shashank.
Advertisements

Hotspot/cluster detection methods(1) Spatial Scan Statistics: Hypothesis testing – Input: data – Using continuous Poisson model Null hypothesis H0: points.
New Mexico Computer Science For All Designing and Running Simulations Maureen Psaila-Dombrowski.
Modular System of Simulation Patterns for a Spatial-Processes Laboratory Reinhard König Faculty of Architecture, Chair of Stadtquartiersplanung und Entwerfen,
Evaluation and optimization of clustering in gene expression data analysis A. Fazel Famili, Ganming Liu and Ziying Liu National Research Council of Canada.
Further Study of Ion Pickup. Turbulent Alfven waves and magnetic field lines Turbulent waves represent enhanced random fluctuations. Fluctuations vitiate.
Conformance Checking by Capturing and Simulating Human Behavior in the Built Environment B. de Vries J.J. Jessurun.
Design and Decision Support Systems in Architecture, Building and Planning B. de Vries J.J. Jessurun.
Preventing Smallpox Epidemics Using a Computational Model By Chintan Hossain and Hiren Patel.
MAC Protocols The Influence of Communication Patterns on the MAC Protocol Design.
Design and Decision Support Systems in Architecture, Building and Planning Human Behaviour Simulation B. de Vries.
Wind Energy Forecaster A Web-based Wind Energy Prediction Tool Aditya Trivedi ’16 Advisor: Dr. Eric Larson.
The Smileyface Stamp-o-matic™ ConnorWillAnthonyQuinten.
Department of Computer Science What is NetLogo UH-DMML  Multi-agent programmable modeling environment  Well suited for modeling complex systems evolving.
Parallelization: Conway’s Game of Life. Cellular automata: Important for science Biology – Mapping brain tumor growth Ecology – Interactions of species.
Self-Organizing Agents for Grid Load Balancing Junwei Cao Fifth IEEE/ACM International Workshop on Grid Computing (GRID'04)
1 EnviroStore: A Cooperative Storage System for Disconnected Operation in Sensor Networks Liqian Luo, Chengdu Huang, Tarek Abdelzaher John Stankovic INFOCOM.
Yaomin Jin Design of Experiments Morris Method.
 decimals/cc-7th-fracs-to-decimals/v/converting-fractions-to-decimals-example.
Chapter 1 Quiz.  A study of 254 patients with sleep disorders was conducted to find a link between obesity and sleep disorders.
Cellular Automata Spatio-Temporal Information for Society Münster, 2014.
CURE: An Efficient Clustering Algorithm for Large Databases Sudipto Guha, Rajeev Rastogi, Kyuseok Shim Stanford University Bell Laboratories Bell Laboratories.
Markov Cluster (MCL) algorithm Stijn van Dongen.
Glossary of Technical Terms Cellular Automata: A regular array of identical finite state automata whose next state is determined solely by their current.
Determination of True Attenuation Lengths using SPASE-AMANDA Coincidence Data Tim Miller JHU/APL.
An Agent Epidemic Model Toward a general model. Objectives n An epidemic is any attribute that is passed from one person to others in society è disease,
Laboratory of mechatronics and robotics Institute of solid mechanics, mechatronics and biomechanics, BUT & Institute of Thermomechanics, CAS Mechatronics,
1 Motion Fuzzy Controller Structure(1/7) In this part, we start design the fuzzy logic controller aimed at producing the velocities of the robot right.
Lecture 9 State Space Gradient Descent Gibbs Sampler with Simulated Annealing.
Why use landscape models?  Models allow us to generate and test hypotheses on systems Collect data, construct model based on assumptions, observe behavior.
Object Orientated Programming in Perl Simulated Models of Termites.
Parameter Reduction for Density-based Clustering on Large Data Sets Elizabeth Wang.
Active Walker Model for Bacterial Colonies: Pattern Formation and Growth Competition Shane Stafford Yan Li.
Given a set of data points as input Randomly assign each point to one of the k clusters Repeat until convergence – Calculate model of each of the k clusters.
Important statistical terms Population: a set which includes all measurements of interest to the researcher (The collection of all responses, measurements,
How to get higher scores in 2048
HW Page 23 Have HW out to be checked.
Hiroki Sayama NECSI Summer School 2008 Week 2: Complex Systems Modeling and Networks Network Models Hiroki Sayama
Pedro Ribeiro de Andrade Münster, 2013
SLAW: A Mobility Model for Human Walks
Digital readout architecture for Velopix
CHAPTER 9 Sampling Distributions
Pedro R. Andrade Münster, 2013
A little bit sometimes goes a lot further than you think
A Social Approach for the Spreading of Messages in Vehicular Ad Hoc Networks Alexandra Stagkopoulou, Pavlos Basaras, Dimitrios Katsaros University of.
Test for Goodness of Fit
The Matching Hypothesis
Painted Desert Challenge
Traffic Simulator Calibration
Date of download: 12/26/2017 Copyright © ASME. All rights reserved.
Clustering and randomness
Chapter 6 Minitab Recipe Cards
DDoS Attack Detection under SDN Context
اختر أي شخصية واجعلها تطير!
Amblard F.*, Deffuant G.*, Weisbuch G.** *Cemagref-LISC **ENS-LPS
GeoPatterns Review What do you observe about the location of earthquake epicenters on your globe? Are these distributed randomly or in patterns around.
J. Braun, A. Karle, T. Montaruli
Technical Implementations
A least-squares method for the Monge-Ampère equation
Constraining the Local Gravitational Potential in the MW by the Motion of Stars Student Workshop.
Histograms of grades in two classes, each of 200 students
Memory Management Algorithms Huan Liu, Damon Mosk-Aoyama
OPINIONS DYNAMICS WITH RELATIVE AGREEMENT
Melissa Nivala, Paavo Korge, Michael Nivala, James N. Weiss, Zhilin Qu 
Traffic Light Simulation
Statistics Unit 8 Day 2.
Arielle Little EPS 109, Fall 2009
CS639: Data Management for Data Science
Complexity as Fitness for Evolved Cellular Automata Update Rules
Cave generation with cellular automata
Presentation transcript:

TERMITE model Colin Broderick Stjepan Rajcic

The termites wander around randomly until they hit a wood chip When the hit a wood chip they pick it up and move randomly away from that place When the termite hits another wood chip it will drop the wood chip beside that one and move to another random place

Model simulates the movement of termites as they pick up wood chips in a space Set the Grid Size Set the number of Termites (agents) Set the percentage of randomly distributed Wood Chips

Define environment (cellular space, society (agents) and timer) Define neighborhood: moore Observer and legend

Conclusion Termites – agents in cellular space Clustering effect Speed of clustering depends on the input parameters Potential further developments