AD Teaching Wiki:

Your experimental results for exercise sheet 1

Please sumarize your results from exercise sheet 1 in a row in the table below. In the first column, write your name (abbreviate if you are in a group, to keep it short). In the second column, put the programming language you used (C++ or Java). In the third column put the average running time (in seconds) for 1000 random queries using Dijkstra's algorithm. In the fourth column put the average running time (in seconds) for 1000 random queries using A-star with the straightline heuristic. In the last column put the name of the dataset you computed these average times on (preferably Ba-Wü, but if that didn't work Saarland).

Here is the table with the correspondence Road Types <-> Speeds.

Note(Hannah): Saarland has about 400K non-isolated nodes, Ba-Wü has about 5M non-isolated nodes. (K stands for thousand, M stands for million, also in the table below.)

Note(Hannah): There are quite a number of road types not considered in our table. These account for more than half of the arcs in the two networks. If I take them into account (with a speed of 5 km/h, but that doesn't really matter) by average query times and the number of settled nodes more than doubles.


/!\ Edit conflict - other version:


Name

Language

Dijkstra

A-Star

Dataset

# of routes tested

Hardware

Adrian,Kevin,Christoph

C++

0.031s (#settled: 84K)

0.029s (#settled: 45K)

Saarland

1000

Core2Duo P8600 @ 2.4Ghz

Adrian,Kevin,Christoph

C++

0.574s (#settled: 974K)

0.417s (#settled: 484K)

Ba-Wü

500

Core2Duo P8600 @ 2.4Ghz

Michael,Sebastian,Simon

Java

0.018s

0.027s

Saarland

1000

Core i7 920 @ 2.67 GHz

Michael,Sebastian,Simon

Java

0.282s

0.435s

Ba-Wü

1000

Core i7 920 @ 2.67 GHz

Simon,Robin

C++

0.033s (#settled: 94K)

0.017s (#settled: 45K)

Saarland

1000

Intel X5560 @ 2.8 GHz

Simon,Robin

C++

0.518s (#settled: 1.1M)

0.242s (#settled: 465K)

Ba-Wü

1000

Intel X5560 @ 2.8 GHz

Hannah

C++

0.015s (#settled: 95K)

0.007s (#settled: 36K)

Saarland

1000

Intel X5560 @ 2.8 GHz

Hannah

C++

0.296s (#settled: 1.0M)

0.120s (#settled: 341K)

Ba-Wü

1000

Intel X5560 @ 2.8 GHz

Vincent,Michael,Patrick

Java

0.251s

0.039s

Saarland

1000

Intel Core2 Quadcore @ 2,4GHz

Vincent,Michael,Patrick

Java

9.88s

0.239s

Ba-Wü

200

Intel Core2 Quadcore @ 2,4GHz

Markus,Oleksii,Stefan

Java

0.351s

0.472s

Saarland

1000

Core i5 M430 @ 2,27GHz

Eugen

C++

0.08s (#settled: 81217)

0.05s (#settled: 43901)

Saarland

1000

Intel i5 750 @ 2.7 GHz

Eugen

C++

1.27s (#settled: 1091146)

0.51s (#settled: 412290)

Ba-Wü

100

Intel i5 750 @ 2.7 GHz


/!\ Edit conflict - your version:


Name

Language

Dijkstra

A-Star

Dataset

# of routes tested

Hardware

Adrian,Kevin,Christoph

C++

0.031s (#settled: 84K)

0.029s (#settled: 45K)

Saarland

1000

Core2Duo P8600 @ 2.4Ghz

Adrian,Kevin,Christoph

C++

0.574s (#settled: 974K)

0.417s (#settled: 484K)

Ba-Wü

500

Core2Duo P8600 @ 2.4Ghz

Michael,Sebastian,Simon

Java

0.018s

0.027s

Saarland

1000

Core i7 920 @ 2.67 GHz

Michael,Sebastian,Simon

Java

0.282s

0.435s

Ba-Wü

1000

Core i7 920 @ 2.67 GHz

Simon,Robin

C++

0.033s (#settled: 94K)

0.017s (#settled: 45K)

Saarland

1000

Intel X5560 @ 2.8 GHz

Simon,Robin

C++

0.518s (#settled: 1.1M)

0.242s (#settled: 465K)

Ba-Wü

1000

Intel X5560 @ 2.8 GHz

Hannah

C++

0.015s (#settled: 95K)

0.007s (#settled: 36K)

Saarland

1000

Intel X5560 @ 2.8 GHz

Hannah

C++

0.296s (#settled: 1.0M)

0.120s (#settled: 341K)

Ba-Wü

1000

Intel X5560 @ 2.8 GHz

Vincent,Michael,Patrick

Java

0.251s

0.039s

Saarland

1000

Intel Core2 Quadcore @ 2,4GHz

Vincent,Michael,Patrick

Java

9.88s

0.239s

Ba-Wü

200

Intel Core2 Quadcore @ 2,4GHz

Mirko,Dirk,Kyanoush

C++

0.0789s (#settled 37k)

0.07757s (#settled 37k)

Saarland

1000

Intel Core2Duo @ 2,0GHz

Mirko,Dirk,Kyanoush

C++

0.9997s (#settled 442k)

0.9837s (#settled 436k)

Ba-Wü

100

Intel Core2Duo @ 2,0GHz


/!\ End of edit conflict


AD Teaching Wiki: EfficientRoutePlanningSS2011/Experiments (last edited 2011-05-20 13:03:03 by remote218-132)