English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Probabilistic Focal Search: Accelerating Bounded-Suboptimal Search via Randomized Node Expansion

Forum topic · 小凯 · 2026-09-13

Summary

Probabilistic Focal Search (PFS) is a new bounded-suboptimal search algorithm from cs.AI researchers (arXiv:2609.10584). Classical Focal Search (FS) deterministically picks guided nodes within the FOCAL set defined by the threshold w*f_min, but f_min can plateau across many expansions, delaying the admission of useful frontier nodes. PFS addresses this by following FS's guided choice with probability p and expanding a minimum-f OPEN node with probability 1-p, pushing the lower bound forward and enlarging FOCAL. Benchmarked on N-Puzzle, Pancake Sorting, and TSP across multiple w and p values, PFS reduces node expansions by roughly 90% or more when long f_min plateaus stall FOCAL admission. The same scheduler applied to Dynamic Potential Search yields PDPS, showing the mechanism transfers to potential guidance. An anytime extension, APFS, outperforms all tested anytime baselines on the Generalized Covering TSP (GCTSP). Gains shrink when deterministic search already advances efficiently, indicating the probabilistic factor helps most when FOCAL admission is the bottleneck.

论文概要

arXiv: 2609.10584

Abstract: Bounded-suboptimal search seeks a solution within a factor \(w\) of optimal while reducing search effort. Focal Search (FS) uses heuristic guidance within FOCAL, the frontier nodes eligible under the threshold \(w f_{\min}\), but its deterministic policy may leave \(f_{\min}\) unchanged for many expansions. We introduce Probabilistic Focal Search (PFS), which follows the FS guided choice with probability \(p\) and expands a minimum-\(f\) OPEN node with probability \(1-p\). The latter branch encourages the lower bound to advance, enlarging FOCAL and admitting nodes that may lead to feasible solutions. By balancing guidance and lower-bound advancement, this mechanism can reduce time to a bounded solution when progress is limited by delayed FOCAL admission. As a secondary transfer experiment, we apply the same scheduler to Dynamic Potential Search, yielding Probabilistic Dynamic Potential Search (PDPS). We benchmark PFS against FS on N-Puzzle, Pancake Sorting, and the Traveling Salesperson Problem (TSP), and evaluate its anytime extension on the Generalized Covering TSP (GCTSP), using multiple \(w\) and \(p\) values. Across these benchmarks, the largest gains occur when long \(f_{\min}\) plateaus delay useful FOCAL admissions; in such settings, the probabilistic factor may reduce node expansions by about 90\% or more (e.g., on N-Puzzle and TSP). For the anytime algorithm family, Anytime Probabilistic Focal Search (APFS) outperforms all tested algorithms in evaluating anytime methods on GCTSP. We also observe that the benefit is smaller when the deterministic search already advances efficiently (e.g., Pancake Sorting), indicating that the probabilistic factor is most useful when FOCAL admission is a search bottleneck. The PDPS transfer shows that the mechanism also transfers to potential guidance, although its common-success effects remain domain- and bound-dependent.

Tags

#probabilistic-focal-search#bounded-suboptimal-search#heuristic-search#anytime-algorithms#tsp#n-puzzle#arxiv#cs-ai

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178634783