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

Read original: arXiv:2404.08837 - Published 4/16/2024 by Cl'audio Gomes, Jo~ao Paulo Fernandes, Gabriel Falcao, Soummya Kar, Sridhar Tayur
Total Score

0

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

Sign in to get full access

or

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

Overview

  • This paper explores the problem of vehicle-to-vehicle (V2V) charging, where electric vehicles can charge each other in a network.
  • The researchers develop a mathematical model to optimize the V2V charging process, considering factors like vehicle locations, battery levels, and charging times.
  • They analyze the computational complexity of the problem and propose heuristic algorithms to solve it efficiently.
  • The research is funded by the Fundação para a Ciência e a Tecnologia (FCT) in Portugal and the CMU Portugal Program.

Plain English Explanation

In the future, electric vehicles (EVs) may be able to charge each other while on the road, a process called vehicle-to-vehicle (V2V) charging. This could be useful for extending the range of EVs and reducing the need for dedicated charging stations. The researchers in this paper have developed a model to optimize how this V2V charging process would work.

The model takes into account the locations of the EVs, how much charge they have left in their batteries, and how long it would take to charge them. The goal is to figure out the best way to connect the EVs so they can charge each other efficiently, while considering factors like the time and energy needed for the charging process.

The researchers also looked at how complex this optimization problem is to solve, and they developed some simplified algorithms, called heuristics, to find good solutions more quickly. This is important because in a real-world system with many EVs, the full optimization problem could be too computationally intensive to solve in a practical timeframe.

Overall, this research lays the groundwork for future V2V charging systems, which could make electric vehicles more convenient and practical for drivers.

Technical Explanation

The paper presents a mathematical model for the vehicle-to-vehicle (V2V) charging problem. The objective is to determine the optimal schedule and routes for a fleet of electric vehicles (EVs) to charge each other, while considering factors like vehicle locations, battery levels, and charging times.

The researchers formulate the V2V charging problem as an integer programming (IP) optimization problem. They show that the problem is NP-hard, meaning it is computationally complex and likely intractable for large-scale instances.

To address the computational challenges, the authors propose several heuristic algorithms to find approximate solutions more efficiently. These include a greedy algorithm, a local search approach, and a genetic algorithm. The performance of these heuristics is evaluated through numerical simulations.

The results demonstrate that the heuristic approaches can provide good-quality solutions in a fraction of the time required to solve the full IP model. This suggests the potential for practical implementation of V2V charging systems, even in scenarios with a large number of EVs.

Critical Analysis

The paper provides a solid mathematical foundation for the V2V charging problem and introduces several heuristic algorithms to address the inherent computational complexity. The authors acknowledge the NP-hardness of the problem and the need for efficient solution methods, which is a reasonable approach.

However, the paper does not delve into the practical limitations and implementation challenges of V2V charging systems. For example, it does not discuss the technical feasibility of enabling V2V charging capabilities in real-world vehicles, the availability of the necessary infrastructure, or the potential impact on battery degradation.

Additionally, the evaluation of the heuristic algorithms is limited to numerical simulations, and there is no discussion of how the proposed approaches would perform in more realistic scenarios with uncertainties, such as dynamic vehicle arrivals, changing traffic conditions, or unexpected battery consumption.

Further research could explore the integration of V2V charging with other electric vehicle technologies, such as vehicle-to-grid (V2G) systems, to provide a more comprehensive solution for managing electric mobility. Additionally, the safety implications of mixed traffic with EVs could be an important consideration.

Conclusion

This paper presents a mathematical model and heuristic algorithms for the vehicle-to-vehicle (V2V) charging problem, which aims to optimize the process of electric vehicles (EVs) charging each other on the road. The research shows the complexity of the problem and proposes efficient solution methods that could enable the practical implementation of V2V charging systems.

While the technical foundations are well-established, further research is needed to address the practical challenges and integrate V2V charging with other emerging electric vehicle technologies. Addressing these aspects could help realize the full potential of V2V charging to enhance the convenience and viability 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

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

🎲

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

🌐

Total Score

0

Learning-Augmented Scheduling for Solar-Powered Electric Vehicle Charging

Tongxin Li, Chenxi Sun

We tackle the challenge of learning to charge Electric Vehicles (EVs) with Out-of-Distribution (OOD) data. Traditional scheduling algorithms typically fail to balance near-optimal average performance with worst-case guarantees, particularly with OOD data. Model Predictive Control (MPC) is often too conservative and data-independent, whereas Reinforcement Learning (RL) tends to be overly aggressive and fully trusts the data, hindering their ability to consistently achieve the best-of-both-worlds. To bridge this gap, we introduce a novel OOD-aware scheduling algorithm, denoted OOD-Charging. This algorithm employs a dynamic awareness radius, which updates in real-time based on the Temporal Difference (TD)-error that reflects the severity of OOD. The OOD-Charging algorithm allows for a more effective balance between consistency and robustness in EV charging schedules, thereby significantly enhancing adaptability and efficiency in real-world charging environments. Our results demonstrate that this approach improves the scheduling reward reliably under real OOD scenarios with remarkable shifts of EV charging behaviors caused by COVID-19 in the Caltech ACN-Data.

Read more

8/9/2024

🤯

Total Score

0

Vehicle-to-grid for car sharing -- A simulation study for 2030

Nina Wiedemann, Yanan Xin, Vasco Medici, Lorenzo Nespoli, Esra Suel, Martin Raubal

The proliferation of car sharing services in recent years presents a promising avenue for advancing sustainable transportation. Beyond merely reducing car ownership rates, these systems can play a pivotal role in bolstering grid stability through the provision of ancillary services via vehicle-to-grid (V2G) technologies - a facet that has received limited attention in previous research. In this study, we analyze the potential of V2G in car sharing by designing future scenarios for a national-scale service in Switzerland. We propose an agent-based simulation pipeline that considers population changes as well as different business strategies of the car sharing service, and we demonstrate its successful application for simulating scenarios for 2030. To imitate car sharing user behavior, we develop a data-driven mode choice model. Our analysis reveals important differences in the examined scenarios, such as higher vehicle utilization rates for a reduced fleet size as well as in a scenario featuring new car sharing stations. These disparities translate into variations in the power flexibility of the fleet available for ancillary services, ranging from 12 to 50 MW, depending on the scenario and the time of the day. Furthermore, we conduct a case study involving a subset of the car sharing fleet, incorporating real-world electricity pricing data. The case study substantiates the existence of a sweet spot involving monetary gains for both power grid operators and fleet owners. Our findings provide guidelines to decision makers and underscore the pressing need for regulatory enhancements concerning power trading within the realm of car sharing.

Read more

7/16/2024