Skip to content

Commit a161f3c

Browse files
committed
Updated readme
1 parent 8fc94e2 commit a161f3c

2 files changed

Lines changed: 8 additions & 406 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# HyperGen
2+
This repository contains a prototype implementation of
3+
"Generating practical random hyperbolic graphs in near-linear time
4+
and with sub-linear memory" [M. Penschuck, SEA 2017].
5+
Please refer to the branch SEA17 to reproduce the results.
6+
17
# Building all binaries
28
In order to build HyperGen you need a recent GCC compiler with OpenMP support,
39
cmake and scons (for NetworKit). On Ubuntu 16.04 you can install the dependencies
@@ -82,12 +88,5 @@ increase the problem size and rerun the script. In case you terminate a run, ple
8288
delete the corresponding partial log file manually.
8389

8490
# Analysing the runs
85-
After running the experiments (or during a run), you can analyse the log files as follows:
86-
87-
```
88-
cd experiments
89-
python3 ./analyse_logs.py
90-
```
91-
92-
This script will generate a new folder "experiments/results" containing various plots and
93-
latex tables.
91+
After running the experiments (or during a run), you can analyse the log files using the
92+
Jupyter Notebook contained in experiments/analyse_logs.ipynb.

0 commit comments

Comments
 (0)