Detour Prevention Mechanisms: Difference between revisions Discussion View history

No edit summary
(→‎Big Detours: Added penalty system note in prep for new page)
Line 2: Line 2:
Waze routing includes a mechanism to prevent routing off a highway/freeway only to be routed right back on the same highway/freeway. The assumption is that drivers will prefer to remain on the highway/freeway even if waze calculates that taking a series of ramps or other collector/distributor roads is slightly faster or shorter.
Waze routing includes a mechanism to prevent routing off a highway/freeway only to be routed right back on the same highway/freeway. The assumption is that drivers will prefer to remain on the highway/freeway even if waze calculates that taking a series of ramps or other collector/distributor roads is slightly faster or shorter.


 
Waze routing will reduce the chances of a detour off a highway/freeway and back on that same highway/freeway when '''all''' of the following conditions are met:
Waze routing will heavily penalize routes over a detour off a highway/freeway and back on that same highway/freeway when all of the following conditions are met:
# the last segment on the highway/freeway before the detour has the same street name and same city name as the next highway/freeway segment after the detour (the segments are considered to have the same name if either the primary name or alternate names are the same, unnamed segments are not considered as having the same name),
# the last segment on the highway/freeway before the detour has the same street name and same city name as the next highway/freeway segment after the detour (the segments are considered to have the same name if either the primary name or alternate names are the same, unnamed segments are not considered as having the same name),
# the detour is more than one segment long, and
# the detour is more than one segment long, and
Line 18: Line 17:
| Minor Highway || 500m
| Minor Highway || 500m
|}
|}
It is important to understand that Waze uses a [[Routing penalties|penalty-based]]routing system. It computes the total penalties for a route and selects the one with the least cumulative penalty. Therefore it is possible for routes to occur when the alternate route is extremely bad.
===Notes===
===Notes===
Note that for split roads that have the same name on both carriageways, the big detour prevention mechanism will prevent U-turns that traverse more than one segment. Thus in the intersection below, the configuration on the left will be used to route a U-turn because it uses a single segment between the two parallel roadways with the same name. In contrast, the configuration on the right will '''not''' use the U-Turn road because it branches from another segment causing multiple segments between the two parallel roads with the same name.
For split roads that have the same name on both carriageways, the big detour prevention mechanism will prevent U-turns that traverse more than one segment. Thus in the intersection below, the configuration on the left will be used to route a U-turn because it uses a single segment between the two parallel roadways with the same name. In contrast, the configuration on the right will '''not''' use the U-Turn road because it branches from another segment causing multiple segments between the two parallel roads with the same name.
[[File:UDetour.png]]
[[File:UDetour.png]]


==Small Detours==
==Small Detours==
Waze plans to implement a small detour prevention mechanism to deal with instances where waze calculates that that its a few seconds faster to continue straight or make a right at an intersection and make a u-turn rather than just turning left. Waze will eliminate such detours if there is under a 30 sec difference in the routes.
Waze plans to implement a small detour prevention mechanism to deal with instances where waze calculates that that its a few seconds faster to continue straight or make a right at an intersection and make a u-turn rather than just turning left. Waze will eliminate such detours if there is under a 30 sec difference in the routes.

Revision as of 20:34, 15 March 2014

Big Detours

Waze routing includes a mechanism to prevent routing off a highway/freeway only to be routed right back on the same highway/freeway. The assumption is that drivers will prefer to remain on the highway/freeway even if waze calculates that taking a series of ramps or other collector/distributor roads is slightly faster or shorter.

Waze routing will reduce the chances of a detour off a highway/freeway and back on that same highway/freeway when all of the following conditions are met:

  1. the last segment on the highway/freeway before the detour has the same street name and same city name as the next highway/freeway segment after the detour (the segments are considered to have the same name if either the primary name or alternate names are the same, unnamed segments are not considered as having the same name),
  2. the detour is more than one segment long, and
  3. the detour is under the threshold length as defined below.
Road Type Threshold
Freeway 5km
Major Highway 5km
Minor Highway 500m

It is important to understand that Waze uses a penalty-basedrouting system. It computes the total penalties for a route and selects the one with the least cumulative penalty. Therefore it is possible for routes to occur when the alternate route is extremely bad.

Notes

For split roads that have the same name on both carriageways, the big detour prevention mechanism will prevent U-turns that traverse more than one segment. Thus in the intersection below, the configuration on the left will be used to route a U-turn because it uses a single segment between the two parallel roadways with the same name. In contrast, the configuration on the right will not use the U-Turn road because it branches from another segment causing multiple segments between the two parallel roads with the same name.

Small Detours

Waze plans to implement a small detour prevention mechanism to deal with instances where waze calculates that that its a few seconds faster to continue straight or make a right at an intersection and make a u-turn rather than just turning left. Waze will eliminate such detours if there is under a 30 sec difference in the routes.