Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/papachristoumarios/dynamic-clearing

[WWW 2023] Official code release for "Dynamic Interventions for Networked Contagions"
https://github.com/papachristoumarios/dynamic-clearing

contagion dynamic eisenberg-noe fairness interventions

Last synced: 2 months ago
JSON representation

[WWW 2023] Official code release for "Dynamic Interventions for Networked Contagions"

Awesome Lists containing this project

README

        

# Supplementary Code For: "Dynamic Interventions for Networked Contagions"

## Setup

Install the required packages with
```bash
pip install -r requirements.txt
```

## Usage

Use `python main.py --help` to see the available options and more details about the flags. An example run is as follows:

```bash
python main.py --name tlc --num_iters 1 -B 100 --method fractional
```