Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Penalize inner-link U-turns (builds on #83) #88

Merged
merged 5 commits into from
Dec 23, 2016

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    f0afa5f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Configuration menu
    Copy the full SHA
    e2fe456 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    c0d3323 View commit details
    Browse the repository at this point in the history
  2. Use non-normalized transition metric and remove timeDiff check (graph…

    …hopper#70)
    
    For GPX traces with equal timestamps, all transitions had a
    probability of 1 and hence transitions were not considered during map
    matching. With directed candidates the siutation got even worse
    because it could happen that the Viterbi algorithm chose a candidate
    with wrong direction because penalties from unfavored edges would still
    result in a transition probability of 1. In this case the resulting
    map matching path would take unnecessary detours.
    stefanholder committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    cec230b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58417cd View commit details
    Browse the repository at this point in the history