Insight diagram

A spatially aware, agent based model of disease spread. There are three classes of people: susceptible (healthy), infected (sick and infectious), and recovered (healthy and temporarily immune).

Clone of Agent Based Disease Simulation
Insight diagram

A simple agent based foraging model. Consumer agents will move between fertile patches consuming them.

Clone of Agent Based Foraging Model
Insight diagram

A spatially aware, agent based model of disease spread. There are three classes of people: susceptible (healthy), infected (sick and infectious), and recovered (healthy and temporarily immune).

Clone of Agent Based Disease Simulation
Insight diagram
WIP Combining SD and ABM Representations
Clone of Combined SD and ABM SIR Disease Dynamics
Insight diagram
A random walk demonstration using an ABM. As individuals drink more they become more intoxicated and their walk becomes more random. And when they drink to much it finally kills them.

If you find these contributions meaningful your sponsorship would be greatly appreciated.
Clone of Random Walk ABM
Insight diagram
Demo of population growth with distinct agents.

If you find these contributions meaningful your sponsorship would be greatly appreciated.
Clone of Agent Population
Insight diagram
A simple Susceptible - Infected - Recovered disease as a stock and flow model.

Follow us on YouTube, Twitter, LinkedIn and please support Systems Thinking World.
Clone of SIR Disease Model
Insight diagram

A simple agent based foraging model. Consumer agents will move between fertile patches consuming them.

Clone of Clone of Agent Based Foraging Model
Insight diagram

A simple agent based foraging model. Consumer agents will move between fertile patches consuming them.

Clone of Agent Based Foraging Model
Insight diagram
This Agent-based Model was an idea of Christopher DICarlo "Disease Transmission with Agent Based Model' aims to present the COVID cases in Puerto Princesa City as of June 3, 2021

Insight author: Jolina Rosile Magbanua

Clone of ABM Model of COVID-19 in Puerto Princesa City
Insight diagram

A spatially aware, agent based model of disease spread. There are three classes of people: susceptible (healthy), infected (sick and infectious), and recovered (healthy and temporarily immune).

Clone of Agent Based Disease Simulation
Insight diagram
Random Walk
Insight diagram
A random walk demonstration using an ABM. As individuals drink more they become more intoxicated and their walk becomes more random. And when they drink to much it finally kills them.
Clone of Random Walk ABM
Insight diagram

A simple agent based foraging model. Consumer agents will move between fertile patches consuming them.

Clone of Agent Based Foraging Model
Insight diagram
From Schluter et al 2017 article A framework for mapping and comparing behavioural theories in models of social-ecological systems COMSeS2017 video. See also Balke and Gilbert 2014 JASSS article How do agents make decisions? (recommended by Kurt Kreuger U of S)
Clone of Modelling human behaviour (MoHuB)
Insight diagram
This model is a classic instance of an Erlang Queuing Process.

We have the entities:
- A population of cars which start off in a "crusing" state;
- At each cycle, according to a Poisson distribution defined by "Arrival Rate" (which can be a constant, a function of time, or a Converter to simulate peak hours), some cars transition to a "looking" for an empty space state.
- If a empty space is available (Parking Capacity  > Count(FindState([cars population],[parked]))) then the State transitions to "Parked."
-The Cars stay "parked" according to a Normal distribution with Mean = Duration and SD = Duration / 4
- If the Car is in the state "Looking" for a period longer than "Willingness to Wait" then the state timeouts and transitions to impatient and immediately transitions to "Crusing" again.

The model is set to run for 24 hours and all times are given in hours (or fraction thereof)

WIP:
- Calculate the average waiting time;
- Calculate the servicing level, i.e., 1- (# of cars impatient)/(#cars looking)

A big THANK YOU to Scott Fortmann-Roe for helping setup the model's framework.
Undergraduate curriculum model 1
Insight diagram
This model simulates a waterborne illness spread from a central reservoir. It illustrates the combination of System Dynamics (modeling pathogen levels in the reservoir) and Agent Based Modeling.

Make sure to check out the Map display to see the geographic clustering of disease incidence around the reservoir.
Clone of Clone of Reservoir Disease Spread
Insight diagram
This model simulates a waterborne illness spread from a central reservoir. It illustrates the combination of System Dynamics (modeling pathogen levels in the reservoir) and Agent Based Modeling.

Make sure to check out the Map display to see the geographic clustering of disease incidence around the reservoir.
Clone of Clone of Reservoir Disease Spread
Insight diagram
This is my first attempt at creating a simple Agent Based Simulation Model. Nothing fancy, just something that works.

If you find these contributions meaningful your sponsorship would be greatly appreciated.
Clone of Your First ABM
Insight diagram

Uma implementação do clássico Game of Life usando modelagem baseada em agentes.

Regras:
  • Uma célula viva com menos de dois vizinhos vivos morre.
  • Uma célula viva com mais de três vizinhos vivos morre.
  • Uma célula morta com três vizinhos se torna viva.
MBA 04 The Game of Life
Insight diagram
Model combining system dynamics and agent based modeling. Based on Prochaska's Transtheoretical Model of Behaviour Change. See also preceding SD Version IM-574
Clone of Clone of Smoking Cessation
Insight diagram
This model is a classic instance of an Erlang Queuing Process.

We have the entities:
- A population of cars which start off in a "cruising" state;
- At each cycle, according to a Poisson distribution defined by "Arrival Rate" (which can be a constant, a function of time, or a Converter to simulate peak hours), some cars transition to a "looking" for an empty space state.
- If a empty space is available (Parking Capacity  > Count(FindState([cars population],[parked]))) then the State transitions to "Parked."
-The Cars stay "parked" according to a Normal distribution with Mean = Duration and SD = Duration / 4
- If the Car is in the state "Looking" for a period longer than "Willingness to Wait" then the state timeouts and transitions to impatient and immediately transitions to "Crusing" again.

The model is set to run for 24 hours and all times are given in hours (or fraction thereof)

WIP:
- Calculate the average waiting time;
- Calculate the servicing level, i.e., 1- (# of cars impatient)/(#cars looking)

A big THANK YOU to Scott Fortmann-Roe for helping setup the model's framework.
Clone of Electric Car Parking
Insight diagram

A spatially aware, agent based model of disease spread. There are three classes of people: susceptible (healthy), infected (sick and infectious), and recovered (healthy and temporarily immune).

Clone of Spatially Aware SIR Diseasse Model
Insight diagram
Random Walk2