#!/bin/bash

# Make sure this script is in the home directory of PAF
# This script is going to run PAF on a subset of the benchmarks reported in Table 2 (9 benchmarks)
# This experiment can run on a machine with limited resources (e.g. laptop)

python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Filters1.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Filters1_exp.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Filters1_gaussian.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Traincars1.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Traincars1_exp.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Traincars1_gaussian.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Traincars2.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Traincars2_exp.txt
python3.7 src/main.py -m 24 -e 8 -d 50 -tgc 300 -prob 0.99 benchmarks/CAV2021/ExperimentSec/Traincars2_gaussian.txt
