File:Weighted A star with eps 5.gif

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Weighted_A_star_with_eps_5.gif(210 × 210 pixels, file size: 6 KB, MIME type: image/gif, looped, 44 frames, 9.3 s)

Captions

Captions

Add a one-line explanation of what this file represents
Description
English: Illustration of weighted A* search with , for faster, but sub-optimal path planning. The graph is created by uniform square discretization of a 2-dimensional planar region, placing a node in each discretized cell, and connecting each node with its 8 neighbors using bidirectional edges. Cost of edges are same as their Euclidean lengths. The gray shape represents an obstacle. The filled circles in red & green represent expanded nodes (nodes in closed set). The color indicate the g-score (red:lower g-score, green: higher g-score). The empty nodes with blue boundary are the ones in open set. The nodes of the graph are generated on the fly, and nodes falling inside the obstacle are discarded as inaccessible. The heuristic used by a node is 5 times its Euclidean distance to goal (note that Euclidean distance to goal is a consistent heuristic). The final path obtained is suboptimal when compared to the ones obtained using Dijkstra's algorithm or A* search algorithm, but the search is significantly faster. Created using YGSBPL graph-search library and OpenCV.
Date
Source Own work
Author Subh83
Permission
(Reusing this file)
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:29, 14 April 2011Thumbnail for version as of 23:29, 14 April 2011210 × 210 (6 KB)Subh83 (talk | contribs){{Information |Description ={{en|1=Illustration of [http://en.wikipedia.org/wiki/A*_search_algorithm#Weighted_A.2A weighted A* search] with <math>\epsilon=5.0</math>, for faster, but sub-optimal path planning. The [http://en.wikipedia.org/wiki/Graph_(m

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: