Related Experiment Video
Updated: Jun 6, 2026

An Appetitive Spatial Working Memory Task for Mice in a Semi-Automated 8-Arm Radial Maze, Reducing Fearful Memory Association in the Maze
Published on: July 29, 2025
MAWA∗-a memory-bounded anytime heuristic-search algorithm
Satya Gautam Vadlamudi1, Sandip Aine, Partha Pratim Chakrabarti
1Department of Computer Science and Engineering, Indian Institute of Technology Kharagpur, Kharagpur, India. satya@cse.iitkgp.ernet.in
A new algorithm, Memory-bounded Anytime Window A* (MAWA*), offers complete, anytime, and memory-bounded heuristic search. It efficiently solves complex problems like the sliding-tile puzzle and traveling salesman problem.
Area of Science:
- Artificial Intelligence
- Computer Science
- Heuristic Search Algorithms
Background:
- Heuristic search algorithms are crucial for solving complex problems in AI.
- Existing algorithms often face limitations in memory constraints or optimality.
- Anytime algorithms provide solutions that improve over time, but can be memory-intensive.
Purpose of the Study:
- To introduce a novel heuristic search algorithm, Memory-bounded Anytime Window A* (MAWA*).
- To address the challenge of restricted memory environments in AI search.
- To develop an algorithm that is complete, anytime, and memory-bounded.
Main Methods:
- MAWA* integrates the window-bounded anytime search framework of AWA*.
- It incorporates memory-bounded A*-like techniques to manage limited memory.
- Simplified and efficient tree-search versions of MAWA* are also developed.
Main Results:
- Experimental results demonstrate MAWA*'s effectiveness on the sliding-tile puzzle.
- MAWA* shows significant advantages over existing methods for the traveling salesman problem.
- The algorithm proves advantageous in memory-restricted scenarios.
Conclusions:
- MAWA* presents a significant advancement in heuristic search for AI.
- The algorithm offers a robust solution for problems with memory limitations.
- MAWA* provides a balance of completeness, anytime capability, and memory efficiency.
Related Concept Videos
The Availability Heuristic
Heuristics
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Statically Indeterminate Problem Solving
Understanding Memory
Trial and Error and Algorithm