Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 968 Bytes

File metadata and controls

40 lines (33 loc) · 968 Bytes

Epyc

This project aims to simulate various kinds of compartmental epidemic models, consisting of but not limited to SIR, SIR-SIR, SIS-SIR and the newly introduced SIS-SID, on various types of static and dynamic networks. The main simulating engine is written in C++, and the visualizing scripts are written in Python.


Bucket Bucket Bucket


Three types of coinfective spreading models.

Prerequisites

The simulating engine:

A C++ compiler
Boost C++ library

Analysis component:

Python3
numpy
scipy
sklearn
matplotlib
pandas
networkx

Installing

Enter the Src directory and call the makefile by simply typing "make" in the command line.