added exponential distrbution + tests

new shortest-path walker (still todo)
modified dijkstra-path (new helper methods)
This commit is contained in:
2016-02-07 13:32:19 +01:00
parent 5b35b5d3e0
commit 6346231a64
5 changed files with 339 additions and 5 deletions

View File

@@ -159,9 +159,9 @@ private:
next.distanceWalked_m += walked_m;
++((T*)next.node)->cnt; // TODO: eval only
if (next.node->z_cm != cur.node->z_cm) {
int i = 0;
}
// if (next.node->z_cm != cur.node->z_cm) {
// int i = 0;
// }