Files
OpenFrontIO/tests
scamiv e08acdf09c Add coarse-to-fine pathfinding for water navigation
- Introduced a new `CoarseToFineWaterPath` module to enhance pathfinding efficiency for boats by utilizing a coarse map to guide fine path searches.
- Implemented a two-stage pathfinding approach: a coarse search on a low-resolution map followed by a refined search on the full-resolution map.
- Updated `TransportShipExecution` and `TransportShipUtils` to leverage the new coarse-to-fine pathfinding method, improving routing decisions and handling of retreat paths.
- Added tests to validate the new pathfinding functionality and ensure robustness in various scenarios.
2025-12-27 16:23:14 +01:00
..
2025-12-20 13:35:30 -08:00
2025-12-20 13:35:30 -08:00
2025-06-26 12:52:31 -07:00
2025-12-20 13:35:30 -08:00
2025-12-20 13:35:30 -08:00
2025-06-22 08:14:08 -07:00
2025-10-02 12:38:28 -07:00
2025-11-19 12:32:01 -08:00
2025-12-18 16:20:23 -08:00
2025-09-27 15:52:50 -07:00