A Fast Heuristic Search Approach for Energy-Optimal Profile Routing for Electric Vehicles
Mahdi Jalili, Saman Ahmadi
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:37:58 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/a-fast-heuristic-search-approach-for-energy-optimal-profile.pdf
Summary
This paper addresses the energy-optimal shortest path problem for electric vehicles (EVs) in large-scale road networks, particularly when the initial energy level is unknown, a task known as energy-optimal profile search. The core idea is a novel label-setting approach based on multi-objective A* search, which employs a profile dominance rule to efficiently prune unpromising paths and avoid complex profile merging procedures. The method is evaluated on real-world road networks with realistic energy consumption data, demonstrating performance comparable to energy-optimal A* with a known initial energy level, while offering a simpler and more practical solution than existing profile search methods.
Problem
The paper identifies several bottlenecks in energy-optimal pathfinding for Electric Vehicles (EVs):
- Negative Edge Costs: Energy recuperation (e.g., via regenerative braking) introduces negative energy costs on road segments, making traditional shortest path algorithms (like Dijkstra's) inefficient or inapplicable without modifications.