Next Article in Journal
Substantiation of the Risk Neutralization Mechanism in the Financial Security Management of Agricultural Enterprises
Previous Article in Journal
Global Change Impacts on Indigenous Sustainability in Sakha Republic: A Synthesis of Knowledge
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Integrating Environmental and Economic Considerations in Charging Station Planning: An Improved Quantum Genetic Algorithm

1
School of Management, South-Central Minzu University, Wuhan 430074, China
2
School of Engineering, RMIT University, Melbourne, VIC 3001, Australia
3
School of Artificial Intelligence and Automation, Huazhong University of Science and Technology, Wuhan 430074, China
*
Author to whom correspondence should be addressed.
Sustainability 2024, 16(3), 1158; https://doi.org/10.3390/su16031158
Submission received: 11 December 2023 / Revised: 24 January 2024 / Accepted: 25 January 2024 / Published: 30 January 2024

Abstract

:
China’s pursuit of carbon peak and carbon neutrality relies heavily on the widespread adoption of electric vehicles (EVs), necessitating the optimal location and sizing of charging stations (CSs). This study proposes a model for minimizing the overall social cost by considering CS construction and operation costs, EV user charging time costs, and associated carbon emissions costs. An improved quantum genetic algorithm, integrating a dynamic rotation angle and simulated annealing elements, addresses the optimization problem. Performance evaluation employs test functions and a case study using electric taxi trajectory data from Shenzhen. Findings reveal that higher charging power does not always yield better outcomes; appropriate power selection effectively reduces costs. Increasing the number of CSs beyond a threshold fails to significantly reduce carbon emission costs but enhances demand coverage.

1. Introduction

Electric vehicles (EVs) offer significant benefits for promoting a green, environmentally-friendly, and sustainable future. They reduce greenhouse gas emissions, improve air quality, and combat climate change. By integrating EVs with renewable energy sources, such as solar and wind power, we can further reduce our dependence on fossil fuels and create a more resilient energy system. The adoption of EVs also drives technological innovation, particularly in battery technology and charging infrastructure, leading to improved energy efficiency and increased convenience for users [1].
However, despite these advantages, the widespread adoption of EVs faces obstacles, particularly the mismatch between existing charging infrastructure and the growing demand for charging services. This predicament creates difficulties for EV users in finding suitable charging stations (CSs) in high-demand areas, while many CSs remain underutilized, leading to economic losses. These challenges dampen public enthusiasm for purchasing EVs and present significant obstacles for governments and charging service providers.
To address these challenges effectively and promote the widespread adoption of EVs as a crucial strategy for achieving environmental sustainability, it is crucial to strategically plan the locations and capacities of CSs. This ensures convenient access to charging services and encourages more individuals to embrace EVs. By overcoming the charging infrastructure hurdle, we can make significant progress towards a greener and more sustainable transportation ecosystem.
The location problem of CSs is a typical multi-dimensional nonlinear mixed integer programming problem, known for its NP-hard complexity. Traditional location models, such as the point-demand model [2] and the flow-demand model [3,4,5], provide valuable guidance for CSs construction. However, specific applications often require additional considerations. In response to this, many scholars have taken into account various real-world factors, including CSs’ capacities [6], the charging behavior of EV users [7], and the impact of EVs on the load variance of power grids [8]. These studies have enhanced the practicality of CSs construction, but have also increased the complexity of the models, thereby posing challenges for algorithm development.
For solving the issue of CSs location model, there are three common categories of algorithms: Exact Solution Algorithms, Deep Learning Algorithms, and Heuristics Algorithms. The Exact Solution Algorithms mainly include branch and bound [9], branch and cut [10] and Benders decomposition [11]. The advantage of Exact Solution Algorithms is that they can obtain the global optimal solutions. However, the shortcomings are also obvious. First, they need precise environmental parameters, and fuzzy, uncertain, and estimated parameters can make Exact Solution Algorithms lose their value, but requiring the accuracy of all parameters is impossible. Second, they are only applicable to small-scale examples, while in reality, the calculation time for large-scale CS location problems is too long.
Due to the remarkable performance in data-processing and strong learning abilities, Deep Learning Algorithms have been gradually applied to the location problem of CSs in recent years, via the use of Recurrent Neural Networks [12,13] and Generative Adversarial Networks [14]. Although they perform well in solving some complicated CSs location models, need for the excessive training, sophisticated learning model construction and hardware still hinder the extensive applications regarding the CSs location problem.
Heuristic Algorithms are currently the most mainstream solution methods. The most commonly used is the Genetic Algorithm (GA). Taking the entire national region of Ireland as an example, Zhou et al. used GA to solve the CS location model which aimed at minimizing the total social cost; the results prove that GA performs well [15]. Zhang et al. improved the crossover rates by using fitness values, memories and transferring quality genes to overcome the problem of premature convergence of GA [16]. Li et al. improved the crossover operator and applied it to Haikou and Shanghai’s CSs location problem [17]. Another way to improve the performance of GA is to combine other heuristic. Abhishek et al. combined GA and Particle Swarm Optimization for CSs location in the Allahabad [18]. Wang et al. studied fast CSs location in a highway network with consideration of the budget constraint and drivers’ charging strategies, and GA combined with some greedy search rules is used to solve the problem. A practical case in Hebei verified the robustness and efficiency of the combined algorithms [19]. In addition, other heuristic algorithms have been applied in CSs location and sizing problems. Zhang et al. used an Immune Algorithm to solve the battery swapping station location problem, and the algorithm could provide a better solution in a shorter time as compared to the results obtained by CPLEX [20]. Ai et al. considered the comprehensive profits of CS operators, EV users and power grid enterprises. Through the introduction of chaos theory and the simulated annealing algorithm (SAA), they proposed the Chaotic Simulated Annealing Particle Swarm Algorithm to solve the CSs location and sizing problem [21]. Liu et al. applied Tabu Search to a CS location model for a highway network, with consideration of users’ charging behaviors and mileage anxiety [22]. Qin et al. established a CS selection method considering traffic information and investment cost [23]. The Particle Swarm Optimization also has good performance in multi-objective problems of CS location [24,25]. In recent years, various intelligence algorithms have been updated and progressively applied to the CS location and sizing problem, such as Harris Hawks Optimization [26], Coyote Optimization Algorithm [27], Whale Optimization Algorithm (WOA) [28,29] and so on.
Although GA is easy to understand, has simple programming, and flexible search rules, it also has limitations, such as slow convergence speed and susceptibility to premature convergence. In response, researchers have introduced quantum computing into GA, leading to the development of the Quantum Genetic Algorithm (QGA) [30,31]. QGA uses a completely new encoding scheme and population updating mechanism, applying the probability amplitude of quantum bits to chromosome encoding. This allows a single chromosome to express the superposition of multiple states, greatly enhancing the algorithm’s searching ability [32,33,34].
The main contributions of this study are reflected in the algorithm and model:
Algorithm:in this study, an improved Quantum Genetic Algorithm (IQGA) optimization method is proposed to enhance search ability and retain high-quality individuals within the population. Compared to QGA [30,31], the following adjustments were made:
  • IQGA introduces a dynamic quantum rotation angle that adapts based on the number of iterations. By adjusting the rotation angle, the algorithm can strike a balance between exploration and exploitation, enabling faster convergence towards optimal solutions. This dynamic adjustment mechanism ensures efficient exploration of the search space, leading to improved solution quality.
  • IQGA incorporates the concept of simulated annealing into the population updating process. Simulated annealing helps the algorithm escape local optima by allowing occasional acceptance of solutions that are worse than the current best. This mechanism prevents premature convergence and promotes exploration of the solution space, enhancing the algorithm’s ability to discover high-quality solutions.
