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.
Try with ABM, just for fun.
Try with ABM, just for fun.
 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).

This is my first attempt at creating a simple Agent Based Simulation Model. Nothing fancy, just something that works.
This is my first attempt at creating a simple Agent Based Simulation Model. Nothing fancy, just something that works.
 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 sim
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.
 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.
 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).

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

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 th
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.
 An implementation of the classic Game of Life (original de  Scott Fortmann-Roe  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 (original de Scott Fortmann-Roe 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.
 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: Rojean R. Rosales
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: Rojean R. Rosales

This is my first attempt at creating a simple Agent Based Simulation Model. Nothing fancy, just something that works. @ LinkedIn ,  Twitter ,  YouTube
This is my first attempt at creating a simple Agent Based Simulation Model. Nothing fancy, just something that works.
 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.
 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
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

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

9 months ago
 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
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