AStar and Dijkstra Algorithms in Navigation Traffic Routing - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

AStar and Dijkstra Algorithms in Navigation Traffic Routing

Description:

Visit every node once and update the path cost if the current cost is ... Dijkstra. Optimal Path. Have to process entire map. Michael Lewis. Su Wang. Sam Quan ... – PowerPoint PPT presentation

Number of Views:227
Avg rating:3.0/5.0
Slides: 9
Provided by: rich664
Category:

less

Transcript and Presenter's Notes

Title: AStar and Dijkstra Algorithms in Navigation Traffic Routing


1
A-Star and Dijkstra Algorithms in Navigation
Traffic Routing
  • Richard Ali

2
Problem
  • Current navigation software is
  • Slow
  • Route not always optimal
  • Solution Evaluate A-Star and Dijkstra algorithms
    as an alternative.

3
Map
  • Map file containing nodes and edge cost

4
Dijkstra
  • Set all node to have a path cost of infinity.
  • Visit every node once and update the path cost if
    the current cost is less than the saved.
  • Visit next node with lowest saved path cost.

5
No Traffic
6
With Traffic
7
Summary
  • Dijkstra
  • Optimal Path
  • Have to process entire map

8
Acknowledgements
  • Michael Lewis
  • Su Wang
  • Sam Quan
Write a Comment
User Comments (0)
About PowerShow.com