Model: This study proposes an innovative and comprehensive location and sizing model for CSs, taking into account multiple perspectives, including CS operators, EV users, and the environment. In contrast to the approach presented in [15], this study extends the analysis by incorporating capacity decision-making into the model. Specifically, we consider the effects of CS capacity on user waiting cost, recognizing that inadequate capacity can lead to increased wait times and inconvenience for EV users. Additionally, this study introduces the concept of carbon emission prices to quantify the environmental costs of CS operations. By incorporating carbon emission prices into our model, we emphasize the importance of reducing carbon emissions and promoting environmentally sustainable transportation solutions. This innovative addition allows us to evaluate the broader socioeconomic and environmental impacts of CS deployment strategies.
The remainder of this paper is shown as follows. The CSs location and sizing models are introduced in Section 1. The process and tests of IQGA are described in Section 2. A practical case in Shenzhen is discussed in Section 3. The last section is a brief conclusion.

2. Location and Sizing Model of the CSs

2.1. Model Objectives

In this paper, the models objectives are to minimize the social costs, including the construction cost of CSs, the operation cost of CSs, the time cost of charging and the carbon emission cost; the specific objectives are expressed as follows:

2.1.1. Construction Cost

The construction cost includes expenses related to land acquisition or leasing, procurement of chargers, and ancillary costs such as installation, transportation, and electricity distribution system upgrades. These ancillary costs are considered fixed investment costs. The annual construction cost of the CSs can be represented as f 1 [29]. The equation below illustrates the composition of f 1 :
f 1 = j J γ ( 1 + γ ) y e a r ( 1 + γ ) y e a r 1 S · P j L a n d · n j + α n j + C j F X j
where the parameter α represents the unit price of chargers, while C j F denotes the ancillary cost associated with their installation. The variables S and P j L a n d represent the average required area of a single charger and the unit land price of CS j, respectively. The discount rate is denoted by γ , and y e a r represents the expected operating life of the CS, assumed to be 20 years in this study. The decision variable X j is a binary variable (0 or 1), indicating whether candidate point j is selected for establishing a CS. The variable n j represents the number of chargers to be installed in CS j.

2.1.2. Operating Cost

The operating cost of a CS consists primarily of two components: station equipment maintenance cost and labor cost. The annual operating cost of the CSs is denoted as f 2 and can be expressed as follows:
f 2 = ψ j J S · P j L a n d · n j + α n j + C j F X j
where ψ represents the coefficient that converts the construction cost into the annual operating cost [29].

2.1.3. User Charging Cost

The user charging cost of a CS includes two components: the traveling cost and the waiting cost. The traveling cost represents the electricity consumption cost for EV users traveling from their point of demand to the nearest CS. The waiting cost refers to the time cost incurred when EV users arrive at the station and find all chargers occupied, resulting in them entering a waiting queue until charging becomes available. The user charging cost, denoted as f 3 , can be defined as follows:
f 3 = 365 · i J j J [ ( N i E V · τ · D i j · P · E ) · y i j + ( W j q · N i E V · ς · P ) ]
where N i E V represents the average daily number of EVs to be charged at demand point i. τ is the road curvature coefficient. D i j represents the Euclidean distance from demand point i to CS j. P is the unit cost of EV charging measured in yuan per kilowatt-hour (kWh). E represents the power consumption of an EV per kilometer traveled, measured in kWh per kilometer (kWh/km). W j q is the average waiting time of an EV at CS j. ς represents the coefficient that converts the unit waiting cost to the unit cost of EV charging. Finally, y i j is a binary variable. When y i j is 1, it indicates that EVs from demand point i go to CS j for charging; otherwise, they do not go for charging.
In Equation (3), the EV user charging behaviour is assumed as follows: (1) The user will choose to go to the nearest CS for charging. (2) The time for the user to reach the CS obeys a Poisson distribution, and the charging time of the EV obeys a negative exponential distribution. Therefore, the EV charging behaviour can be modelled as a M / M / n j queuing system. W q is expressed as follows [35]:
P j 0 = [ ( n = 0 n j 1 ( ρ j · n j ) n n ! ) + ( ρ · n j ) n j n j ! · 1 1 ρ j ] 1
W j q = ( λ j λ j μ μ ) n j μ P j 0 ( n j 1 ) ! ( n j · μ λ j ) 2
where μ is the average charging rate of one charger, λ j = i I j J N i E V · y i j represents the average daily number of EVs arrival at CS j, ρ j = λ j n j · μ , and P j 0 is the probability that CS j is idle. These formulas provide a way to estimate the waiting time experienced by EV users at a CS, considering the queuing behavior and the availability of chargers.

