Updated graphs
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 18 KiB |
BIN
Evaluation/Figs/graphs/bidirectional-inbound.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
Evaluation/Figs/graphs/bidirectional-outbound.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
Evaluation/Figs/graphs/more-bandwidth-equal-a-inbound.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
Evaluation/Figs/graphs/more-bandwidth-equal-b-inbound.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
Evaluation/Figs/graphs/more-bandwidth-four-a-inbound.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
Evaluation/Figs/graphs/more-bandwidth-four-b-inbound.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
Evaluation/Figs/graphs/more-bandwidth-unequal-a-inbound.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
Evaluation/Figs/graphs/more-bandwidth-unequal-b-inbound.png
Normal file
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB |
BIN
OutboundGraphs/Figs/graphs/bidirectional-outbound.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
8
import-graphs.sh
Normal file → Executable file
@ -6,11 +6,9 @@ rm /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/* || true
|
||||
rm /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/* || true
|
||||
|
||||
# Copy graphs for evaluation
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/I* /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/TI* /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/OES0-R0-1R1-1T10S1-R0-1R1-2T10S2-R0-2R1-2T10.png /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/*-inbound.png /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/bidirectional-outbound.png /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/
|
||||
|
||||
# Copy graphs for outbound graphs appendix
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/O* /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/TO* /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/*-outbound.png /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/
|
||||
|
||||
|