ended3월 14일· 1 sources
Navigating the Search Space: A Guide from BFS to Deep Learning
탐색 공간 탐험: BFS에서 딥러닝까지의 안내서
Why it matters
The article reviews two research papers sharing a common theme of efficiently navigating search spaces. The first compares BFS, DFS, and A* on the 8-puzzle, concluding that A* with Manhattan Distance heuristic vastly outperforms blind search methods. The second surveys the evolution of solving Constraint Satisfaction Problems, from basic backtracking through inference-based pruning to modern deep learning approaches such as Graph Neural Networks and Reinforcement Learning.
1
Sources
+0
24h
—
Growth
182d
Active
A* SearchBFS/DFSCSPGraph Neural NetworksBacktrackingManhattan Distance