2.1.4. Carbon Emissions Cost

The carbon emissions cost in this context refers to the environmental impact of CS location, specifically the carbon dioxide (CO2) emissions associated with the electricity generation required to charge the vehicles. To calculate the carbon emissions of EVs, existing literature often converts CO2 emissions into carbon emission factors. The carbon emission factor, denoted as c, represents the CO2 emissions per kilometer traveled by an EV. The calculation of the carbon emission factor is as follows (unit: gCO2/km) [15]:
c = E · c g η
where η represents the transmission efficiency of the distribution power network, measured in percentage. c g denotes the carbon emission factor of the power grid.
To incorporate the carbon emissions into the analysis, this paper proposes the introduction of a carbon emission price, P E M , sourced from the national carbon trading market [36]. The carbon emission cost, denoted as f 4 , can be expressed as follows:
f 4 = 360 · i I j J N i E V · D i j · c · P E M · y i j
In Equation (7), N i E V represents the average daily number of EVs to be charged at demand point i. D i j represents the Euclidean distance from demand point i to CS j. c denotes the carbon emission factor calculated using Equation (6). P E M represents the carbon emission price from the national carbon trading market. Equation (7) allows for the monetization of environmental costs associated with carbon emissions, enabling the assessment of the environmental impact of EV charging.
In summary, the objective function of the CSs location and sizing model is as follows:
min F = f 1 + f 2 + f 3 + f 4

2.2. Constraints

The model constraints are shown below:
j J X j 1
j J y i j = 1 , i I
y i j X j , i I , j J
n j M X j , j J
Constraint (9) requires the establishment of at least one CS. Constraint (10) ensures that each demand point is assigned to exactly one CS. Constraint (13) guarantees that a demand point can only be assigned to a CS if that CS is established. In Constraint (14), the variable M represents a very large positive number. Constraint (14) ensures that chargers can only be set in a CS if it is built at demand point j.
Sets, parameters, and decision variables in our model can be referred to in Table 1.

3. Algorithms

3.1. IQGA

QGA is a probabilistic search algorithm that combines principles from quantum theory with traditional GA techniques. The main difference between QGA and GA lies in the population coding method and evolutionary strategy. In QGA, the population coding method utilizes quantum bits (qubits) and quantum superposition states to encode chromosomes, in contrast to the traditional binary encoding used in GA. Instead of employing the standard crossover and mutation operations found in GA, QGA employs quantum rotation gates to update the population and facilitate evolution based on the optimal individual information from the current iteration. Throughout the iteration process, the superposition state of each qubit gradually converges to stability, achieving the objective of function optimization. This unique encoding and updating approach in QGA result in several advantages over traditional GA, including higher convergence accuracy, enhanced population diversity, and faster convergence speed.
However, as research expands and deepens in various fields, certain limitations of QGA have become apparent. One such limitation is the fixed value of the quantum rotation angle, which may pose challenges in achieving a balance between computational speed and accuracy when dealing with different problems. To address this, the paper proposes specific adjustment methods:
(1)
Dynamic changes in the quantum rotation angle: the size of the quantum rotation angle is adjusted from a fixed value to a dynamic value. The original parameter value Δ σ = φ * π ( φ > 0 ) is modified using the following formula to determine the value of  Δ σ :
Δ σ t = φ · π · ( 1 ω l t m a x + 1 ) ,
where l is the number of times with the fitness value remaining unchanged, ω is a coefficient, t is the current iteration number, and t m a x is the maximum iteration number.
Then, the quantum rotation angle updates as σ t + 1 = σ t + Δ σ t , and the ith bit of the chromosome is updated as follows:
α t + 1 β t + 1 = cos σ t + 1 sin σ t + 1 sin σ t + 1 cos σ t + 1 α t β t
where α and β are two numbers that represent the probability amplitudes of a quantum state, and | α | 2 + | β | 2 = 1 .
This adjustment strategy allows the algorithm to dynamically adapt the quantum rotation angle during the optimization process. When the solution fails to show continuous improvement, gradually reducing the quantum rotation angle as the iteration progresses enables the algorithm to refine the search space and enhance the accuracy of computational results. This adjustment helps the algorithm to focus on exploiting the best solutions found so far, narrowing down the search space and potentially converging towards the optimal solution. By reducing the quantum rotation angle, the algorithm places more emphasis on exploiting promising regions of the search space, improving the chances of finding better solutions.
However, it is important to note that this approach carries the risk of becoming trapped in local optima, where further improvement becomes challenging. To mitigate this risk and promote exploration, it is crucial to incorporate strategies such as simulated annealing.
(2)
Simulated annealing strategy: SAA uses the probabilistic jump property to explore the solution space and avoid local optima. By introducing controlled randomness and allowing occasional acceptance of worse solutions, SAA enables the algorithm to make exploratory moves and potentially discover better solutions that may lie outside the immediate vicinity of the current solution.
The integration of SAA with other heuristics provides a valuable global search capability while maintaining algorithm efficiency. This advantage has been extensively supported by numerous studies in the field [37,38]. By combining the strengths of SAA with the existing components of the IQGA, the algorithm gains the ability to effectively explore the solution space, overcome local optima, and converge towards high-quality solutions.
The chromosome coding scheme is used to represent the candidate CS locations. The length of the chromosome is determined by the number of candidate locations being considered. Each bit represents the probability of selecting quantum state 0 or 1. The determined solution A(t) represents the CS configuration. Taking into account the constraint that ρ j must be less than 1, calculate the minimum required number of chargers in each CS. Next, incrementally increase the number of chargers in each CS, evaluating the cost of adding additional chargers. This process continues until the cost of adding more chargers exceeds the cost of queuing. The fitness value is then calculated based on the comparison of costs.
The process of IQGA is as follows (Algorithm 1):
Algorithm 1 IQGA
  1:
Step 1: Initialization
  2:
Randomly generate N chromosomes encoded in quantum bits: Q ( 0 )
  3:
Generate initial temperature T 0
  4:
Set cooling function: T t = T 0 t m , where m 1
  5:
Step 2: Set iteration counter
  6:
t = 0
  7:
Step 3: Measurement
  8:
Measure each individual in population Q ( t ) to obtain deterministic solution A ( t )
  9:
