Model combining system dynamics and agent based modeling. Based on Prochaska's Transtheoretical Model of Behaviour Change. See also preceding SD Version  IM-574
Model combining system dynamics and agent based modeling. Based on Prochaska's Transtheoretical Model of Behaviour Change. See also preceding SD Version IM-574
This is my first attempt at creating a simple Agent Based Simulation Model. Nothing fancy, just something that works.    This insight is an element of the  Agent Based Modeling  learning module in  Systems KeLE .
This is my first attempt at creating a simple Agent Based Simulation Model. Nothing fancy, just something that works.

This insight is an element of the Agent Based Modeling learning module in Systems KeLE.
 An implementation of the classic Game of Life using agent based modeling. Rules:   A live cell with less than two alive neighbors dies.  A live cell with more than three alive neighbors dies.  A dead cell with three neighbors becomes alive.

An implementation of the classic Game of Life using agent based modeling.

Rules:
  • A live cell with less than two alive neighbors dies.
  • A live cell with more than three alive neighbors dies.
  • A dead cell with three neighbors becomes alive.
Artificial Economics Model based on Multi-Avatar Agents following the papers: "An economic experiment to investigate Firms Financial decisions" and "Towards a Multi-Avatar Macroeconomic System"
Artificial Economics Model based on Multi-Avatar Agents following the papers: "An economic experiment to investigate Firms Fi nancial decisions" and "Towards a Multi-Avatar Macroeconomic System"



 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).

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).

Demo of population growth with distinct agents.    This insight is an element of the  Agent Based Modeling  learning module in  Systems KeLE .
Demo of population growth with distinct agents.

This insight is an element of the Agent Based Modeling learning module in Systems KeLE.
11 months ago
The story board runs through the premise of the project with the approach I took
The story board runs through the premise of the project with the approach I took
Physician agents interacting with delegate agents for emergency department assessment diagnosis and treatment. From BMC  paper  May 2013, combining figs 1 and 2
Physician agents interacting with delegate agents for emergency department assessment diagnosis and treatment. From BMC paper May 2013, combining figs 1 and 2
An overview of this quantitative systems science method based on Kurt Kreuger's workshops for public health
An overview of this quantitative systems science method based on Kurt Kreuger's workshops for public health
6 months ago
 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 simu
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.
Model combining system dynamics and agent based modeling. Based on Prochaska's Transtheoretical Model of Behaviour Change. See also preceding SD Version  IM-574
Model combining system dynamics and agent based modeling. Based on Prochaska's Transtheoretical Model of Behaviour Change. See also preceding SD Version IM-574
A simple Markov chain modeling the transfer of power between two parties in the US Senate. Developed using data from FiveThirtyEight.com for the years 1978-2018.    Transition matrix:            R   D  R    .7   .3  D    .4   .6
A simple Markov chain modeling the transfer of power between two parties in the US Senate. Developed using data from FiveThirtyEight.com for the years 1978-2018.

Transition matrix:

       R   D
R    .7   .3
D    .4   .6


Completion of  IM-15119  (which added patches to  IM-14058 ). Unconscious affective dynamics Josh Epstein's Agent Zero Book  webpage   Part II p.89 with 2 agent types, spatial patches and location aware, mobile occupying (blue) agents
Completion of IM-15119 (which added patches to IM-14058). Unconscious affective dynamics Josh Epstein's Agent Zero Book webpage  Part II p.89 with 2 agent types, spatial patches and location aware, mobile occupying (blue) agents

This model is cloned thru an Agent-Based Modeling Simulation of "Covid-19 (ABM)_VHK" Model by Venkata Habiram Koppaka last April 2020 for presenting the Pandemic COVID-19 Disease. This ABM Simulation aims to represent the trend of COVID-19 infection and death rate (dynamics) at Puerto Princesa City,
This model is cloned thru an Agent-Based Modeling Simulation of "Covid-19 (ABM)_VHK" Model by Venkata Habiram Koppaka last April 2020 for presenting the Pandemic COVID-19 Disease. This ABM Simulation aims to represent the trend of COVID-19 infection and death rate (dynamics) at Puerto Princesa City, PALAWAN using the June 3, 2021 data of the CESU-PPC.
 A simple agent based foraging model. Consumer agents will move between fertile patches consuming them.

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

Clusters of interacting methods for improving health services network design and delivery. Simplified version of  IM-14982  combined with  IM-17598  and  IM-9773
Clusters of interacting methods for improving health services network design and delivery. Simplified version of IM-14982 combined with IM-17598 and IM-9773
当处在春节时期,疫情来临时,外来人口较多的S市的疫情传染仿真模型。 人群的状态可分为S/E/I/R/D的五个状态,S为易感染者(即S市所在人群),E为潜伏期患者(人群不会对他远离,但是会传染他人),I为感染者(为医院确诊人群,他人会远离该患者),R为康复人群,D为死亡人群。
当处在春节时期,疫情来临时,外来人口较多的S市的疫情传染仿真模型。
人群的状态可分为S/E/I/R/D的五个状态,S为易感染者(即S市所在人群),E为潜伏期患者(人群不会对他远离,但是会传染他人),I为感染者(为医院确诊人群,他人会远离该患者),R为康复人群,D为死亡人群。