kirillzx / Agent-based-modeling

πŸ‘¨β€πŸ‘©β€πŸ‘¦β€πŸ‘¦ABM research πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agent-based modeling

These works are devoted to the study agent based models of surrounding world.

Telegram: @kirillzx

Epidemic spread

This research devoted to modeling the epidemic spread. In this model agents have one status of four possbile: susceptible, infected, healthy, recovered. The author's model name is HSEIR-model.

initial population intermediate result final result

The number of agent groups at each step without isolation

The number of agent groups at each step with isolation

contacts occur with a certain probability

Variables Meanings
num_p the number of population
num_inf the beginning percent of infected people
death_limit the age at which people with low immunity die
incubation_period the time after exposed people become infected
delta the contact rate
k the number of contacts (different for each agent)
color status
green healthy
green susceptible
orange exposed
red infected
blue recovered

About

πŸ‘¨β€πŸ‘©β€πŸ‘¦β€πŸ‘¦ABM research πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%