Evaluate fitness of each deterministic solution A ( t )
10:
Record optimal individual X t of A ( t ) and its fitness value f ( X t )
11:
while  t < = t m a x  do       ▹ where t m a x is the maximum number of iterations
12:
     Step 4: Update and Selection
13:
     Update Δ σ t according to Formula (13)
14:
     Obtain new population Q ( t ) and its optimal individual X t from Q ( t )
15:
     if  f ( X t ) > f ( X t )  then
16:
           X t + 1 = X t , Q ( t + 1 ) = Q ( t ) and l = 0
17:
     else
18:
          if  exp f ( X t ) f ( X t ) T t > random ( 0 , 1 )  then
19:
              X t + 1 = X t , Q ( t + 1 ) = Q ( t ) and l = 0
20:
          else
21:
              X t + 1 = X t , Q ( t + 1 ) = Q ( t ) and l = l + 1
22:
          end if
23:
     end if
24:
     Step 5: Update iteration counter
25:
      t = t + 1
26:
end while

3.2. Function Testing

To evaluate the performance of IQGA, we compare it with QGA and four other heuristics: Fire-Works Algorithm (FWA), WOA, Invasive Weed Optimization (IWO), and Grey Wolf Optimization (GWO). These algorithms are tested on six different functions (listed in Table 2) with a maximum of 100 iterations. All experiments are conducted on a PC running Windows 10, equipped with a 2.60 GHz CPU, 8.00 GB of RAM, and MATLAB R2018a. Each algorithm is executed 15 times for each function. The results, including the solution gaps and running time, are presented in Table 3.
By analyzing the data in the “optimum value” row of Table 3, it is observed that the optimum values achieved by IQGA for functions F 1 to F 5 are closer to the global optimal values compared to the other five algorithms. The global optimal values for each function can be found in Table 2. Moreover, by comparing the “Average gap” data, it can be observed that IQGA has the smallest average gap among the six algorithms for functions F 1 to F 5 . The average gap represents the average difference between the obtained solutions and the corresponding global optimal values. The smaller the average gap, the closer the obtained solutions are to the global optima. Thus, the performance comparison results presented in Table 3 demonstrate that IQGA outperforms the other five algorithms in terms of accuracy for functions F 1 to F 5 . Particularly notable is IQGA’s ability to reach the global optimum for functions F 2 and F 3 . In terms of function F 6 , both IQGA and GQA perform well, each having its own advantages. IQGA achieves a better optimal value compared to QGA, while QGA exhibits a better average gap.
The iterative processes of IQGA corresponding to functions F 1 to F 6 are illustrated in Figure 1a–f. These figures illustrate the fast convergence speed of IQGA.
However, the tests shows that one of the potential limitations of the IQGA approach is its longer computation time. This is primarily due to the incorporation of the simulated annealing algorithm, which adds an additional computational overhead. As a result, when dealing with large-scale problem instances, there is a possibility that the IQGA algorithm may not be able to achieve the desired solution within an acceptable time frame.

4. Case Study

