Proactive Route Planning for Electric Vehicles

Read original: arXiv:2405.00691 - Published 5/3/2024 by Saeed Nasehi, Farhana Choudhury, Egemen Tanin
Total Score

0

🎲

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Electric vehicles (EVs) face challenges with limited driving range, inadequate charging facilities, and time-consuming recharging, making the process of finding an optimal charging route different from other vehicle types.
  • EV charging during a trip can impact not only the individual EV's travel time but also the travel time of other EVs due to potential queuing at charging stations, a significant constraint for EV adoption in many countries.
  • This study presents a novel Electric Vehicle Route Planning problem to find the fastest route with recharging for an EV routing request, modeling it as a new graph problem and proving it is NP-hard.
  • The researchers propose a two-phase algorithm to traverse the graph and find the best possible charging route for each EV, introducing the "influence factor" concept to propose heuristics for the best route with minimum travel time while avoiding congestion at charging stations.

Plain English Explanation

Electric vehicles (EVs) have some unique challenges compared to traditional gasoline-powered cars. Their limited driving range and the time it takes to recharge the batteries make it more complicated to plan the best route for an EV journey. This is especially true because the time and location of EV charging can impact not only the individual EV's travel time but also the travel time of other EVs, due to potential queuing at the charging stations.

Imagine you're planning a road trip in your EV. You need to figure out the fastest route, but you also have to consider where you'll need to stop and charge your car along the way. If too many other EV drivers also need to charge at the same stations, it could create a backup and make your trip take longer. This "charging station congestion" is seen as a major obstacle to wider adoption of electric vehicles in many countries.

The researchers in this study tackled this problem by developing a new algorithm to plan the optimal charging route for an EV. They modeled it as a new type of graph problem and showed it's a complex, "NP-hard" problem to solve.

Their two-phase algorithm tries to find the fastest overall route for an EV, taking into account not just the driving time but also the time spent waiting and charging at stations. The researchers also introduced the idea of an "influence factor" to help the algorithm choose routes that avoid contributing to congestion at popular charging stations, which could slow down other EV drivers.

When tested on real-world data, this approach was able to reduce total travel time for EVs by up to 50% compared to other state-of-the-art methods, and the benefits became even more significant as more EVs were on the road. This suggests it could be a valuable tool for planning EV routes and supporting the wider adoption of electric vehicles.

Technical Explanation

The researchers model the Electric Vehicle Route Planning problem as a new graph problem, where nodes represent locations and edges represent road segments. Each edge has attributes like distance and travel time, and the graph also includes charging station nodes.

The goal is to find the fastest route for an EV from a starting point to a destination, including any necessary charging stops along the way. This differs from traditional routing problems because the time and location of charging impacts not only the individual EV's travel time but also the travel times of other EVs due to potential queuing at charging stations.

The researchers prove that this problem is NP-hard, meaning there is no known efficient algorithm to solve it exactly. To address this, they propose a novel two-phase algorithm:

  1. In the first phase, the algorithm constructs a layered graph representation of the road network and charging stations.
  2. In the second phase, the algorithm traverses this graph to find the best charging route for the EV, introducing the concept of an "influence factor" to prioritize routes that minimize the impact on other EVs at charging stations.

The influence factor is a heuristic that attempts to predict how a given charging stop will affect the travel times of other EVs. The algorithm uses this to prefer routes that avoid congesting popular charging stations, which could slow down other drivers.

Through experiments on a real-world dataset, the researchers demonstrate that their approach can reduce total EV travel time by up to 50% compared to state-of-the-art methods. The benefits become even more pronounced as the number of EVs on the road increases, suggesting this could be a valuable tool for supporting the widespread adoption of electric vehicles.

Critical Analysis

The researchers acknowledge several limitations and areas for further research in their paper. For example, they note that their model does not consider the availability of charging stations or the potential for EVs to coordinate and share charging infrastructure, as explored in related work like understanding the impact of coalitions between EV charging stations.

Additionally, the proposed algorithm relies on heuristics and approximations to make the problem tractable, which could lead to suboptimal solutions in some cases. There may be opportunities to further improve the algorithm's performance, perhaps by incorporating techniques from other vehicle routing or scheduling problems.

Another potential limitation is the assumption that all EVs have the same charging requirements and travel behavior. In reality, there could be significant heterogeneity among EV owners, which may require more sophisticated modeling approaches to capture.

Overall, this research represents an important step forward in addressing the unique challenges of EV route planning. However, continued innovation and a deeper understanding of the complex interactions between EVs, charging infrastructure, and traffic patterns will be crucial to enable widespread EV adoption and the associated environmental and societal benefits.

Conclusion

This study tackles the complex problem of finding the optimal charging route for electric vehicles (EVs), which differs from traditional vehicle routing due to the limited driving range, time-consuming recharging, and potential for charging station congestion to impact the travel times of multiple EVs.

By modeling the problem as a new graph-based optimization task and developing a novel two-phase algorithm that incorporates an "influence factor" heuristic, the researchers demonstrate the ability to reduce total EV travel time by up to 50% compared to existing methods. This suggests their approach could be a valuable tool for supporting the continued growth of electric vehicle adoption.

