OurBigBook Wikipedia Bot Documentation
SMA* (Simplified Memory-Based A*) is an algorithm used in artificial intelligence, particularly in the field of search and pathfinding. It's a variant of the A* algorithm designed to handle problems with large memory requirements by using a simplified approach to manage and simplify the search space. The main idea behind SMA* is to keep track of the best paths while enforcing a limit on the memory used.

Ancestors (6)

  1. Graph algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home