REVIEW 3 major objections 6 minor 12 references
Optimal charging guidance strategies for electric vehicles by considering dynamic charging requests in a time-varying road network
T0 review · 3 major / 6 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read This paper claims that two online assignment rules—shortest driving distance and charging-station balance—can guide dynamic EV charging requests in a time-varying road network while preserving reachability, and that the balance rule keeps…
desk verdict A clearly written but modest EV charging guidance paper whose default simulation is plausible, but whose parameter-analysis claim that CSB stabilizes tense states is contradicted by the paper's own queue dynamics. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The machinery is a per-time-slot charging assignment procedure built on a time-varying road network $G=(V,A,\tau_a^t,E_a^t)$, where each link has a driving time and an energy consumption that are drawn anew each slot. At every slot, the strategy first computes minimum energy consumption $E_t(i,j)$ between each requesting node and each station, keeps only stations with $E_t(i,j)\le e_i^t$, and then selects among those using either the SDD rule $\min l(j,d_i^t)$ or the CSB rule $j^*=\arg\min_j U_j^t$. A dynamic recursive equation, $U_j^t=U_j^{t-1}+\sum_i x_{ij}^{t'}-S_j^t$, tracks the number of EVs in each station, with arrivals tied to departure time through $t=t''+\tau_{ij}^{t''}$, and geometric departure events are used to reflect station charging levels.
What would settle it
Pick a request whose minimum-energy route to a station crosses at least two time slots. Recompute the arrival time recursively as $t_{\text{next}}=t_{\text{current}}+\tau_a^{t_{\text{current}}}$ and the remaining energy as $e_{\text{next}}=e_{\text{current}}-E_a^{t_{\text{current}}}$, using each link's state at the slot the EV actually enters it. If the station is reachable in the paper's departure-slot calculation but this slot-by-slot update makes remaining energy negative before arrival, the reachability guarantee fails.
Extended reading notes
Core claim
The central claim is that a charging-operating centre can solve dynamic charging requests slot by slot using reachability filtering followed by a simple objective, and that both proposed objectives—shortest driving distance (SDD) and minimum station vehicle count (CSB)—guarantee that every assigned charging station is reachable with the EV's remaining energy. The paper further claims, based on simulation, that CSB has a significant advantage in vehicle balance among charging stations, especially when the time horizon is long. In the simulated Sioux Falls network, the extreme gap in maximum station occupancy stays near 7 under CSB but grows to 48 under SDD at the longest tested horizon, and SDD becomes unstable under parameter combinations that combine high request rates with low charging rates. From this, the authors recommend CSB for tense charging states and SDD for relaxed charging states.
Load-bearing premise
The load-bearing premise is that each road link's travel time and energy consumption, observed at the start of a time slot, stay fixed while the EV crosses that link; since a route can span several slots and link values are drawn anew each slot, the reachability check uses departure-slot values for the entire trip.
Editorial extensions
If this is right
- If CSB is used, the maximum number of EVs waiting at any station stays relatively uniform across stations, with extreme gaps around 7 in the tested setting, even at time horizon $10^6$.
- If SDD is used under tense charging states—small $\mu$ and large $\lambda$—at least one charging station can become unstable, so those parameter regimes should be avoided under the SDD rule.
- In relaxed charging states, SDD and CSB perform similarly on station load, so the driver-oriented distance-minimization rule can be applied without degrading network-level station stability.
- Both strategies decide each request online using only current-slot link data and the request's destination and remaining energy, so no advance knowledge of future charging requests is required.
- The reachability guarantee holds for both strategies, meaning drivers can trust that the assigned station can be reached with the energy they report at request time.
Reading between the lines
- An operator could extend the same two rules to a stochastic setting where link states change mid-route; the reachability guarantee would then become probabilistic and would require a roll-out check at each intermediate node rather than a single departure-slot calculation.
- A natural tuning not explored in the paper is to minimize predicted station occupancy at arrival time rather than current occupancy; this would preserve CSB's balance effect while potentially reducing detours for drivers.
- The stable and unstable parameter scenarios in the paper could be converted into an operational switching rule: use SDD when $\lambda$ is low or $\mu$ is high, and switch to CSB as the charging state becomes tense, calibrated on the reported scenario table.
- The single-request-per-node-per-slot assumption is the main scope limit; relaxing it to allow multiple simultaneous requests at one node would require a queueing extension of the dynamic recursive equation, but the two selection criteria would remain applicable.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper considers the problem of guiding electric vehicle (EV) drivers to charging stations when charging requests arrive dynamically over time and link travel times and energy consumptions vary across time slots. The authors formulate a dynamic recursive equation for the number of EVs at each charging station, propose two strategies—SDD (shortest driving distance from the charging station to the destination) and CSB (choosing the reachable station with the smallest current EV count)—and test them on a Sioux Falls-like network over horizons up to 10^6 time slots. The paper claims that both strategies guarantee the reachability of the selected station and that CSB leads to better balance among stations and stabilizes service in "tense charging states."
Significance. The topic is practically relevant, and the two strategies are simple, clearly specified, and could be of interest to operators of charging guidance systems. The paper's central quantitative claim, however, rests on simulation results that appear inconsistent with the model's own dynamics, and the reachability guarantee is overstated for trips spanning multiple time slots. The paper does not provide formal stability or optimality proofs, and no simulation code or data are supplied, so the reported figures cannot be independently checked. If the simulation inconsistencies and the reachability issue are resolved, the comparison between SDD and CSB could provide useful insights, especially the observation that CSB equalizes station loads better than SDD in the reported scenarios.
major comments (3)
- [§4.3, Fig. 11, Eq. (1)] In the parameter scenario λ=0.5, μ=0.6, the stated model generates an expected Σ_i λ_i = 16×0.5 = 8 charging requests per time slot and an expected Σ_j μ_j = 8×0.6 = 4.8 departures per time slot, giving a positive aggregate drift of 3.2 EVs per slot. Over T=10^6 slots the expected total number of EVs waiting at charging stations is about 3.2×10^6, so the maximum per-station EV count should be of order 10^5, not less than 32 as reported in Fig. 11. No load-balancing policy can remove this drift because CSB only redistributes arrivals among stations; it does not create service capacity. The reported maxima therefore imply that the simulation either drops arrivals, applies μ differently from the description, or solves a different model. Consequently, the conclusion in §4.3 that "the CSB strategy has ability to stabilize the state of CS 1-CS8 for all the parameter scenarios" is unsupported.
- [§3.1, Step 1 and Step 5, Eq. (2), Table 4] The reachability check in Step 1 uses the minimum energy consumption E^t_ij computed from link costs at the departure slot t, and Eq. (2) computes the arrival time as t + τ^t_ij using only the departure slot's travel times. But Table 4 allows link travel times up to 5 slots, and actual routes may traverse several links, so a trip can span multiple time slots. Since link energy consumptions change each slot, the actual energy needed can differ from E^t_ij; a station deemed reachable at departure may be unreachable when the vehicle is partway. The abstract and §4.2 state that both strategies "ensure the reachability" of selected stations in a time-varying network, but this guarantee is valid only if each trip completes within one time slot or if link states are fixed for the entire trip, neither of which is stated. This is a load-bearing issue because reachability is presented as the main shared property of the two strategies.
- [§4.2, Fig. 8] The stability assessment is based on a qualitative "flat change trend" of the average EV number as T increases, with no formal definition or uncertainty quantification. Moreover, under the same model parameters that give positive drift (e.g., λ=0.5, μ=0.6), the average number of EVs in stations should grow roughly linearly with T, which is inconsistent with the flat trends reported in Fig. 8. The lack of a precise stability criterion and the apparent contradiction with the model's dynamics make the stability comparison between SDD and CSB unreliable.
minor comments (6)
- [Section 2, Eq. (1)] The notation t'' is used both as the request time and in the condition {1,...,t-1}; please clarify the index ranges and the dependence of x on t''.
- [Section 4.3] In the discussion of Fig. 10, the sentence "the peak and lowest values of the maximum EV number are equal to 2 and 29, respectively" appears to have the two numbers reversed; please check all similar statements in §4.3.
- [Section 2] The paper states that "the probability variables λ_i and μ_j do not appear in the dynamic recursive equation." It would help to specify explicitly how the simulation draws actual requests and service completions from these probabilities and how those draws enter Eq. (1).
- [Section 4] The figures in Section 4 do not indicate whether the results come from a single random seed or from multiple runs; including confidence intervals or multiple-run summaries would make the simulation claims verifiable.
- [References] Some references are cited for background but are not directly about EV charging (e.g., Hung and Michailidis, 2012; Li and Eryilmaz, 2014); please ensure all citations are needed and accurately described.
- [References] The reference list has inconsistent formatting, with some entries lacking page ranges or having incomplete author lists; please unify the format.
Circularity Check
No significant circularity: the CSB/SDD comparison is a simulation result, Eq. (1) is an accounting identity, and self-citations are background only.
full rationale
Walking the paper's derivation chain, I found no step in which a claimed prediction reduces by construction to an input. Eq. (1) is an accounting identity for the EV count in each charging station: arrivals are added when requests reach the station and departures are subtracted when charging completes. It contains no fitted parameter that is later renamed as a prediction. The parameters lambda_i and mu_j are declared simulation inputs (Tables 1-2 and the 25 parameter scenarios in Section 4.3), not calibrated to reproduce the maximum-EV-number results in Figs. 9-11. SDD and CSB are explicitly defined decision rules: SDD minimizes driving distance from charging station to destination, and CSB selects the reachable station with minimum current EV number. Their performance comparison is produced by simulation, not by substituting the conclusion into the rules. The observation that CSB yields more balanced station loads is an evaluation of the strategy's own objective, but it is not a theoretical derivation whose output is identical to its input; the simulated maximum counts and stability behavior are nontrivial outputs. The self-citations (Bi et al. 2018b, 2019) support background empirical relationships, namely the linear distance-energy relation and the effect of traffic on driving speed and energy consumption; these are not load-bearing for the central CSB-versus-SDD comparison, and no uniqueness theorem or ansatz is imported from the authors' prior work. The skeptical concern that lambda=0.5, mu=0.6 gives positive drift inconsistent with the tiny maxima in Fig. 11 is an internal-consistency or simulation-validity issue, not a circularity issue. The Section 5 limitation that each normal node can generate at most one request per time slot is a stated scope assumption, not a circular step. Accordingly, no circularity score is warranted.
Assumptions & free parameters
free parameters (6)
- lambda_i (request occurrence probability at normal node i) =
Table 2: 0.13 to 0.69 per node; parameter analysis uses identical lambda for all nodes in {0.1, 0.2, 0.3, 0.4, 0.5}
- mu_j (EV departure probability at charging station j) =
Table 1: 0.74 to 0.94 per station; parameter analysis uses identical mu in {0.6, 0.7, 0.8, 0.9, 1.0}
- link energy consumption intervals E_a^t =
Table 3, per-link intervals such as [2.64,5.76] kWh
- link travel time intervals tau_a^t =
Table 4, per-link intervals such as [2,5] time slots
- remaining energy interval for requests e_i^t =
[7.2,16.8] kWh
- initial station occupancy phi_j =
0 for all charging stations
assumptions (8)
- domain assumption Link travel times and energy consumptions are constant during a time slot.
- domain assumption Each normal node generates at most one charging request per time slot.
- domain assumption At most one EV leaves a charging station per time slot.
- domain assumption Every charging request has at least one reachable charging station.
- domain assumption EV drivers complete their trips with at most one charging event.
- domain assumption Charging requests occur only at normal nodes, never at charging station nodes.
- domain assumption Driving distance is a valid proxy for travel cost and energy consumption from station to destination.
- domain assumption The operating centre knows link travel times and energy consumptions at the beginning of each time slot.
Cite this review
Pith. "Pith review of Optimal charging guidance strategies for electric vehicles by considering dynamic charging requests in a time-varying road network." pith.science (2026). https://pith.science/paper/LS2NIV7G
@misc{pith2026190803670,
author = {Pith},
title = {Pith review of: Optimal charging guidance strategies for electric vehicles by considering dynamic charging requests in a time-varying road network},
year = {2026},
howpublished = {\url{https://pith.science/paper/LS2NIV7G}},
note = {Machine review of arXiv:1908.03670}
}
read the original abstract
Electric vehicles (EVs) have enjoyed increasing adoption because of the global concerns about the petroleum dependence and greenhouse gas emissions. However, their limited driving range fosters the occurrence of charging requests deriving from EV drivers in urban road networks, which have significant uncertain characteristic from time dimension in the real-world situation. To tackle the challenge brought by the dynamic charging requests, this study is devoted to proposing optimal strategies to provide guidance for EV charging. The time-varying characteristic of road network is further involved in the problem formulation. Based on the charging request information, we propose two charging guidance strategies from different perspectives. One of the strategies considers the travel demands of EV drivers and uses the driving distance as the optimization criterion. In contrast, the other strategy focuses on the impacts of EV number on the charging station operation and service satisfaction. The reachable charging stations with minimum vehicle number are selected as the optimal ones. More importantly, both the strategies have the ability to ensure the reachability of selected charging stations in a time-varying road network. In addition, we conduct simulation examples to investigate the performance of the proposed charging guidance strategies. Besides, the insights and recommendations on application scenarios of the strategies are introduced according to the simulation results under various parameter scenarios.
Reference graph
Works this paper leans on
-
[7]
EURO Journal on Transpo rtation and Logistics, 3(1), 55-92
A network equilibrium analysi s on destination, route and parking choices with mixed g asoline and electric vehicular fl ows. EURO Journal on Transpo rtation and Logistics, 3(1), 55-92. Kobayashi, Y ., Kiyama, N., Aoshima, H. , Kashiyama, M., 2011 . A route search method for electric vehicle s in consideration of range and locations of charging st ations....
work page 2011
-
[10]
Renewable and Sustainable Energy Reviews, 42, 786-800
Electric vehicles challenges and opportunities: Lithuanian review. Renewable and Sustainable Energy Reviews, 42, 786-800. Rezvani, Z., Jansson, J. , Bodin, J., 2015 . Advances in consumer electric vehicle adoption research: A review and research agenda. Transportation research part D: transport and environment. 34, 122-136. Said, D., Cherkaoui, S., Khoukhi, L.,
work page 2015
-
[1040]
A data-based model for driving distance estimation of battery electric logistic s vehicles
Bi, J., Wang, Y ., Zhang, J., 2018b. A data-based model for driving distance estimation of battery electric logistic s vehicles. EURASIP Journal on Wireless Communications and Networking, 2018(1),
work page 2018
-
[2009]
In 2009 IEEE Vehicle Power and Propulsion Conference, 827-831
Impact of electric vehicles on power distribution networks. In 2009 IEEE Vehicle Power and Propulsion Conference, 827-831. IEEE. Qian, K., Zhou, C., Allan, M., Yuan, Y .,
work page 2009
-
[2010]
IEEE Transactions on Power Systems, 26(2), 802-810
Modeling of load demand due to EV battery charging in distribution systems. IEEE Transactions on Power Systems, 26(2), 802-810. Qin, H ., Zhang, W., 2011 . Charging sche duling with minimal waiting in a network of electric vehicles and charging stations. In Proceedings of the Eighth ACM interna tional workshop on Vehicular inter-networking, 51-60. ACM. Ra...
work page 2011
-
[2012]
IEEE Transactions on Automatic Control, 57(2), 489-494
Stability and co ntrol of acyclic stochastic processing networks with shared resources. IEEE Transactions on Automatic Control, 57(2), 489-494. Hung, Y ., Michailidis, G ., 2015 . Optimal routing for electric vehicle service systems. European Journal of Operational Research, 247(2), 515-524. International Energy Agency,
work page 2015
-
[2013]
In 2013 9th International Wireless Communications and Mobile Computing Conference (IWCMC), 65-70
Queuing model for EVs charging at public supply stations. In 2013 9th International Wireless Communications and Mobile Computing Conference (IWCMC), 65-70. IEEE. Storandt, S.,
work page 2013
-
[2014]
Optimized path planning for electric vehicle routing and charging. In 20 14 5 2nd Annual Allerton Conference on Communication, Con trol, and Computing (Allerton), 25-32. IEEE. Artmeier, A., Haselmayr, J., Leucker, M. , Sachenbacher, M., 2010 . The shortest path pr oblem revisited: Optimal routing for electric vehicles. In Annual con ference on artificial ...
work page 2010
Show all 12 references
-
[2015]
In 2015 IEEE Transportation Electrification Conference and Expo (ITEC), 1-4
A Bellman-Ford approach to energy efficient routing o f electric vehicles. In 2015 IEEE Transportation Electrification Conference and Expo (ITEC), 1-4. IEEE. Alizadeh, M., Wai, H., Scaglione, A., Goldsmith, A., Fan, Y ., Javidi, T.,
2015
-
[2016]
In 2016 American Control Conference (ACC), 637-642
Multi-objective route search for electric vehicles using ant colony optimization. In 2016 American Control Conference (ACC), 637-642. IEEE. Zhang, Y ., Aliya, B., Zhou, Y ., You, I., Zhang, X., Pau, G ., Collotta, M.,
2016
-
[2017]
Jafari, E
Global EV Outlook 2017; IEA: Paris, France. Jafari, E. , Boyles, S. ,
2017
-
[2019]
Energy, 169, 833-843
Estimating remaining driving range of battery electric vehicles based on real-world data: A case study of Beijing, China. Energy, 169, 833-843. Bi, J., Wang, Y ., Sun, S. , Guan, W., 2018 a. Predic ting Charging Time of Battery Ele ctric Vehicles Based on Regression and Time-S...
2018
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.