Benchmarking Classical Coverage Path Planning Heuristics on Irregular Hexagonal Grids for Maritime Coverage Scenarios
Carlos S. Sepúlveda, Gonzalo A. Ruz
TLDR
This paper benchmarks 17 classical coverage path planning heuristics on 10,000 irregular hexagonal grids for maritime applications, revealing key design impacts.
Key contributions
- Developed a benchmark of 10,000 irregular hexagonal grid instances for maritime coverage.
- Evaluated 17 classical heuristics across 7 families on success, revisits, path length, and CPU.
- Found shortest-path reconnection heuristics reliably cover but rarely achieve zero-revisit tours.
- Identified a Warnsdorff variant as the strongest classical Hamiltonian baseline (79.0% success).
Why it matters
This paper provides a much-needed reproducible benchmark for coverage path planning on irregular hexagonal grids, relevant to maritime applications. It highlights the impact of subtle implementation details on heuristic performance, offering a controlled testbed for future research and development in this critical domain.
Original Abstract
Coverage path planning on irregular hexagonal grids is relevant to maritime surveillance, search and rescue and environmental monitoring, yet classical methods are often compared on small ad hoc examples or on rectangular grids. This paper presents a reproducible benchmark of deterministic single-vehicle coverage path planning heuristics on irregular hexagonal graphs derived from synthetic but maritime-motivated areas of interest. The benchmark contains 10,000 Hamiltonian-feasible instances spanning compact, elongated, and irregular morphologies, 17 heuristics from seven families, and a common evaluation protocol covering Hamiltonian success, complete-coverage success, revisits, path length, heading changes, and CPU latency. Across the released dataset, heuristics with explicit shortest-path reconnection solve the relaxed coverage task reliably but almost never produce zero-revisit tours. Exact Depth-First Search confirms that every released instance is Hamiltonian-feasible. The strongest classical Hamiltonian baseline is a Warnsdorff variant that uses an index-based tie-break together with a terminal-inclusive residual-degree policy, reaching 79.0% Hamiltonian success. The dominant design choice is not tie-breaking alone, but how the residual degree is defined when the endpoint is reserved until the final move. This shows that underreported implementation details can materially affect performance on sparse geometric graphs with bottlenecks. The benchmark is intended as a controlled testbed for heuristic analysis rather than as a claim of operational optimality at fleet scale.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.