]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - scripts/generate_grid_based_all.sh
Do not use unicode minus
[hubacji1/iamcar2.git] / scripts / generate_grid_based_all.sh
1 #!/bin/bash
2
3 # Run the first block or the second one. Not both in one run as the blocks
4 # overwrite *{error,time,cost}* stats files.
5
6 bash scripts/generate_grid_based_stats.sh '0.1'
7 bash scripts/generate_grid_based_plots.sh '0.1' ''
8 sed -i 's/0.1 m grid/0.2 m grid/' scripts/*{error,time,cost}*
9 bash scripts/generate_grid_based_stats.sh '0.2'
10 bash scripts/generate_grid_based_plots.sh '0.2' ''
11 sed -i 's/0.2 m grid/0.5 m grid/' scripts/*{error,time,cost}*
12 bash scripts/generate_grid_based_stats.sh '0.5'
13 bash scripts/generate_grid_based_plots.sh '0.5' ''
14 sed -i 's/0.5 m grid/1 m grid/' scripts/*{error,time,cost}*
15 bash scripts/generate_grid_based_stats.sh '1'
16 bash scripts/generate_grid_based_plots.sh '1' ''
17 sed -i 's/1 m grid/0.1 m grid/' scripts/*{error,time,cost}*
18
19 bash scripts/generate_grid_based_stats_po.sh '0.1'
20 bash scripts/generate_grid_based_plots.sh '0.1' ''
21 sed -i 's/0.1 m grid/0.2 m grid/' scripts/*{error,time,cost}*
22 bash scripts/generate_grid_based_stats_po.sh '0.2'
23 bash scripts/generate_grid_based_plots.sh '0.2' ''
24 sed -i 's/0.2 m grid/0.5 m grid/' scripts/*{error,time,cost}*
25 bash scripts/generate_grid_based_stats_po.sh '0.5'
26 bash scripts/generate_grid_based_plots.sh '0.5' ''
27 sed -i 's/0.5 m grid/1 m grid/' scripts/*{error,time,cost}*
28 bash scripts/generate_grid_based_stats_po.sh '1'
29 bash scripts/generate_grid_based_plots.sh '1' ''
30 sed -i 's/1 m grid/0.1 m grid/' scripts/*{error,time,cost}*