Situated in the southern part of Guangdong Province, Shenzhen is recognized as a national economic hub and an innovation city. It comprises nine districts spanning a total area of 1997.47 square kilometers and is home to a population of 17,681,800 residents.
To begin with, the city of Shenzhen is divided into a grid system, resulting in a total of 633 grids. Subsequently, GPS travel data is collected from 27,204 electric taxis operating throughout Shenzhen over the course of a single day. This GPS data records both the pick-up and drop-off locations of passengers, as well as the corresponding travel time between these points. The drop-off locations are used to determine the charging demands for electric taxis [39,40]. By analyzing this data, the number of charging demands within each grid and the travel distances between different grids can be calculated. The distribution of charging demands is illustrated in Figure 2. We further narrow down the analysis to specific time periods within a day when the demand for charging is relatively higher in the identified areas. The arrival rate of EVs during relatively busy times at CS j can be obtained.
The parameters are set as follows: in Shenzhen, the electric taxi model is the BYD E6, with a power consumption of 19.5 kWh per 100 km and an average speed of 25 km/h in the urban area. The fast chargers have a uniform power capacity, and the average service rate is assumed to be two vehicles per hour ( μ = 2). The CS is expected to have a service life of 20 years, with a fixed construction cost of 0.5 million yuan ( C F ). The unit price of the charger is 100,000 yuan ( α ). The area required by a single charger is 16 square meters (S) and the unit land price based on the benchmark land price for public service usage in Shenzhen is 1606 yuan per square meters (P). The discount rate is assumed to be 0.1 ( γ ). The coefficient of the CS’s maintenance and labor cost is 0.1 ( ψ ). Based on the charging prices observed on Tencent APP, which typically range between 1.6 and 2 yuan, the charging price is assumed to be 1.6 yuan/kWh (P). The road curvature coefficient is taken as 1.2 ( τ ), and the coefficient ς is set to 0.1. According to Guangdong Province Enterprise CO2 Emission Information Reporting Guidelines [41], carbon emission factor of power grid is 637.9 gCO2/kWh. Based on this information, calculating the value of c yields a result of 138 gCO2/km.
The parameters of the algorithm are set as follows. The maximum number of iterations is 500. The population size is 100. Since the existing literature has not mentioned the dynamically updated quantum rotation angle, based on lots of experimental tests, φ is set to be 0.025 and ω is 30. In the simulated annealing operations, T 0 = 200, m = 2 and t m a x = 300 .
The iterative process of IQGA is compared with the QGA in Figure 3. As observed in the figure, under the same operating environment, QGA reaches a stable state after approximately 50 iterations, while IQGA continues to improve its solution accuracy for about 120 iterations. The IQGA outperforms QGA in terms of solution accuracy. This improvement can be attributed to the dynamic updating of the rotation gate and the incorporation of annealing operations in IQGA. These modifications help IQGA avoid getting stuck in local optima prematurely and enhance its search capability. The optimal location and sizing decision obtained using IQGA are illustrated in Figure 4. Each color in the figure represents the number of chargers assigned to different regions.
Figure 5 illustrates the social costs associated with different numbers of CSs. The bar in the figure represents the optimal value obtained by performing IQGA 20 times, while the error bar indicates the difference between the optimal and average values. The results reveal that an optimal number of CSs is required to minimize the social cost. Having too many or too few CSs leads to an increase in the social cost. Figure 6 presents the cost components for different numbers of CSs. It is evident that having too few CSs significantly raises the costs for EV users and carbon emissions, while an excess of CSs greatly increases the construction and operational costs for the CS operator. This demonstrates the importance of optimizing CSs from a holistic perspective, taking into account the social cost and balancing the costs among CS operators, EV users, and the environment.
The impact of the number of CSs on carbon emissions was investigated and depicted in Figure 7. We have observed a consistent pattern where an increase in the number of CSs leads to a gradual reduction in carbon emissions. However, as the number of stations continues to grow, the rate of emission reduction begins to diminish. Particularly, when the number of CSs reaches a range of 135 to 195, the reduction in emissions becomes nearly linear. This trend can be attributed to the initial decline in carbon emissions resulting from the reduced proximity between EVs and CSs. However, as the CS distribution network expands further, the advantage of reduced traveling distances for EVs becomes less pronounced. When considering the environmental impact, it becomes crucial to take into account the diminishing marginal environmental benefits associated with the increasing number of CSs. It is imperative to carefully evaluate and select an optimal number of stations rather than pursuing uncontrolled expansion.
We conducted a study to analyze the impact of different types of fast chargers on costs. Four main types of fast chargers available in the market were selected for evaluation. Model 1 DCL040A/B ( μ = 1) has a cost of 30,000 RMB per unit, model 2 DCL080A/B ( μ = 2) has a cost of 100,000 RMB per unit, model 3 DCL0160A/B ( μ = 3) has a cost of 200,000 RMB per unit, and model 4 DCL0240B ( μ = 4) has a cost of 400,000 RMB per unit. It is important to note that the charger cost increases with shorter charging times for these fast chargers. Table 4 presents the optimization results and cost variations associated with different charger types. As evident from the table, the choice of charger type significantly impacts the costs. A low charging power option ( μ = 1) tends to result in a greater infrastructure requirement, including a larger number of CSs and chargers. On the other hand, high-power chargers ( μ = 4) are accompanied by higher charger prices. As μ increases, the number of CSs and chargers decreases significantly; however, the construction cost f 1 and operating cost f 2 are higher compared to low-power chargers ( μ = 2). The user cost f 3 and carbon emission cost f 4 show an increasing trend with the increase in μ . This is due to the limited charging resources, where users have fewer options to access the nearest CS for charging, resulting in longer distances ( D i j ) traveled. From the perspective of carbon emission reduction, it is observed that the most substantial decrease occurs when the power of fast chargers changes from μ = 4 to μ = 3. However, the reduction in carbon emissions is relatively minor when transitioning from μ = 3 to μ = 2. Furthermore, when the power is further reduced from μ = 2 to μ = 1, there is a significant increase in the number of CSs from 95 to 210. However, the reduction in carbon emissions is not proportionate to the increase in CS numbers. This difference arises because the carbon emission curve exhibits a diminishing marginal effect with respect to the number of CSs, as illustrated in Figure 7. Therefore, decision-makers need to consider the charger type during the planning phase of CS location and sizing, rather than making decisions after the CS construction is completed.
Figure 8 illustrates the coverage rate with varying numbers of CSs and covering radius. In real-world scenarios, if the distance between a demand point and the nearest CS exceeds the covering radius, the willingness and satisfaction of EV users to travel to that particular CS significantly decrease. Thus, we studied how different numbers of CSs can effectively cover the demand. It is evident that as the number of CSs and the covering radius increase, the number of effectively covered EVs also increases, although the rate of increment differs significantly. When the covering radius is less than 8 km, the gap in covered demand becomes larger as the number of CSs increases. Conversely, when the covering radius exceeds 8 km, the gap in covered demand decreases with an increase in the number of CSs, eventually nearly disappearing when the number of CSs reaches 160. From the previous analysis in Figure 7, it is observed that additional CSs can increase social costs and do not significantly reduce carbon emissions. However, it is crucial to enhance user satisfaction and increase coverage demand.

5. Conclusions

In this study, we propose IQGA to address the CS location and sizing problem. The IQGA combines dynamic updating of the quantum rotation gate angle with the integration of the simulated annealing algorithm, effectively avoiding local optima. Through rigorous function tests and a comprehensive case study, we demonstrate the effectiveness and efficiency of the IQGA in solving the CS location and sizing problem.
Furthermore, we highlight the significance of considering social costs when determining CS locations and capacities. By optimizing the number of CSs and selecting the appropriate types and quantities of chargers, we not only achieve cost reduction but also significantly decrease carbon emissions. However, we find that the reduction in carbon emissions becomes marginal once the number of CSs exceeds a certain threshold. Nonetheless, the coverage rate continues to improve with the increase in the number of CSs. Consequently, decision-makers must strike a careful balance between costs and coverage rates, taking into account the limited additional reduction in carbon emissions beyond a certain number of CSs.
In conclusion, our proposed IQGA offers a robust and practical approach to effectively solve the CS location and sizing problem while considering both economic and environmental factors. To address the needs of charging infrastructure operators, it is highly recommended to adopt a cohesive planning approach that encompasses the selection of CS locations, the optimal number of stations, and appropriate charging power levels. This comprehensive strategy facilitates cost optimization and maximizes resource efficiency. Policymakers, on the other hand, play a vital role by considering the triple-bottom-line benefits—CS operator, EV users, and environment—in their decision-making process. It is essential for them to develop well-informed policies or provide subsidies that align with their specific environmental targets and coverage objectives.

6. Future Research

In terms of future research directions, there are several areas that offer opportunities for improving and expanding the proposed model and algorithm. Regarding the model, this study primarily focused on the decision-making process related to CS location and capacity determination. However, future models could incorporate additional factors to enhance the analysis. These factors may include considerations of grid load, integration of renewable energy sources, and addressing the challenges associated with the grid impact resulting from the widespread adoption of EV. By incorporating these aspects, researchers can explore more comprehensive and cost-effective CS deployment strategies and develop solutions to mitigate potential grid impacts associated with the increasing demand for EV charging. In terms of the algorithm, further efforts can be dedicated to finding efficient solutions for the aforementioned model. This could involve exploring advanced optimization techniques, adaptive algorithms, or hybrid approaches that combine different optimization methods. By leveraging these approaches, researchers can improve the computational efficiency and effectiveness of the proposed algorithm, enabling faster and more accurate decision-making processes for charging infrastructure planning and development.

