Abstract: Ant colony optimization algorithm often be used to path planning for mobile robots, but they have the following problems: 1. slow convergence speed, 2. hard to search real optima and easy to ...
A header-only C++ implementation of the single-source shortest path (SSSP) algorithm for sparse directed graphs with non-negative weights, based on the 2025 paper by Duan et al. This algorithm is ...