Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 409 Bytes

File metadata and controls

8 lines (7 loc) · 409 Bytes

PISA Experiments

To run the PISA experiments from the paper Comparing Task Graph Scheduling Algorithms: An Adversarial Approach, run the following command:

python main.py      # Run the experiments
python analyze.py   # Analyze the results

This will save the experimental data in the ./results directory and generate the plots in the ./output directory.