Impedance future
network-functions Impedance future
possible extensions
- Log-logistic distance decay: d -> 1/(1+ea+blnd) = 1 / (1+eadb).
possible speedup optimizations
- Parallel processing of different OrgZones, as most time is now spent in growing trees, which can be done per origin zone separately, a speedup factor is expected close to the number of available cores.
- Pre-processing, overview: http://algo2.iti.kit.edu/schultes/hwy/dynamic.pdf using:
- highway hierarchies along the lines of http://algo2.iti.kit.edu/schultes/hwy/distTable.pdf, and http://algo2.iti.kit.edu/schultes/hwy/esaHwyHierarchiesSlides.pdf
- edge reduction
- transit node routing and separators
- A* methods, geometric containment and goal direction search, useful only for individual OD-pairs.