Skip to content

kks32/ca-epidemic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epidemic propagation

Based on Mesa Game of Life

CircleCI

Virtualenv

virutalenv env
source env/bin/activate
pip3 install -r requirements.txt

Run epidemic model

To run the model interactively, run run.py in this directory:

    python3 run.py

Then open your browser to http://127.0.0.1:8521/ and press run.

Files

  • epidemic/cell.py: Defines the behavior of an individual cell, which can be in two states: DEAD or ALIVE.
  • epidemic/model.py: Defines the model itself, initialized with a random configuration of alive and dead cells.
  • epidemic/portrayal.py: Describes for the front end how to render a cell.
  • epidemic/server.py: Defines an interactive visualization.
  • run.py: Launches the visualization

Windows installation

  • Install Anaconda
  • create a virtual env conda create -n env python=3.6 anaconda
  • activate env
  • pip install -r requirements.txt
  • python run.py

About

Modelling the epdiemic of virus in Africa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published