tapios / risk-networks

Code for risk networks: a blend of compartmental models, graphs, data assimilation and semi-supervised learning
Other
2 stars 2 forks source link

Interventions #109

Closed dburov190 closed 4 years ago

dburov190 commented 4 years ago

This PR implements interventions in a simple form (as outlined in the paper): set lambdas to 1 (instead of 2 and 22) for every node that has ensemble-mean E_i or I_i greater than some threshold value.

Also, some clean up: move NYC examples into a subdirectory, and similarly create a subdirectory examples/paper which is intended for experiments described in the paper.

lubo93 commented 4 years ago

Ok, thanks. I'll add the relevant NYC examples in the paper directory later on.