A project written in Python for generating Scale-free networks https://en.wikipedia.org/wiki/Scale-free_network and emulating an epidemy SIS outbreak https://en.wikipedia.org/wiki/Epidemic_model with propagation paramers:
- I(infected nodes) - infection rate
- S(susceptible nodes) - healing rate
Contributor: mjkrajsman
Realized for Warsaw University of Technology for Graphs and Network course
- genrating scale-free graphs
- graph visualzation
- outputing graph properties:
- average graph degree
- graph degree distribution
- Epidemy simulation for desired parameters (SIS) values.
- Comparison of simulation with theoretical derivative equations