Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/papachristoumarios/dynamic-clearing
- Owner: papachristoumarios
- Created: 2021-10-05T19:51:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T23:39:04.000Z (6 months ago)
- Last Synced: 2024-06-25T00:40:12.264Z (6 months ago)
- Topics: contagion, dynamic, eisenberg-noe, fairness, interventions
- Language: Python
- Homepage: https://arxiv.org/abs/2205.13394
- Size: 11.8 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: CITATION.cff
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
```