Skip to content
EntityQ493743· pop 9· linked from 35 articles

Simplified Memory-Bounded A*

Sign in to save

Also known as SMA*

SMA* or Simplified Memory Bounded A* is a shortest path algorithm based on the A* algorithm. The main advantage of SMA* is that it uses a bounded memory, while the A* algorithm might need exponential memory. All other characteristics of SMA* are inherited from A*.

~3 min read

Encyclopedic overview

5 sections
Contents
  • Process
  • Properties
  • Implementation
  • External links
  • References

SMA* or Simplified Memory Bounded A* is a shortest path algorithm based on the A* algorithm. The main advantage of SMA* is that it uses a bounded memory, while the A* algorithm might need exponential memory. All other characteristics of SMA* are inherited from A*.

== Process ==

Excerpted from Wikipedia’s “Simplified Memory-Bounded A*” article, available under the CC BY-SA 4.0 licence.

Available in 9 languages

via Wikidata sitelinks · CC0