Aditya Shetty *with applied heuristics

Slides:



Advertisements
Similar presentations
MULTI-CELLULAR VS. UNICELLULAR ORGANISMS
Advertisements

Interdependence.
Stressful Life Events and Its Effects on Educational Attainment: An Agent Based Simulation of the Process CS 460 December 8, 2005.
Optimal Foraging Strategies Trever, Costas and Bill “International team of mystery” Plants Virtuatum computata. Simulate the movement of insects on a ring.
1 The Potts model Mike Sinclair. 2 Overview Potts model –Extension of Ising model –Uses interacting spins on a lattice –N-dimensional (spin states > 2)
Stat 301 – Day 17 Types of Studies. R Reminders Saving output Converting to integers.
What Is Life? 5.1.
Hilton’s Game of Life (HGL) A theoretical explanation of the phenomenon “life” in real nature. Hilton Tamanaha Goi Ph.D. 1st Year, KAIST, Dept. of EECS.
Characteristics of Life
Creating and Graphing Exponential Equations Part 2 ~Adapted from Walch Education.
Creating Exponential Equations ~Adapted from Walch Education.
1 More about the Sampling Distribution of the Sample Mean and introduction to the t-distribution Presentation 3.
Let’s flip a coin. Making Data-Based Decisions We’re going to flip a coin 10 times. What results do you think we will get?
Elementary Statistical Methods André L. Souza, Ph.D. The University of Alabama Lecture 22 Statistical Power.
Notes on Modeling with Discrete Particle Systems Audi Byrne July 28 th, 2004 Kenworthy Lab Meeting Deutsch et al.
Eco-friendly A special relationship Web Browser What’s.
Chapter 2.4 & 2.5.  We have already studied how nutrients flow through ecosystems:
Some Uses of Probability Randomized algorithms –for CS in general –for games and robotics in particular Testing Simulation Solving probabilistic problems.
Ecology: The study of Interactions among Organisms and its environment including: Abiotic factors are nonliving factors such as temp. soil, air, rocks.
The ABC Of Ecology.
Modeling Nisin-Induced Bacterial Fluorescence Key properties of the system –Certain types of bacteria are sensitive to nisin (peptide) –High levels of.
Probability Refresher COMP5416 Advanced Network Technologies.
Populations.  A population consists of interbreeding members of one species living in a specific area, more or less isolated from other members of their.
A local search algorithm with repair procedure for the Roadef 2010 challenge Lauri Ahlroth, André Schumacher, Henri Tokola
Introduction to Ecology.  Ecology is the scientific study of the distribution and abundance of organisms, and their interactions with the environment.
Living Things.
Ecology Jeopardy Directions In Jeopardy, remember the answer is in the form of a question. Select a question by clicking on it. After reading the question.
Ecology Ecology - Jeopardy Food WebsEnergyInteractionsPopulation Density/Dist.
Ecology 2 Energy Flow in Ecosystems. Biodiversity  Biodiversity is the variety of organisms in a given area.  Physical factors (abiotic) have a big.
Active Walker Model for Bacterial Colonies: Pattern Formation and Growth Competition Shane Stafford Yan Li.
Characteristics of Living Things Tell me what you know about characteristics and what you know about living things.
Organisms need energy to survive Group 2: Rachael, Cass, Jasmine.
NEX T. In order to live animals need energy. Some animals get the energy they need to live from eating plants and other vegetation - herbivores. Some.
POPULATION GROWTH Optional Notes. Population Growth 1. Population: A group of organisms that all belong to the same species, can interbreed, and live.
9-6 EXPONENTIAL GROWTH AND DECAY PG. 38 (NOTEBOOK) Y = amount remaining after Growth or decay A = Initial amount of material t = time the material has.
Ecology – Living things and the Environment Chapter 5 & 37
It’s All About Energy!!! Energy flows, changes form, & is stored within ALL living things. The ultimate source of energy for our planet and all living.
Modelling and Simulating Social Systems with MATLAB
Energy Flow in Ecosystems
Modelling and Simulating Social Systems with MATLAB
Outline 3-2: Energy Flow 6/24/2018.
THE IMPORTANCE OF CELL DIVISION
What makes something alive?
Characteristics of Living Organisms
How plants make food and everyone makes energy!
Statistics 1: Elementary Statistics
Define the following: sustainable yield –
Simulation of Porous Silicon Formation by Diffusion Limited Reaction
Ecosystems.
What do we already know about Energy in the Ecosystem?
What is Productivity? Amount of solar energy provided to an ecosystem
Energy.
Directions Put your name at the top of a blank sheet of paper. There are 11 word problems around the room. You may start at any problem and do not have.
Calibration and Validation
Sampling Distribution of a Sample Proportion
Cancer Clustering Phenomenon
Characteristics of Living Things
Comparing Permitted And Protected Left Turn Phasing
Sampling Distribution of a Sample Proportion
Photosynthesis and Cellular Respiration
Characteristics of Living Things
Comparing Protected/Permitted And Protected Left Turn Phasing
Chapter 18: Ecology.
Characteristics of Living Things
DARTER: Diffusion Approximation Tools for Extinction Risk Estimation
Warm Up With your partner, come up with a scenario that would disrupt the carbon or nitrogen cycle and explain it. Be prepared to share out!!
Accuracy of Averages.
Characteristics of Living Things
python
Outline 3-2: Energy Flow 10/24/2019.
Presentation transcript:

Aditya Shetty *with applied heuristics Random Diffusion Limited Aggregation to simulate a Cellular Environment * Aditya Shetty *with applied heuristics

simulation explanation 2 files: diffusion_limited_aggregation2D_alt.m and determine_movement_alt.m. Run diffusion_limited_aggregation2D_alt.m with other file in same folder “Phyto” An autotrophic, solar-powered producer. It’s “goal” is to grow towards light. Every time step, one additional phyto is created through random Diffusion-Limited Aggregation models. “Bacterium” Gains energy by feeding on producers. Population increases from “harvesting” enough energy, and decreases by failing to increase energy. Movement is based on random probability, with special behavior for feeding. “Multi” Eliminates bacteria and is unaffected by energy of the system. Population remains at fixed random integer. Movement is based on random probability, with special behavior for feeding.

The model allows for the simulation of a light-source which affects the probability of growth in a direction. In this scenario, the light-source is on the top right. Initial Parameters: Refresh-Rate: 20 timesteps Timesteps: 2000 Bacterium Increase: 30 energy Bacterium decrease: 4 turns Initial Phyto: 100 Initial Bacteria: 37 Initial Multi: 37

Final Statistics: Bonus: Total Bacteria Destroyed: 147 Final Bacteria Count: 87 Thanks for watching! Bonus: Low Bacterium Increase(3 energy) - left High Bacterium Increase(100 energy) - right