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

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: 6 months 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 .
```