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*.

Wikidata facts

Show 1 more fact
time of discovery or invention
1992-00-00
Sources (3)

via Wikidata · CC0

~3 min read

Article

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 ==

Available in 9 languages

via Wikidata sitelinks · CC0

Connections

Categories