Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/networks-learning/disease-control

Code and data for "Stochastic Optimal Control of Epidemic Processes in Networks", ML4H at NeurIPS 2018
https://github.com/networks-learning/disease-control

control disease-control machine-learning networks point-processes

Last synced: about 5 hours ago
JSON representation

Code and data for "Stochastic Optimal Control of Epidemic Processes in Networks", ML4H at NeurIPS 2018

Awesome Lists containing this project

README

        

# disease-control

This is the code for the simulation of the project on disease control with SDEs with jumps.
The following describes the different files and how they interact.

## Installation

To run the experiment notebooks, first install the internal library using:

```
python setup.py install -e .
```