pholme / sir

Pretty quick code for regular (continuous time, Markovian) SIR on networks
8 stars 5 forks source link

Tiny fixes #2

Closed tonetto closed 3 years ago

tonetto commented 3 years ago

Tiny fix on README.md (typo?), as well as adding a header when executing run_sir.py.

Added a new commit, turning down_heap() to non-recursive, speeding up things significantly.

P.S.: Thanks so much for making this code available!!