Author Contributions

Conceptualization, D.H. and X.L.; methodology, X.L.; software, X.L.; validation, D.H. and X.L.; formal analysis, X.L.; investigation, C.L.; resources, C.L.; data curation, C.L.; writing—original draft preparation, D.H. and X.L.; writing—review and editing, D.H., X.L. and Z.-W.L.; visualization, X.L. and C.L.; supervision, D.H.; project administration, D.H.; funding acquisition, D.H. All authors have read and agreed to the published version of the manuscript.

Funding

The research was funded by National Social Science Fund of China grant 22BGL273.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Dataset available on request from the authors.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Jia, C.; He, H.; Zhou, J.; Li, J.; Wei, Z.; Li, K. A novel health-aware deep reinforcement learning energy management for fuel cell bus incorporating offline high-quality experience. Energy 2023, 282, 128928. Available online: https://www.sciencedirect.com/science/article/pii/S0360544223023228 (accessed on 1 November 2023). [CrossRef]
  2. Wang, Y.W.; Wang, C.R. Locating passenger vehicle refueling stations. Transp. Res. Part E 2010, 46, 791–801. [Google Scholar] [CrossRef]
  3. Capar, I.; Kuby, M.; Leon, V.J.; Tsai, Y.-J. An arc cover–path-cover formulation and strategic analysis of alternative-fuel station locations. Eur. J. Oper. Res. 2013, 227, 142–151. [Google Scholar] [CrossRef]
  4. Wu, F.; Sioshansi, R. A stochastic flow-capturing model to optimize the location of fast-charging stations with uncertain electric vehicle flows. Transp. Res. Part D Transp. Environ. 2017, 53, 354–376. [Google Scholar] [CrossRef]
  5. Xu, M.; Yang, H.; Wang, S. Mitigate the range anxiety: Siting battery charging stations for electric vehicle drivers. Transp. Part C Emerg. Technol. 2020, 114, 164–188. [Google Scholar] [CrossRef]
  6. Zhang, J.; Wang, Z.; Miller, E.J.; Cui, D.; Liu, P.; Zhang, Z.; Sun, Z. Multi-period planning of locations and capacities of public charging stations. J. Energy Storage 2023, 72, 108565. [Google Scholar] [CrossRef]
  7. Ren, Y.; Lan, Z.; Yu, H.; Jiao, G. Analysis and prediction of charging behaviors for private battery electric vehicles with regular commuting: A case study in beijing. Energy 2022, 253, 124160. [Google Scholar] [CrossRef]
  8. Bai, X.; Wang, Z.; Zou, L.; Liu, H.; Sun, Q.; Alsaadi, F.E. Electric vehicle charging station planning with dynamic prediction of elastic charging demand: A hybrid particle swarm optimization algorithm. Complex Intell. Syst. 2022, 8, 1035–1046. [Google Scholar] [CrossRef]
  9. Li, J.; Xie, C.; Bao, Z. Optimal en-route charging station locations for electric vehicles: A new modeling perspective and a comparative evaluation of network-based and metanetwork-based approaches. Transp. Part C Emerg. Technol. 2022, 142, 103781. [Google Scholar] [CrossRef]
  10. Yildiz, B.; Olcaytu, E.; Sen, A. The urban recharging infrastructure design problem with stochastic demands and capacitated charging stations. Transp. Res. Part B Methodol. 2019, 119, 22–44. [Google Scholar] [CrossRef]
  11. Kadri, A.A.; Perrouault, R.; Boujelben, M.K.; Gicquel, C. A multi-stage stochastic integer programming approach for locating electric vehicle charging stations. Comput. Oper. Res. 2020, 117, 104888. [Google Scholar] [CrossRef]
  12. Rajani, B.; Kommula, B.N. An optimal energy management among the electric vehicle charging stations and electricity distribution system using gpc-rernn approach. Energy 2022, 245, 123180. [Google Scholar] [CrossRef]
  13. Su, S. Method of location and capacity determination of intelligent charging pile based on recurrent neural network. World Electr. Veh. 2022, 13, 186. [Google Scholar] [CrossRef]
  14. Wang, C.; Sun, Y.; Dong, L. A locating method of ev fast charging stations based on the conditional generative adversarial networks. In Proceedings of the 2019 IEEE Innovative Smart Grid Technologies—Asia (ISGT Asia), Chengdu, China, 21–24 May 2019. [Google Scholar]
  15. Zhou, G.; Zhu, Z.; Luo, S. Location optimization of electric vehicle charging stations: Based on cost model and genetic algorithm. Energy 2022, 247, 123437. [Google Scholar] [CrossRef]
  16. Zhang, B.; Yan, Q.; Zhang, H.; Zhang, L. Optimization of charging/battery-swap station location of electric vehicles with an improved genetic algorithm-based model. CMES-Comput. Model. Eng. Sci. 2023, 134, 1177. [Google Scholar] [CrossRef]
  17. Li, J.; Liu, Z.; Wang, X. Public charging station location determination for electric ride-hailing vehicles based on an improved genetic algorithm. Sustain. Cities Soc. 2021, 74, 103181. [Google Scholar] [CrossRef]
  18. Awasthi, A.; Venkitusamy, K.; Padmanaban, S.; Selvamuthukumaran, R.; Blaabjerg, F. Optimal planning of electric vehicle charging station at the distribution system using hybrid optimization algorithm. Energy 2017, 133, 70–78. [Google Scholar] [CrossRef]
  19. Yue, W.; Jianmai, S.; Rui, W.; Zhong, L.; Ling, W. Siting and sizing of fast charging stations in highway network with budget constraint. Appl. Energy 2018, 228, 1255–1271. [Google Scholar]
  20. Zhang, H.; Zhang, K.; Zhou, Y.; Ma, L.; Zhang, Z. An immune algorithm for solving the optimization problem of locating the battery swapping stations. Knowl.-Based Syst. 2022, 248, 108883. [Google Scholar] [CrossRef]
  21. Xin, A.I.; Yizheng, L.I.; Kunyu, W.; Junjie, H.U. Locating and sizing of electric vehicle charging station based on chaotic simulated annealing particle swarm optimization algorithm. Electr. Power Autom. 2018, 9, 9–14. [Google Scholar]
  22. Liu, H.; Li, Y.; Zhang, C.; Li, J.; Li, X.; Zhao, Y. Electric vehicle charging station location model considering charging choice behavior and range anxiety. Sustainability 2022, 14, 4213. [Google Scholar] [CrossRef]
  23. Qin, J.; Qiu, J.; Chen, Y.; Wu, T.; Xiang, L. Charging stations selection using a graph convolutional network from geographic grid. Sustainability 2022, 14, 16797. [Google Scholar] [CrossRef]
  24. Cui, Y.; Meng, X.; Qiao, J. A multi-objective particle swarm optimization algorithm based on two-archive mechanism. Appl. Soft Comput. 2022, 119, 108532. [Google Scholar] [CrossRef]
  25. Muthukannan, S.; Karthikaikannan, D. Multiobjective planning strategy for the placement of electric-vehicle charging stations using hybrid optimization algorithm. IEEE Access 2022, 10, 48088–48101. [Google Scholar] [CrossRef]
  26. Heidari, A.A.; Mirjalili, S.; Faris, H.; Aljarah, I.; Mafarja, M.; Chen, H. Harris hawks optimization: Algorithm and applications. Futur. Comput. Syst. 2019, 97, 849–872. [Google Scholar] [CrossRef]
  27. Pierezan, J.; Coelho, L.D.S. Coyote optimization algorithm: A new metaheuristic for global optimization problems. In Proceedings of the 2018 IEEE congress on evolutionary computation (CEC), Rio de Janeiro, Brazil, 8–13 July 2018; pp. 1–8. [Google Scholar]
  28. Mirjalili, S.; Lewis, A. The whale optimization algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  29. Cheng, J.; Xu, J.; Chen, W.; Song, B. Locating and sizing method of electric vehicle charging station based on improved whale optimization algorithm. Energy Rep. 2022, 8, 4386–4400. [Google Scholar] [CrossRef]
  30. Han, K.-H.; Kim, J.-H. Quantum-inspired evolutionary algorithm for a class of combinatorial optimization. IEEE Trans. Evol. 2002, 6, 580–593. [Google Scholar] [CrossRef]
  31. da Cruz, A.V.A.; Barbosa, C.R.H.; Pacheco, M.A.C.; Vellasco, M. Quantum-inspired evolutionary algorithms and its application to numerical optimization problems. In Proceedings of the Neural Information Processing: 11th International Conference, ICONIP 2004, Calcutta, India, 22–25 November 2004; pp. 212–217. [Google Scholar]
  32. Mondal, S.; Tsourdos, A. Two-dimensional quantum genetic algorithm: Application to task allocation problem. Sensors 2021, 21, 1251. [Google Scholar] [CrossRef]
  33. Shill, P.C.; Akhand, M.; Murase, K. Fuzzy logic controller for an inverted pendulum system using quantum genetic optimization. In Proceedings of the 14th International Conference on Computer and Information Technology (ICCIT 2011), Dhaka, Bangladesh, 22–24 December 2011; pp. 503–508. [Google Scholar]
  34. Huang, Z.; Chen, Z.; Zheng, Y.; Sun, M.; Sun, Q. Optimal design of load frequency active disturbance rejection control via double-chains quantum genetic algorithm. Neural Comput. Appl. 2021, 33, 3325–3345. [Google Scholar] [CrossRef]
  35. Erlang, A.K. The theory of probabilities and telephone conversations. Nyt. Tidsskr. Mat. B 1909, 20, 33–39. [Google Scholar]
  36. Available online: https://www.cneeex.com/qgtpfqjy/mrgk/2023n/ (accessed on 30 June 2023).
  37. Javidrad, F.; Nazari, M. A new hybrid particle swarm and simulated annealing stochastic optimization method. Appl. Soft Comput. 2017, 60, 634–654. [Google Scholar] [CrossRef]
  38. Mafarja, M.M.; Mirjalili, S. Hybrid whale optimization algorithm with simulated annealing for feature selection. Neurocomputing 2017, 260, 302–312. [Google Scholar] [CrossRef]
  39. Hu, D.; Huang, L.; Liu, C.; Liu, Z.W.; Ge, M.F. Data driven optimization for electric vehicle charging station locating and sizing with charging satisfaction consideration in urban areas. IET Renew. Power Gener. 2022, 16, 2630–2643. [Google Scholar] [CrossRef]
  40. Li, Y.; Luo, J.; Chow, C.-Y.; Chan, K.-L.; Ding, Y.; Zhang, F. Growing the charging station network for electric vehicles with trajectory data analytics. In Proceedings of the 2015 IEEE 31st International Conference on Data Engineering, Seoul, Republic of Korea, 13–17 April 2015. [Google Scholar]
  41. Guangdong Province Enterprise CO2 Emission Information Reporting Guidelines (Revised 2023 Edition); Department of Ecology and Environment of Guangdong Province: Guangzhou, China, 2023. Available online: https://gdee.gd.gov.cn/attachment/0/515/515612/4285363.pdf (accessed on 7 March 2023).