While the study has some limitations, it represents an important contribution to the field and highlights the need for continued innovation in EV routing and charging infrastructure planning. As the number of EVs on the road increases, developing efficient and equitable solutions for managing charging demand will be crucial for realizing the full environmental and societal benefits of electric mobility.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🎲

Total Score

0

Proactive Route Planning for Electric Vehicles

Saeed Nasehi, Farhana Choudhury, Egemen Tanin

Due to the limited driving range, inadequate charging facilities, and time-consuming recharging, the process of finding an optimal charging route for electric vehicles (EVs) differs from that of other vehicle types. The time and location of EV charging during a trip impact not only the individual EV's travel time but also the travel time of other EVs, due to the queuing that may arise at the charging station(s). This issue is at large seen as a significant constraint for uplifting EV sales in many countries. In this study, we present a novel Electric Vehicle Route Planning problem, which involves finding the fastest route with recharging for an EV routing request. We model the problem as a new graph problem and present that the problem is NP-hard. We propose a novel two-phase algorithm to traverse the graph to find the best possible charging route for each EV. We also introduce the notion of `influence factor' to propose heuristics to find the best possible route for an EV with the minimum travel time that avoids using charging stations and time to recharge at those stations which can lead to better travel time for other EVs. The results show that our method can decrease total travel time of the EVs by 50% in comparison with the state-of-the-art on a real dataset, where the benefit of our approach is more significant as the number of EVs on the road increases.

Read more

5/3/2024

Electric Vehicle Routing Problem for Emergency Power Supply: Towards Telecom Base Station Relief
Total Score

0

Electric Vehicle Routing Problem for Emergency Power Supply: Towards Telecom Base Station Relief

Daisuke Kikuta, Hiroki Ikeuchi, Kengo Tajiri, Yuta Toyama, Masaki Nakamura, Yuusuke Nakano

As a telecom provider, our company has a critical mission to maintain telecom services even during power outages. To accomplish the mission, it is essential to maintain the power of the telecom base stations. Here we consider a solution where electric vehicles (EVs) directly supply power to base stations by traveling to their locations. The goal is to find EV routes that minimize both the total travel distance of all EVs and the number of downed base stations. In this paper, we formulate this routing problem as a new variant of the Electric Vehicle Routing Problem (EVRP) and propose a solver that combines a rule-based vehicle selector and a reinforcement learning (RL)-based node selector. The rule of the vehicle selector ensures the exact environmental states when the selected EV starts to move. In addition, the node selection by the RL model enables fast route generation, which is critical in emergencies. We evaluate our solver on both synthetic datasets and real datasets. The results show that our solver outperforms baselines in terms of the objective value and computation time. Moreover, we analyze the generalization and scalability of our solver, demonstrating the capability toward unseen settings and large-scale problems. Check also our project page: https://ntt-dkiku.github.io/rl-evrpeps.

Read more

4/9/2024

Vehicle-to-Vehicle Charging: Model, Complexity, and Heuristics
Total Score

0

Vehicle-to-Vehicle Charging: Model, Complexity, and Heuristics

Cl'audio Gomes, Jo~ao Paulo Fernandes, Gabriel Falcao, Soummya Kar, Sridhar Tayur

The rapid adoption of Electric Vehicles (EVs) poses challenges for electricity grids to accommodate or mitigate peak demand. Vehicle-to-Vehicle Charging (V2VC) has been recently adopted by popular EVs, posing new opportunities and challenges to the management and operation of EVs. We present a novel V2VC model that allows decision-makers to take V2VC into account when optimizing their EV operations. We show that optimizing V2VC is NP-Complete and find that even small problem instances are computationally challenging. We propose R-V2VC, a heuristic that takes advantage of the resulting totally unimodular constraint matrix to efficiently solve problems of realistic sizes. Our results demonstrate that R-V2VC presents a linear growth in the solution time as the problem size increases, while achieving solutions of optimal or near-optimal quality. R-V2VC can be used for real-world operations and to study what-if scenarios when evaluating the costs and benefits of V2VC.

Read more

4/16/2024

Energy-Aware Routing Algorithm for Mobile Ground-to-Air Charging
Total Score

0

Energy-Aware Routing Algorithm for Mobile Ground-to-Air Charging

Bill Cai, Fei Lu, Lifeng Zhou

We investigate the problem of energy-constrained planning for a cooperative system of an Unmanned Ground Vehicles (UGV) and an Unmanned Aerial Vehicle (UAV). In scenarios where the UGV serves as a mobile base to ferry the UAV and as a charging station to recharge the UAV, we formulate a novel energy-constrained routing problem. To tackle this problem, we design an energy-aware routing algorithm, aiming to minimize the overall mission duration under the energy limitations of both vehicles. The algorithm first solves a Traveling Salesman Problem (TSP) to generate a guided tour. Then, it employs the Monte-Carlo Tree Search (MCTS) algorithm to refine the tour and generate paths for the two vehicles. We evaluate the performance of our algorithm through extensive simulations and a proof-of-concept experiment. The results show that our algorithm consistently achieves near-optimal mission time and maintains fast running time across a wide range of problem instances.

Read more

8/9/2024