Abstract
Joint operation optimization for electric vehicles (EVs) and on-site or adjacent photovoltaic generation (PVG) are pivotal to maintaining the security and economics of the operation of the power system concerned. Conventional offline optimization algorithms lack real-time applicability due to uncertainties involved in the charging service of an EV charging station (EVCS). Firstly, an optimization model for real-time EV charging strategy is proposed to address these challenges, which accounts for environmental uncertainties of an EVCS, encompassing EV arrivals, charging demands, PVG outputs, and the electricity price. Then, a scenario-based two-stage optimization approach is formulated. The scenarios of the underlying uncertain environmental factors are generated by the Bayesian long short-term memory (B-LSTM) network. Finally, numerical results substantiate the efficacy of the proposed optimization approach, and demonstrate superior profitability compared with prevalent approaches.
WITH recent advances in electric vehicle (EV) batteries and charging technologies, EVs play an increasingly important role in reducing the consumption of fossil fuels and the emission of carbon dioxide [
Developing an optimal EV charging strategy is a viable solution to maintain the security of the power grid and increase renewable energy utilization with a high penetration of EVs. However, faced with stochastic traffic conditions [
To formulate EV charging scheduling as a stochastic optimization problem, a real-time optimization scheduling method that emphatically considers uncertain traffic flows of EVs is proposed using the well-developed model predictive control (MPC) in [
Recently, the model-free reinforcement learning (RL) approaches have achieved great success in dealing with problems with high-dimensional EV data and uncertainties [
Scenario analysis is a popular model-based approach to address the uncertainties involved in the EV charging scheduling problem. A scalable method is proposed in [
With the development of the Bayesian neural network (BNN) [
1) Based on the analysis of EV charging process, an optimization model for EV charging strategy is formulated for an EVCS considering uncertain environmental factors such as EV arrivals, EV charging demands, PVG outputs, and electricity prices.
2) A scenario-based two-stage optimization approach is proposed to devise farsighted real-time EV charging strategies to increase the expected profitability with these uncertainties.
3) The B-LSTM network is applied to forecast some uncertain environmental factors with randomness for an EVCS, aiming to generate typical scenarios in support of the proposed optimization approach.
The remainder of this paper is organized as follows. The optimization model for EV charging strategy is formulated in Section II. The proposed optimization model is solved by a scenario-based two-stage optimization approach in Section III. Then, the B-LSTM network is employed in Section IV as the stochastic forecast functions to forecast some uncertain environmental factors. In Section V, numerical simulations are carried out to demonstrate the effectiveness of the proposed optimization approach. Finally, this paper is concluded in Section VI.
The optimization of EV charging strategy in this paper primarily targets EVs with extended parking durations, typically found in workplace and residential areas. These EVs tend to remain parked for considerably longer periods than required for a full charge at their rated power, indicating a high potential for adjustment. The process for an EV to receive charging service provided by such an EVCS is shown in

Fig. 1 Process for an EV to receive charging service provided by EVCS.
The EVCS purchases electricity from a DN to supply the EV charging demands. Depending on the requested charging duration of the

Fig. 2 Gantt chart illustrating charging durations of EVs at EVCS.
The EVCS determines the charging power for each EV at time t based on the information of electricity price and PVG output at time t. Meanwhile, the following constraints regarding the SOC of the
(1) |
(2) |
(3) |
(4) |
(5) |
Formulas (
At time t, the EVCS collects revenue when each charging service is completed, i.e., at for the
(6) |
The contents of the first bracket in (6) represents the fee collected at the end of each charging service. The second and last parts measure the electricity purchasing cost and selling revenue from and to the DN at time t considering the PVG output, respectively.
In addition, EVCSs can also gain more revenue by providing ancillary service. Demand response helps grid operators manage peak demand, reduce the need for additional power generation, and enhance grid reliability. Generally, the grid operator provides timing and price signals to EVCSs participating in demand response in a variety of ways (e.g., e-mail, short messaging, or automated alerts). EVCS operators will be compensated based on the amount of electricity they use or supply during the demand response, as formulated in (7).
(7) |
The expected value of long-term profit needs to be considered in optimizing the charging strategy of EVCS, so one must consider the underlying uncertainties, including the future charging demands (, , , and ), PVG outputs, and electricity prices. This stochastic optimization problem can be described as a multi-stage decision-making problem as:
(8) |
To simplify notations, let , and . It should be noted that since the number of EVs at EVCS is constantly changing, the dimensions of and are also dynamic.
Given the current operational and market states at time t, represents the expected total profit for the EVCS over the remaining period of assessment; and represents the expectation operator with respect to the uncertainties .
Instead of tackling the multi-stage decision-making problem formulated in (8), we formulate a two-stage optimization approach to approximate (8), in which the first stage is the current period (), and the second stage covers all remaining periods (). The approximate formula for (8) is expressed as:
(9) |
Note that in (9), we have explicitly shown the set for uncertainties as arguments of the reward function because now we are dealing with the uncertainties. Our approach is to generate many (K) scenarios for the uncertain environmental factors . To further solve the two-stage problem, (9) can be reduced to a deterministic and multi-period EV charging problem, as expressed in (10), since all future uncertainties in the scenario can be known.
(10) |
Considering the future environmental uncertainties, how to obtain these scenarios in (10) is the key to attain the accurate solution of the two-stage problem. The uncertain variables in one scenario include the number of EV arrivals , the PVG outputs , and the electricity price . Moreover, the demand information of EV arrival, including their initial SOC , expected SOC , and departure time , is also included in each scenario. Most existing scenario generation methods are directly approximating the probability distributions of the variables based on historical data [
In this paper, we identify variables and their influencing factors, including the time information (year, month, day, hour, and a binary variable indicating whether it is a workday) and meteorological information (weather, temperature, humidity, and wind strength), to construct a forecast function for forecasting the probability distributions of these uncertain variables in the future.
While these uncertain variables can be forecasted given sufficient data for training, they only provide point estimates. To avoid making overly confident forecasting and furthermore to produce random samples for the proposed optimization approach, it is more desirable that the outputs of the forecast function are probability distributions rather than fixed values.
Parameters in the stochastic forecast function are no longer a set of determined values obtained by training, but a set of random variables satisfying the probability density function [
(11) |
where the deterministic parameters are randomly sampled based on the probability density function .

Fig. 3 Process of generating EV charging scenarios.
The process described in
A classical forecast model is often constructed as a neural-networks (NNs) based regression model [
The structure of an LSTM lower cell is illustrated on the lower left sides, as shown in the blue dashed box in

Fig. 4 Structure of stacked LSTM cell.
In
The effects of past states and current inputs on the cell states are modulated by an intermediate gate, which is composed of a neuron with a sigmoid activation function. The intermediate gate produces a vector with values between 0 and 1, multiplied by the information to optionally filter the information. The intermediate gates in an LSTM cell contain a forget gate, an input gate, and an output gate, with each of them processing input/output following (12), where the superscripts are omitted for simplicity. The outputs of the gate function could be obtained through the element-wise sigmoid transformation of the sum of the weighted input and the weighted hidden state with the bias vector added.
(12) |
where represents an action to stack H and into one vector; and is the sigmoid function.
The update of the cell states at step t includes inheriting information from the previous LSTM cell and integrating information from the new inputs, which is a joint effect of the forget gate and the input gate.
(13) |
The output gate optionally outputs the information of the cell states at step t to obtain the forecast result.
(14) |
Because the features of the input vector are complex and nonlinear, the stacked LSTM network as a deep learning technique is adopted. Stacking LSTM cells enable the model to learn the description deeper and more accurately. In the stacked model shown on the left side in
Since the sequence of an LSTM network is usually too long to entirely unfold, the difficulties of forecasting and training can be addressed by truncating and unfolding the LSTM network, as shown on the right side of
The process of forecasting is the forward propagation of the networks. Information propagated between steps, including and , can be obtained by rolling (13) and (14) from to . The outputs of the upper LSTM cell of each forward propagation are the forecast results at that time.
In the above forecast model based on an LSTM network, the historical observations of the uncertain variables have not been used, which may lead to an accumulation of errors. To avoid this problem, we replace the inputs of the upper LSTM cell with the historical observation values before step t, i.e., in
(15) |
The topology of a B-LSTM network is inherited from its LSTM counterpart with the same nonlinearity and scalability. The uncertain output is estimated by extending the conventional LSTM network to a B-LSTM network [
The parameters of a conventional NN can be learned by the maximum likelihood estimation (MLE) given training dataset using backpropagation.
(16) |
In the LSTM networks, to reduce the variance in the gradients, more than one sequence is trained at one time. Let the dataset D be divided into minibatches . Then, we can write the MLE of the minibatch as:
(17) |
where and can be obtained from the previous state through the forward propagation of the LSTM networks. By M backpropagations of this MLE shown in (17), we apply all the data to the training of this network.
Different from conventional LSTM networks, the training for the B-LSTM network is to calculate the posterior distribution of the parameters . The posterior distribution for the parameters w of a network can be calculated by Bayes’ rule, as shown in (18).
(18) |
where represents the prior distribution of the parameters; and represents the evidence based on the dataset D.
Since the calculation of the integrals in (18) is intractable, a variational distribution defined by parameters is used to approximate it by minimizing the Kullback-Leibler (KL) divergence as shown in (19), which is a trade-off between the prior distribution and the influence of historical data.
(19) |
The minibatch method is also applied to the training of the B-LSTM network. The KL penalty is equally distributed to each minibatch. The KL divergence of the
(20) |
To simplify the notation, we define:
(21) |
The prior distribution of parameter w in the B-LSTM network is assumed to follow a Gaussian distribution equivalent to a weighted L2 regularization, so the variational posterior distribution is a Gaussian distribution as well. As a result, the parameters of the variational distribution can be defined as a combination of .
A gradient-descent algorithm for training is used to minimize the KL divergence function. Since it is difficult to calculate the gradient of the integral in (20), a Gaussian reparameterization trick has been implemented. The parameters of the B-LSTM network can be expressed as . Therefore, the derivative is equivalent to [
(22) |
The training algorithm of B-LSTM network is summarized as follows.
Algorithm 1 : training algorithm of B-LSTM network |
---|
Input: data sample D |
Output: posterior parameters |
1: Set , , , and |
2: While or , do |
3: Random sample a vector from the standard normal distribution |
4: Calculate |
5: Select the next minibatch Dm+1 if ; otherwise, select the first minibatch Dm=1, and calculate |
6: Calculate and :
|
7: Update and :
|
8: End While |
The EVCS operator employs the trained B-LSTM network based stochastic forecast function to allocate charging power to EVs during each time period. During each time period, the historical time, meteorological time, and EV charging demand are input into the B-LSTM network based stochastic forecast function, generating a series of typical EV charging scenarios. Subsequently, the environment factors from multiple scenarios are fed into the two-stage optimization approach, as illustrated in (10), in order to derive the optimal EV charging power allocation strategy .
It should be noted that in the actual EVCS operation, EV arrivals are continuous and do not align precisely with the whole time period intervals. In this context, we recalculate the optimal charging power for each EV whenever a new EV arrives at the EVCS, approximating the current environmental factors as the values during the whole time period.
In the numerical simulations, the real-world PVG output data and meteorological data over 182 days are employed. The charging data of EVs are based on the statistics from an EVCS in Nanshan District, Shenzhen, China, which encompasses the charging demand and the initial SOC of EVs. The arrival and departure time of EVs is provided by the parking lot operator of this EVCS [
The uncertain environmental factors for the EVCS, including PVG outputs, electricity prices, and EV arrivals, are shown in

Fig. 5 Distributions of uncertain environmental factors in dataset. (a) PVG output. (b) Electricity price. (c) Number of EV arrivals at EVCS.
The proposed B-LSTM network is trained for 500000 epochs to learn the probabilistic characteristics of the uncertain environmental factors. The prior distributions of parameters in the B-LSTM network are all set as N(0, 0.0
The probability distribution of each parameter of the B-LSTM network can be obtained from the training result. The time and meteorological information over the previous 24 hours is taken as the input at the beginning of the day. Then, the distributions of the number of EV arrivals, the PVG outputs, and the electricity prices over the future 24 hours can be obtained by the forward propagation of the B-LSTM network. The forecast accuracy of the above environmental factors is shown in
Environmental factor | RMSE | Proportion of actual values falling within 95% confidence interval of forecast values (%) |
---|---|---|
PVG output | 13.600 | 96.7 |
Electricity price | 0.026 | 95.2 |
Number of EV arrivals | 1.230 | 93.5 |
It can be observed from
The actual values and forecast values of these environmental factors obtained by the proposed B-LSTM networks during a one-week period are compared, as shown in

Fig. 6 Comparison between actual values and forecast values of environmental factors. (a) PVG output. (b) Electricity price. (c) Number of EV arrivals at EVCS.
It can also be observed from
In each scenario, the three charging demand variables of each EV also need to be forecasted, including initial SOC, expected SOC, and the departure time. Compared with traditional LSTM networks, which only obtain point estimates, the B-LSTM network could obtain the probability distributions at a specific time. Then, the charging demand variables of all EVs could be forecasted by multiple sampling of these probability distribution, as demonstrated in

Fig. 7 Comparison between actual distribution and forecast distribution for charging demand variables of each EV. (a) Initial SOC. (b) Expected SOC. (c) Charging duration.
The Jensen-Shannon (JS) divergence is introduced to quantify the similarity between the actual and forecast distributions [
We first use an offline method to obtain the optimal profit, which can serve as a benchmark, and an upper bound to evaluate the performance of the proposed optimization approach. Four typical scenarios are selected to assess the performance of the proposed optimization approach under different PVG output and EV number conditions. Based on the probability distribution of PVG outputs and EV numbers across various weather and date scenarios in
The EV charging strategies obtained by the proposed optimization approach are shown in

Fig. 8 EV charging strategies and electricity purchase costs of proposed optimization approach compared with benchmark. (a) Sunny weekday. (b) Sunny weekend. (c) Rainy weekday. (d) Rainy weekend.
On the rainy days, the PVG output is relatively low, even less than the EV charging demand on a weekday. Therefore, the optimal EV charging strategy mainly focuses on lowering the electricity cost. In this situation, the performance of the proposed optimization approach is almost the same as that of the benchmark. On the sunny weekday, since the EV charging demand is lower than the PVG output, EVs are preferentially charged by the PVG output. Therefore, the accuracy of scenario generation has little influence on the performance of the proposed optimization approach. However, when there are more EVs on weekends, the EVCS will arrange EVs to be charged during the period of a lower electricity price, since the forecast of the PVG output is not fully reliable during 13:00 and 15:00. In conclusion, the proposed optimization approach is not inferior when compared with the benchmark.
To demonstrate the effectiveness of the proposed optimization approach, it is compared with two other online optimization approaches.
1) One is the MPC approach [
(27) |
2) The other one is the DQN approach [
All approaches are trained and tested in a personal computer equipped with an Intel i9 12900k CPU, and 64 GB of RAM. The average revenue of the EVCS on various days under different meteorological conditions are calculated, as shown in
Approach | Average revenue (1 | Total profit (1 | Average CPU time for making decision (s) | |||
---|---|---|---|---|---|---|
Sunny weekdays | Sunny weekends | Rainy weekdays | Rainy weekends | |||
DQN | 20.2 | 38.6 | 6.3 | 10.4 | 75.5 | 13.6 |
MPC | 23.4 | 36.5 | 7.3 | 10.9 | 78.1 | 28.6 |
Proposed | 23.6 | 42.3 | 7.2 | 11.5 | 84.6 | 45.4 |
The proposed optimization approach takes all environmental uncertainties of the EVCS into full consideration. Therefore, it achieves a higher profit for the EVCS compared with the other two approaches in all evaluated cases. The proposed optimization approach takes longer CPU time than the other two approaches, as shown in
The charging strategy and total cost of the EVCS on a sunny weekend and a rainy weekday are shown in

Fig. 9 Charging strategy and total cost of EVCS on a sunny weekend and a rainy weekday with different optimization methods. (a) Sunny weekend. (b) Rainy weekday.
Since the dimensionality of the set of EVs receiving charging service in the EVCS is dynamic, the DQN approach cannot take the features of each EV as NN inputs. In the DQN approach, only the EVCS features such as the total charging demand are used as the inputs to Q-network, the ability of which to cope with the constraints is limited such as the SOCs of EVs should be higher than their expected SOCs when leaving the EVCS. On the sunny weekend, even though the electricity price is lower after hour 22, the EVs have to be charged at hour 21 because they will leave the EVCS at hour 22, which explains the poorer performance of DQN approach.
Considering the discharge of EVs to the DN, the EVCS can increase its revenue through the time-of-use electricity price and ancillary service provision. The comparison between revenues of two charging schemes for EVs, i.e., only charging from DN (scheme 1) and simultaneously charging from DN and discharging to DN (scheme 2), is shown in
Charging scheme | Electricity purchase cost (1 | Total revenue (1 | Ancillary service provision revenue (1 |
---|---|---|---|
Scheme 1 | 99.2 | 183.8 | |
Scheme 2 | 102.8 | 256.2 | 72.4 |
The EVCS will prioritize the provision of ancillary services due to the attractive incentive price offered for such services, which is higher than the battery loss and power purchase costs. The operation of the EVCS with schemes 1 and 2 on a typical day is shown in

Fig. 10 Operation of EVCS with schemes 1 and 2.
It can be observed from
This paper addresses an optimization problem for real-time EV charging strategy, where long-term expected profit is intricately linked with environmental uncertainty. The proposed optimization model for real-time EV charging strategy is solved by a two-stage scenario-based optimization approach, aiming to maximize the long-term expected profit for the EVCS. A B-LSTM network is employed to generate the probability distributions of scenarios in real time considering the uncertainty of the EV charging demands, electricity prices, and PVG outputs. Numerical simulations show that the performance of the proposed optimization approach is close to that of the offline benchmark with perfect information and is superior to other online approaches examined. At the same time, the EVCS can achieve a higher operating profit by providing a variety of ancillary services to the power grid.
Along this direction, one future direction is to apply Gaussian approximation for the priori distribution of the B-LSTM network (e.g., Gaussian mixture distribution) to further enhance the forecast accuracy.
i Index for samples of dataset,
j Index for samples of scenarios,
m Index for minibatches,
n Index for electric vehicles (EVs),
s Index for truncated sequences,
t Index for time periods,
Real-time electricity price at time t (¥/kWh)
Number of EV arrivals at time t
Real-time power of photovoltaic generation (PVG) output at time t (kW)
Requested state of charge (SOC) of the
Initial SOC of the
Arrival time of the
Departure time of the
Set of uncertainties at time t
Charging/discharging power of the
Vector of charging power of all EVs in EV charging station (EVCS) at time t
Vector of charging power of all EVs in the
Auxiliary random vector
Learning rate
Convergence parameter
Distribution parameter vector of weights and biases of B-LSTM network, comprising mean and variance
Bias vector of a fully-connected layer in B-LSTM network
State vector of LSTM cells at step t
Output vectors of forget gate, input gate, and output gate of LSTM cell at step t
Output vector of LSTM cells at step t
M Number of samples contained in a minibatch for training LSTM network
S Length of truncated sequence for training LSTM network
Weight matrix of a fully-connected layer in B-LSTM network
Input vector of B-LSTM network at step t
Output vector of B-LSTM network at step t
Dm,s Data vector of the
Dm Dataset of the
D Dataset of minibatches formulated as
Set of EVs receiving charging service in EVCS at time t
Set of EVs completing charging and leaving EVCS at time t
Time information vector at time t
Parameter vector of forecast model, including weights and biases
Meteorological information vector at time t
Length of a time interval
Ratio of electricity price sold to EVs and purchased from distribution network by EVCS
, Charging and discharging efficiencies of EV chargers
Benefits of EVCS from selling electricity to EVs (¥/kWh)
Peak shaving incentive at time t (¥/kW)
Valley filling incentive at time t (¥/kW)
Cap on charging power of EVCS due to power grid operation constraints at time t (kW)
The maximum charging power of charging piles (kW)
Charging/discharging energy of the
Battery capacity of the
Reward received by EVCS at time t
, The maximum and minimum SOCs of EVs
References
Z. Jia, J. Li, X.-P. Zhang et al., “Review on optimization of forecasting and coordination strategies for electric vehicle charging,” Journal of Modern Power Systems and Clean Energy, vol. 11, no. 2, pp. 389-400, Mar. 2023. [Baidu Scholar]
A. S. A. Awad, M. F. Shaaban, T. H. M. EL-Fouly et al., “Optimal resource allocation and charging prices for benefit maximization in smart PEV-parking lots,” IEEE Transactions on Sustainable Energy, vol. 8, no. 3, pp. 906-915, Jul. 2017. [Baidu Scholar]
H. Patil and V. N. Kalkhambkar, “Grid integration of electric vehicles for economic benefits: a review,” Journal of Modern Power Systems and Clean Energy, vol. 9, no. 1, pp. 13-26, Jan. 2021. [Baidu Scholar]
Y. Sun, Z. Chen, Z. Li et al., “EV charging schedule in coupled constrained networks of transportation and power system,” IEEE Transactions on Smart Grid, vol. 10, no. 5, pp. 4706-4716, Sept. 2019. [Baidu Scholar]
H. Wang, M. Shi, P. Xie et al., “Electric vehicle charging scheduling strategy for supporting load flattening under uncertain electric vehicle departures,” Journal of Modern Power Systems and Clean Energy, vol. 11, no. 5, pp. 1634-1645, Sept. 2023. [Baidu Scholar]
İ. Şengör, O. Erdinç, B. Yener et al., “Optimal energy management of EV parking lots under peak load reduction based DR programs considering uncertainty,” IEEE Transactions on Sustainable Energy, vol. 10, no. 3, pp. 1034-1043, Jul. 2019. [Baidu Scholar]
S. I. Vagropoulos, D. K. Kyriazidis, and A. G. Bakirtzis, “Real-time charging management framework for electric vehicle aggregators in a market environment,” IEEE Transactions on Smart Grid, vol. 7, no. 2, pp. 948-957, Mar. 2016. [Baidu Scholar]
J. Zhao, C. Wan, Z. Xu et al., “Risk-based day-ahead scheduling of electric vehicle aggregator using information gap decision theory,” IEEE Transactions on Smart Grid, vol. 8, no. 4, pp. 1609-1618, Jul. 2017. [Baidu Scholar]
Y. Jin, B. Yu, M. Seo et al., “Optimal aggregation design for massive V2G participation in energy market,” IEEE Access, vol. 8, pp. 211794-211808, Nov. 2020. [Baidu Scholar]
C. Li, T. Ding, X. Liu et al., “An electric vehicle routing optimization model with hybrid plug-in and wireless charging systems,” IEEE Access, vol. 6, pp. 27569-27578, May 2018. [Baidu Scholar]
B. Wang, Y. Wang, H. Nazaripouya et al., “Predictive scheduling framework for electric vehicles with uncertainties of user behaviors,” IEEE Internet of Things Journal, vol. 4, no. 1, pp. 52-63, Feb. 2017. [Baidu Scholar]
Y. Guo, J. Xiong, S. Xu et al., “Two-stage economic operation of microgrid-like electric vehicle parking deck,” IEEE Transactions on Smart Grid, vol. 7, no. 3, pp. 1703-1712, May 2016. [Baidu Scholar]
S. Li, W. Hu, D. Cao et al., “Electric vehicle charging management based on deep reinforcement learning,” Journal of Modern Power Systems and Clean Energy, vol. 10, no. 3, pp. 719-730, May 2022. [Baidu Scholar]
S. Li, W. Hu, D. Cao et al., “Electric vehicle charging management based on deep reinforcement learning,” Journal of Modern Power Systems and Clean Energy, vol. 10, no. 3, pp. 719-730, May 2022. [Baidu Scholar]
Z. Wen, D. O’Neill, and H. Maei, “Optimal demand response using device-based reinforcement learning,” IEEE Transactions on Smart Grid, vol. 6, no. 5, pp. 2312-2324, Sept. 2015. [Baidu Scholar]
Z. Wan, H. Li, H. He et al., “Model-free real-time EV charging scheduling based on deep reinforcement learning,” IEEE Transactions on Smart Grid, vol. 10, no. 5, pp. 5246-5257, Sept. 2019. [Baidu Scholar]
C. Dong, J. Sun, F. Wu et al., “Probability-based energy reinforced management of electric vehicle aggregation in the electrical grid frequency regulation,” IEEE Access, vol. 8, pp. 110598-110610, Jun. 2020. [Baidu Scholar]
Y. Gao, J. Yang, M. Yang et al., “Deep reinforcement learning based optimal schedule for a battery swapping station considering uncertainties,” IEEE Transactions on Industry Applications, vol. 56, no. 5, pp. 5775-5784, Sept. 2020. [Baidu Scholar]
Y. Zhang, Q. Yang, D. An et al., “Multistep multiagent reinforcement learning for optimal energy schedule strategy of charging stations in smart grid,” IEEE Transactions on Cybernetics, vol. 53, no. 7, pp. 4292-4305, Jul. 2023. [Baidu Scholar]
J. Andrade, L. F. Ochoa, and W. Freitas, “Regional-scale allocation of fast charging stations: travel times and distribution system reinforcements,” IET Generation, Transmission & Distribution, vol. 14, no. 19, pp. 4225-4233, Oct. 2020. [Baidu Scholar]
D. Jost, M. Speckmann, F. Sandau et al., “A new method for day-ahead sizing of control reserve in Germany under a 100% renewable energy sources scenario,” Electric Power Systems Research, vol. 119, pp. 485-491, Feb. 2015. [Baidu Scholar]
Z. Wei, Y. Li, and L. Cai, “Electric vehicle charging scheme for a park-and-charge system considering battery degradation costs,” IEEE Transactions on Intelligent Vehicles, vol. 3, no. 3, pp. 361-373, Sept. 2018. [Baidu Scholar]
N. M. Pindoriya, S. N. Singh, and S. K. Singh, “An Adaptive wavelet neural network-based energy price forecasting in electricity markets,” IEEE Transactions on Power Systems, vol. 23, no. 3, pp. 1423-1432, Aug. 2008. [Baidu Scholar]
E. L. Allgower and K. Georg, “Piecewise linear methods for nonlinear equations and optimization,” Journal of Computational and Applied Mathematics, vol. 124, no. 1-2, pp. 245-261, Dec. 2000. [Baidu Scholar]
P. Pflaum, M. Alamir, and M. Y. Lamoudi, “Probabilistic energy management strategy for EV charging stations using randomized algorithms,” IEEE Transactions on Vehicular Technology, vol. 26, no. 3, pp. 1099-1106, May 2018. [Baidu Scholar]
Y. Gal and Z. Ghahramani, “Dropout as a bayesian approximation: Representing model uncertainty in deep learning,” in Proceedings of 33rd Internation Conference on Machine Learning, New York, USA, Jun. 2016, pp. 1050-1059. [Baidu Scholar]
S. P. Durrani, S. Balluff, and L. Wurzer et al. “Photovoltaic yield prediction using an irradiance forecast model based on multiple neural networks,” Journal of Modern Power Systems and Clean Energy, vol. 6, no. 2, pp. 255-267, Mar. 2018. [Baidu Scholar]
X. Zhang, S. Kuenzel, N. Colombo et al., “Hybrid short-term load forecasting method based on empirical wavelet transform and bidirectional long short-term memory neural networks,” Journal of Modern Power Systems and Clean Energy, vol. 10, no. 5, pp. 1216-1228, Sept. 2022. [Baidu Scholar]
B. Stappers, N. G. Paterakis, K. Kok et al., “A class-driven approach based on long short-term memory networks for electricity price scenario generation and reduction,” IEEE Transactions on Power Systems, vol. 35, no. 4, pp. 3040-3050, Jul. 2020. [Baidu Scholar]
B. Huang, Q. Ding, G. Sun et al., “Stock prediction based on Bayesian-LSTM,” in Proceedings of 10th Internation Conference on Machine Learning and Computing, New York, USA, Feb. 2018, pp. 128-133. [Baidu Scholar]
S. Zhang and J. J. Q. Yu, “Bayesian deep learning for dynamic power system state prediction considering renewable energy uncertainty,” Journal of Modern Power Systems and Clean Energy, vol. 10, no. 4, pp. 913-922, Jul. 2022. [Baidu Scholar]
S. Thakur, H. V. Hoof, and J. Higuera et al., “Uncertainty aware learning from demonstrations in multiple contexts using bayesian neural networks,” in Proceedings of International Conference of Robotics and Automation, Montreal, Canada, May 2019, pp. 768-774. [Baidu Scholar]
D. Kingma and M. Welling, “Auto-encoding variational Bayes,” in Proceedings of 2th International Conference on Learning Representations, Banff, Canada, Apr. 2014, pp.1-14. [Baidu Scholar]
Shenzhen Government. (2016, Nov.). Data open platform of Shenzhen Government. [Online]. Available: https://opendata.sz.gov.cn/ [Baidu Scholar]
China Electricity Council. (2023, Jul.). National electricity price monitoring system. [Online]. Available: http://cep.cec.org.cn/ [Baidu Scholar]
Zhejiang Provincial Energy Bureau. (2021, Jun.). Provincial Energy Bureau’s notice on electricity demand response for 2021. [Online]. Available: https://fzggw.zj.gov.cn/art/2021/6/8/art_1229629046_4906648.html [Baidu Scholar]
B. Fuglede and F. Topsoe, “Jensen-Shannon divergence and Hilbert space embedding,” in Proceedings of International Symposium on Information Theory 2004, Chicago, USA, Jul. 2004, p. 31. [Baidu Scholar]