Figure 1. Iterative process of IQGA.
Figure 1. Iterative process of IQGA.
Sustainability 16 01158 g001
Figure 2. Charging demands distribution.
Figure 2. Charging demands distribution.
Sustainability 16 01158 g002
Figure 3. Comparison of IQGA and QGA algorithm iterations.
Figure 3. Comparison of IQGA and QGA algorithm iterations.
Sustainability 16 01158 g003
Figure 4. Location and sizing of CSs.
Figure 4. Location and sizing of CSs.
Sustainability 16 01158 g004
Figure 5. Total cost and error.
Figure 5. Total cost and error.
Sustainability 16 01158 g005
Figure 6. Proportion of cost components.
Figure 6. Proportion of cost components.
Sustainability 16 01158 g006
Figure 7. Changes in costs and carbon emissions with the number of CSs increasing.
Figure 7. Changes in costs and carbon emissions with the number of CSs increasing.
Sustainability 16 01158 g007
Figure 8. Covering rate with different number of CSs and covering radius.
Figure 8. Covering rate with different number of CSs and covering radius.
Sustainability 16 01158 g008
Table 1. Sets, parameters, and decision variables.
Table 1. Sets, parameters, and decision variables.
CategoryDescription
Sets
JSet of candidate CS
ISet of demand points
Parameters
C j F Fixed investment cost for constructing CS j
α Unit price of chargers
SThe area required by a single charger
P j L a n d The unit land price of CS j
ψ The coefficient that converts the construction cost into the annual operating cost
γ Discount rate
y e a r Expected operating life of the CS
ψ Coefficient converting construction cost to annual operating cost
N i E V Average daily number of EVs to be charged at demand point i
τ Road curvature coefficient
D i j Euclidean distance from demand point i to CS j
PUnit cost of EV charging (yuan/kWh)
EPower consumption of an EV per kilometer traveled (kWh/km)
W j q Average waiting time of an EV at CS j
ς Coefficient converting unit waiting cost to unit cost of EV charging
μ Average charging rate of one charger
λ j Average daily number of EVs arriving at CS j
ρ j Utilization factor of chargers at CS j
P j 0 Probability that CS j is idle
cCarbon emission factor (gCO2/km)
η Transmission efficiency of the distribution power network
c g The carbon emission factor of power grid
P E M Carbon emission price from the national carbon trading market
Decision Variables
X j Binary variable indicating whether CS j is selected
y i j Binary variable indicating whether EVs from demand point i go to CS j for charging
n j Number of chargers to be installed in CS j
Table 2. Testing functions.
Table 2. Testing functions.
FunctionFunction ExpressionIntervalGlobal Minimum ValueDimension D
F 1 20 exp 0.2 1 D i = 1 D x i 2 exp 1 d i = 1 D cos 2 π x i + 20 + exp 1 (−32.768, 32.768)030
F 2 10 D + i = 1 D x i 2 10 c o s 2 π x i (−5.12, 5.12)030
F 3 i = 1 D x i 2 4000 i = 1 D c o s x i i + 1 (−600, 600)030
F 4 100 x 2 0.01 x 1 2 + 0.01 x 1 + 10 x 1 15 , 5   x 2 3 , 3 0300
F 5 ( x 2 + 47 ) sin x 2 + x 1 / 2 + 47 x 1 sin x 1 x 2 + 47 x 1 512 , 512   x 2 512 , 512 −959.6407300
F 6 0.5 + s i n 2 x 1 2 x 2 2 0.5 / 1 + 0.001 x 1 2 + x 2 2 2 x 1 100 , 100   x 2 100 , 100 0300
Table 3. Algorithms’ performance.
Table 3. Algorithms’ performance.
Functions F 1 F 2 F 3 F 4 F 5 F 6
Algorithms
IQGAOptimum value8.88 × 10 16 000.02−895.090
Average value8.88 × 10 16 000.05−888.635.17 × 10 3
Average gap8.88 × 10 16 000.0571.055.17 × 10 3
Running time (s)7.628.176.0747.3135.4434.15
FWAOptimum value2.93 × 10 14 00.010.04−857.100.50
Average value3.34 × 10 5 3.84 × 10 5 0.033.95−850.030.50
Average gap3.34 × 10 5 3.84 × 10 5 0.033.95109.610.50
Running time (s)5.434.965.9446.3840.2749.98
WOAOptimum value4.44 × 10 15 000.05−793.600
Average value1.90 × 10 12 0.534.60 × 10 3 0.05−740.690.33
Average gap1.90 × 10 12 0.534.60 × 10 3 0.05218.950.33
Running time (s)5.1134.93316.5010.1610.9211.04
IWOOptimum value2.06 × 10 4 1.82 × 10 7 0.403.6 × 10 3 −701.070.50
Average value7.410.408.340.34−523.870.50
Average gap7.410.408.340.34435.770.50
Running time (s)2.513.317.2331.4830.7452.35
GWOOptimum value4.44 × 10 15 000.90−880.870
Average value2.25 × 10 15 1.30 × 10 5 9.49 × 10 3 2.72−869.420.14
Average gap2.25 × 10 15 1.30 × 10 5 9.49 × 10 3 2.7290.220.14
Running time (s)3.432.735.5234.5743.0824.25
QGAOptimum value4.11 × 10 4 1.81 × 10 7 1.35 × 10 5 0.08−875.081.09 × 10 9
Average value1.34 × 10 3 3.82 × 10 5 7.60 × 10 4 0.30−835.092.44 × 10 7
Average gap1.34 × 10 3 3.82 × 10 5 7.60 × 10 4 0.30124.552.44 × 10 7
Running time (s)5.539.526.1340.1228.6433.16
Table 4. Optimization results for different power chargers.
Table 4. Optimization results for different power chargers.
μ Optimization Solution (Number of CSs/Number of Chargers) f 1 f 2 f 3 f 4 Total Cost
1210/23,200247.3219.94723.09536.29
295/15,500144.9123.753.0131.81353.42
365/12,60016114958.3437.7406.04
445/9340173.5155.271.6551.42451.77
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Hu, D.; Li, X.; Liu, C.; Liu, Z.-W. Integrating Environmental and Economic Considerations in Charging Station Planning: An Improved Quantum Genetic Algorithm. Sustainability 2024, 16, 1158. https://doi.org/10.3390/su16031158

AMA Style

Hu D, Li X, Liu C, Liu Z-W. Integrating Environmental and Economic Considerations in Charging Station Planning: An Improved Quantum Genetic Algorithm. Sustainability. 2024; 16(3):1158. https://doi.org/10.3390/su16031158

Chicago/Turabian Style

Hu, Dandan, Xiongkai Li, Chen Liu, and Zhi-Wei Liu. 2024. "Integrating Environmental and Economic Considerations in Charging Station Planning: An Improved Quantum Genetic Algorithm" Sustainability 16, no. 3: 1158. https://doi.org/10.3390/su16031158

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop