Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 610 Bytes

usage.md

File metadata and controls

31 lines (22 loc) · 610 Bytes

Prerequisite.

  1. Linux/MacOS only.

  2. Install gurobi and prepare a license

  3. Prepare Python environment We recommend to use anaconda.

conda env create -n SPREAD -f environment.yml
  1. Run

Use the appropriate flag to run an experiment or generate an evaluation plot:

python main.py [--FLAG]

Directory Structure

├── results
│   ├── data        # experiment data
│   └── figures     # evaluation figures
├── src             # source code
├── environment.yml # conda environment file
└── main.py         # CLI entrance