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

 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.

 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.

First attempt at transition between multiple states
First attempt at transition between multiple states
 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.

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

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
Demo of population growth with distinct agents.    Follow us on  YouTube ,  Twitter ,  LinkedIn  and please support  Systems Thinking World .
Demo of population growth with distinct agents.

Follow us on YouTube, Twitter, LinkedIn and please support Systems Thinking World.
 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.

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

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
From Schluter et al 2017  article  A framework for mapping and comparing behavioural theories in models of social-ecological systems   See also Balke and Gilbert 2014 JASSS  article  How do agents make decisions? (recommended by Kurt Kreuger U of S)
From Schluter et al 2017 article A framework for mapping and comparing behavioural theories in models of social-ecological systems See also Balke and Gilbert 2014 JASSS article How do agents make decisions? (recommended by Kurt Kreuger U of S)
Hybrid conceptual mapping of relationships involving system causal loop diagram linked with ABM. Output of the problem conceptualization phase of the modelling process prior to developing a computational hybrid model in AnyLogic. Includes Nate Osgood's O PARTIES extension of Ross Hammond's PARTE
Hybrid conceptual mapping of relationships involving system causal loop diagram linked with ABM. Output of the problem conceptualization phase of the modelling process prior to developing a computational hybrid model in AnyLogic. Includes Nate Osgood's O PARTIES extension of Ross Hammond's PARTE
 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).

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

 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.

 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.

Three Agent Model of  IM-13669 . Unconscious affective dynamics Josh Epstein's Agent Zero Book  webpage   See spatial patches version  IM-15119    
Three Agent Model of IM-13669. Unconscious affective dynamics Josh Epstein's Agent Zero Book webpage 
See spatial patches version IM-15119
 
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)
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)
 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.