Next Article in Journal
Integrating a Heat Sink into Concentrated Wound Coils to Improve the Current Density of an Axial Flux, Direct Liquid Cooled Electrical Machine with Segmented Stator
Next Article in Special Issue
An Optimal Energy Management System for University Campus Using the Hybrid Firefly Lion Algorithm (FLA)
Previous Article in Journal
The Importance of Optical Fibres for Internal Temperature Sensing in Lithium-ion Batteries during Operation
Previous Article in Special Issue
Techno-Economic Analysis for the Optimal Design of a National Network of Agro-Energy Biomass Power Plants in Egypt
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Metaheuristics and Transmission Expansion Planning: A Comparative Case Study

1
Electrical Engineering Department, Engineering Faculty, Razi University, Kermanshah 67144-14971, Iran
2
Young Researchers and Elite Club, Kermanshah Branch, Islamic Azad University, Kermanshah 67189-97551, Iran
3
Institute for Research in Technology, Universidad Pontificia Comillas, 28015 Madrid, Spain
*
Author to whom correspondence should be addressed.
Submission received: 24 March 2021 / Revised: 4 June 2021 / Accepted: 15 June 2021 / Published: 17 June 2021
(This article belongs to the Special Issue Design and Optimization of Sustainable Energy Systems)

Abstract

:
Transmission expansion planning (TEP), the determination of new transmission lines to be added to an existing power network, is a key element in power system planning. Using classical optimization to define the most suitable reinforcements is the most desirable alternative. However, the extent of the under-study problems is growing, because of the uncertainties introduced by renewable generation or electric vehicles (EVs) and the larger sizes under consideration given the trends for higher renewable shares and stronger market integration. This means that classical optimization, even using efficient techniques, such as stochastic decomposition, can have issues when solving large-sized problems. This is compounded by the fact that, in many cases, it is necessary to solve a large number of instances of a problem in order to incorporate further considerations. Thus, it can be interesting to resort to metaheuristics, which can offer quick solutions at the expense of an optimality guarantee. Metaheuristics can even be combined with classical optimization to try to extract the best of both worlds. There is a vast literature that tests individual metaheuristics on specific case studies, but wide comparisons are missing. In this paper, a genetic algorithm (GA), orthogonal crossover based differential evolution (OXDE), grey wolf optimizer (GWO), moth–flame optimization (MFO), exchange market algorithm (EMA), sine cosine algorithm (SCA) optimization and imperialistic competitive algorithm (ICA) are tested and compared. The algorithms are applied to the standard test systems of IEEE 24, and 118 buses. Results indicate that, although all metaheuristics are effective, they have diverging profiles in terms of computational time and finding optimal plans for TEP.

1. Introduction

The increase in renewable power share and emerging elements, such as electric vehicles (EV) or energy storage, have created new challenges for planners and operators [1,2]. One of these key technologies is wind energy, which is growing steadily. However, wind power plants are generally built far away from demand centers, which calls for the installation of network reinforcements to be able to integrate this new production method. A transmission system is also key to optimize the use of non-dispatchable generation in general, as it can integrate systems across regions and supports efficient cross-border flows; transmission expansion planning determines the location, features, and timing of new transmission lines to supply system requirements. By considering load growth and demand forecasting, these conditions aim to minimize the investment and operational costs as well as supply electrical loads in the studied time period in a reliable and economical manner [3,4]. TEP becomes a more challenging endeavor in the presence of highly renewable shares, and, in particular, of wind energy [5,6,7], and the complexity of the problem grows [5,8].
Some recent works include, for instance, a stochastic framework incorporating wind and solar energy sources is presented in [9].
The main techniques applied to TEP are the following:
  • Mathematical optimization generally finds the best expansion plan with an optimality guarantee, which metaheuristics cannot offer [10]. These methods include LP [11,12,13], NLP [14], MIP [15,16], DP [17], and Benders decomposition [18]. In this regard, Wang et al. [19] proposed a multi-stage TEP based on the deep Q-network (DQN) algorithm, by considering the construction sequence of transmission lines and using a prioritized experience replay (PER) strategy. In the suggested method, the flexibility, reliability, and economy of the expansion plans are mentioned, and the fault severity of the equipment is molded by applying the Monte Carlo method on the IEEE 24-bus reliability test system. The economic impacts of battery energy storage systems (BESS) in TEP are modeled in [20], based on using a MIP to maximize the benefits and minimize the operational restrictions of the power flow in a transmission system. The simulation case study on the Garver 6-node test system is addressed through the suggested model advantages. Han et al. [21] proposed MIP multistage stochastic programming for the TEP in the presence of uncertain demand, using dual decomposition, and by applying the branch-and-bound algorithm. The obtained results on the IEEE 30-bus network were reported and investigated. In [22], the uncertainty in different scenarios of load, fuel cost, and generation were modeled in TEP using the Kantorovich distance of social welfare distributions. The U.S. Eastern and Western Interconnections were selected as the case study, and the results were demonstrated.
  • Heuristic and metaheuristic methods are based on the gradual evolution of a solution. These methods usually provide better performance and solutions of a high quality in a short computational time, albeit without an optimality guarantee. This has motivated the application of metaheuristics to complex real-world problems that cannot be solved using mathematical methods. Some specific examples that have been applied to TEP are GA [23,24], TS [25], ICA [3], GRASP [26], SA [27], swarm intelligence (SI) [28], ACO [29], DE [30], CHA [31], AIS [32], SFLA [33], SSA [34], AMOEA [35], and NSGA II [36]. Although most cases have demonstrated a good performance, in some cases, they have been shown to return local optima instead of the global optimums [37,38].
Although TEP is a design problem (and solved offline), it is important to solve it quickly because of one main reason: it is not usually solved once, but rather it is solved many times. First, as explained in [4], the usual practice involves readapting the problem many times to avoid ACLF infeasibilities. Then, the sizes of the problems to solve in the near future are expected to surge due to uncertainty (there are more scenarios) and the integration of markets (there are more nodes). As soon as a problem grows, the computation time increases exponentially. In this context, it becomes important to be time efficient; as such, there has been a wide array of literature exploiting, for instance, decomposition techniques applied to TEP problems (Reference [39] is recommended). This is why choosing an efficient method can be vital for network studies and is the motivation of this paper.
Some recent works include, for instance, a stochastic framework incorporating wind and solar energy [9]. In addition, different approaches have been proposed for modeling the wind, load, and EVs uncertainties in TEP problems. Some recent studies model the effects of wind uncertainty, as well as EVs, by applying the response program to the load [5], analyzing the effects of uncertainty in wind power and load [3,40,41,42], modeling the load correlation using unscented transformation [43], and studying the uncertainties in predicted load demand and N-K contingencies [44]. Wind and load uncertainties have been modeled using the PDF method [3,6], the successive approximation method [45], the probabilistic clustering method [37,40], and scenario reduction methods [41,44]. In addition to the effect of wind and load uncertainty, the effect of other uncertainty factors, such as the forced outage rate of transmission lines, generator, and wind speed correlation at wind farms have also been modeled [42].
Although a long list of metaheuristics has been applied to TEP in the literature, this has happened in a disparate way and often using unfair comparisons that present well-optimized methods against the most basic versions of existing ones. However, a comparison of metaheuristics in a fair setting, on exactly the same case studies, with similarly tuned parameters and on the same hardware was necessary. This comparison was missing from the literature and is the main contribution of this work. In addition, many emergent metaheuristics have not yet been tested on the TEP problem, and this paper provides a novel application for them.
In addition, a version of the problem with uncertain wind energy, demand, and EVs is considered. Then, a relatively long list of metaheuristics (GA, OXDE, GWO, MFO, EMA, SCA, and ICA) for TEP is compared. Some of these metaheuristics, such as OXDE, GWO, MFO, and EMA, have not been previously applied to TEP.
The paper is organized as follows: In Section 2, probabilistic modeling is discussed. Section 3 deals with the probabilistic objective function. Section 4 presents the applied algorithms, some of them being relatively little known. In Section 5, the results are presented. Section 6 provides an analysis of results and the final section presents the conclusions.

2. Methods/Models

This section describes the model used to model wind power, EVs, and the optimization of the TEP problem.

2.1. Power System Probabilistic Modeling

2.1.1. The Output Power of Wind Power Plant

The power generated by a wind turbine can be approximately modeled using Equation (1) [6,46]:
P t = { 0                                                       0 V V c i P r V V c i V r V c i             V c i V V r P r                                                       V r V V c o 0                                                                       V V c o
The wind turbine output distribution can be explained through Equation (2) [6,46]:
f X = F z e r o                       x = 0               g x                   0 x P r a t e F r a t e                 x = P r a t e 0                                 o t h e r w i s e
In which g x is a fitted polynomial using discrete sampling.

2.1.2. Load Probabilistic Modeling in the Presence of EVs

The penetration of EVs at different hours of the day causes serious and adverse changes to the system load curve and leads to an extra load in the system [1]. In this case, some values are produced based on probabilistic distribution functions. Then, 10,000 samples are taken using Monte-Carlo simulation to evaluate each solution. The total average weight of the output values can be obtained using Equation (3) as the best estimate of the probabilistic load.
E X = i = 1 n x i P i

2.2. Mathematical Formulation

In the proposed method, TEP is formulated as the minimization of the sum of the investment cost in new lines (Equation (4)), which include generation costs and possibly penalties for non-supplied energy (NSE). As in most applications of TEP using optimization [4], a DCPF is applied for implementation, which has been acknowledged as a good balance between accuracy and computational complexity.
Constraints (5) to (9) add the demand balance and the DCLP laws, as well as the capacity limits for transmission and generation [3,47,48]:
f x = M i n   i , j = 1 n C l i j N i j
s f + g = d
f i j γ i j N i j 0 + N i j θ i θ j = 0         i , j L
f i j N i j 0 + N i j f ¯ i j           i , j L
0 N i j N ¯ i j   i , j L
0 g g   ¯        
Constraint (5) presents the power balance in each node. It models Kirchhoff’s current law (KCL) in the equivalent DC network. Constraint (6) describes Ohm’s law for the equivalent DC network by considering Kirchhoff’s voltage law (KVL). All of these equations are nonlinear [3,47,48].

2.3. Proposed Algorithms

This section describes the applied algorithms, which are GA, ICA, OXDE, GWO, MFO, EMA, and SCA. GA and ICA are considered widely known, so this section will focus on the others algorithms. These descriptions will be very brief, but more information is available to interested reader in the included references.

2.3.1. OXDE

OXDE is a method based on gradual orthogonal crossover combination to improve the ability of the DE algorithm. DE was first proposed in 1995 [49,50]. This algorithm is based on the evolution of a population of solutions and includes two stages of initialization and evaluation.
The crossover operator in this algorithm is a discrete combination of a test vector U i t and parent vector X i t , which produces child X i t , as follows:
X i t = U i j t               i f   j J X i j t         o t h e r w i s e
In this equation, X i j refers to the i-th element of vector X i j t and J is a set of crossover points that are changed. In this method, a lookup range was first created as per Relation (11) by determining the minimum and maximum range of solutions.
l i , j = m i n e i ,   g i + j 1 Q 1 . m a x e i ,   g i m i n e i ,   g i ,             j = 1 , , Q
For this purpose, a combination of QOX with DE was used in the OXDE algorithm [51]. The main difference between OXDE and DE lies in its random selection, X i , G . Thus, in each generation, QOX is applied to X i , G   to produce vector v . In this case, the ability to lookup for the optimal solution was strengthened.

2.3.2. GWO Algorithm

The GWO algorithm is a metaheuristic algorithm that models the hierarchical structure and social behavior of wolves at the time of hunting [52]. This algorithm is based on an initial population and four types of gray wolves α , β , δ , and ω , simulating the leadership hierarchy in which three steps of hunting, searching for the bait, surrounding the bait, and attacking the bait, are mimicked. Optimization is done using the movement pattern of wolves α , β , and δ . Wolf α is the main leader of the algorithm, while wolf β and wolf δ are also involved and the other wolves are considered their followers. Modeling the process of surrounding the bait is done using Equations (12) and (13).
D = C . X p t X t
X t + 1 = X p t A . D
where, A and C are coefficients vectors, X p is the bait location vector, X is the location of each wolf, and t is the number of iterations. The vectors of coefficients A and C are calculated as follows:
A = 2 a . r a
C = 2 r 2
Component a reduces linearly from 2 to 0 during successive iterations, while r and 2 r are random vectors in the range of (0, 1). In fact, wolves α , β , and δ estimate the bait location. The other wolves update their location randomly around the bait.

2.3.3. MFO Algorithm

MFO was proposed in 2015 [53] and is based on the behavior of moths around a candle light. In this algorithm, it is assumed that candidate solutions of moths are the variables of their location in a lookup space. Thus, moths can move in a multi-dimensional space by changing in their location vectors. The mechanism of updating the location of a moth around the candle is considered as a logarithmic spiral. The starting point is the moth and the ending point is the candle (as the optimal solution). This logarithmic space was considered as the following equation so that moths do not exit the lookup space while moving:
S M i , F j = D i . e b t . cos 2 π t + F j
where D shows the vector between moth I and candle j; b is a constant number to define the logarithmic spiral; and t is a random number in the range of (−1, 1). Vector D is defined as:
D i = F j M i
where M i shows the i-th moth and F j is the j-th candle. As value t in Equation (16) approaches –1, the moth finds a better location than the candle (the optimal solution).

2.3.4. EMA

EMA is a new optimization algorithm introduced in 2014 [54]. It models the performance of a stock exchange. The behavior of exchange market shareholders with their high, average, and low asset values is evaluated and these characteristics are used in the proposed algorithm. There are two market modes in iterations and, after each market mode, the fitness of shareholders was studied to be ranked based on their assets value. After the end of each market mode, the initial, middle and final shareholders of the population were recognized as the shareholders of group 1, group 2 and group 3. The subjects of group 1 had no tendency to exchange in any iteration while the shareholders of groups 2 and 3 exchanged stocks with separate relations. In the case of market balance mode, the algorithm absorbs shareholders to the elite, and, in the case of market fluctuations mode, the algorithm has the task of looking up for better solutions. This algorithm has two operators (the shareholders of groups 2 and 3) of the absorber and two operators of the searcher in the modes of markets including fluctuations and balance conditions. Some useful descriptions regarding this algorithm can be found in [54].

2.3.5. SCA Algorithm

The SCA algorithm was presented in 2015 [55]. In this algorithm, a mathematical model based on sin and cos functions is used for minimizing a solution. This algorithm begins by using a set of random numbers as the initial population. The location of particles is expressed by Equations (18) and (19):
X i t + 1 = X i t + r 1 × s i n r 2 × r 3 P i t X i t
X i t + 1 = X i t + r 1 × c o s r 2 × r 3 P i t X i t
where X i is the location of particles in the i-th dimension and j-th iteration. These two equations are combined as:
X i t + 1 = X i t + 1 = X i t + r 1 × sin r 2 × r 3 P i t X i t ,         r 4 < 0.5 X i t + 1 = X i t + r 1 × cos r 2 × r 3 P i t X i t ,         r 4 0.5
where r 1 determines the dimension of the lookup space (range of solutions); r 2 determines the range of movements towards the optimal solution; r 3 presents the weight factors of particles in moving towards the optimal point; and r 4 describes the amount of displacement between sin and cos in Equation (20). Since each algorithm should establish a balance between the obtained solutions for finding the optimal point, in this algorithm, Equation (21) was used to establish the balance between Equations (18) and (19).
r 1 = a t a T
In which t is the i-th iteration of the algorithm, T is the total number of iterations, and a is a constant.

2.4. Problem Solving Flowchart

The general flowchart of the problem-solving process for the presented algorithms is shown in Figure 1.

3. Simulation and Results

The case studies were solved using the proposed algorithms in MATLAB 7 with a computer with 3.4 GHZ processor and 1.5 GB RAM applying DCPF. It was assumed that systems will develop for the next 15 years on conditions of steadily increasing the load up to 3× the initial value in a 15-year time horizon. This very steep increase in load was assumed in order to force the problem of needing many reinforcements, which generally means a higher computational burden. This means that the results will be more interesting to extract conclusions applicable to cases with growing complexity that motivate this paper.
The system data are extracted from Reference [3]. The applied control parameter data of the proposed algorithms are presented in Table 1. It should be noted that, in the proposed strategy, the N-1 constraint, for line and generator outages, is applied using Monte-Carlo sampling. This constraint means that no area will be islanded in the case of failures.
Tuning parameters requires accurate knowledge of the algorithm and the random search process of the problem-solving space at the time of problem-solving. In general, there is no proven and recommended method for determining the optimal values of parameters due to the random nature of the algorithms. Therefore, in this paper, in order to determine the control parameters, an iteration-based method (30 repetitions for each algorithm) and the Taguchi method [56] were applied.

3.1. The Studied Systems

In this section, the proposed algorithms were implemented on standard IEEE-RTS 24-bus and IEEE118-bus systems at the base mode without considering the load and wind uncertainty (including EVs). In these comparisons, the parameters of the proposed algorithms were selected after several iterations and trials, such as the ones shown in Table 1. The obtained results are presented in Table 2 and Table 3. Figure 2 and Figure 3 show the convergence results of each algorithm. The total power and loads of the studied systems in a 15-year time horizon equaled 10,215 and 8550 MW for the 24-bus system and 11,148 MW and 1998.4 MW for the 118-bus system, respectively [3].
It should be noted that the investment cost of candidate transmission lines in all routes, for all cases and scenarios, is considered to be 1 M$/mile. However, in the IEEE-RTS 24-bus system, this parameter is considered to be equal to 2, 2, 4.23 and 2 M$/mile for lines 13-14, 14-23, 16-23 and 19-23, respectively [3].
In Table 2, regarding the optimal results for the 24-bus network, all of the algorithms resulted in the same optimal solution according to the network conditions (this case is provided as a criterion for the initial tests of the proposed algorithms). According to these results, the initial parameters of all algorithms were well adjusted and the same optimal results were proposed in terms of the number of candidate lines, their locations and investments costs. Only in the obtained results from the OXDE algorithm was there a difference with other algorithms in terms of the location of one of the new candidate lines, but it was the same in terms of investment costs. These results showed the ability of all the proposed algorithms to solve the TEP problem in the initial network conditions. However, this trend is different in Table 3, for the 118-bus network, due to the larger network size and the increase in the number of decision variables of the algorithms.
As shown in Table 2 and Table 3, the results indicate that all proposed algorithms had a good performance in solving the TEP discrete problem in small-sized networks. In comparison with the ICA algorithm in Reference [3], where the results were compared with the results of other metaheuristic algorithms, similar results were achieved. However, the GWO and SCA algorithms, and at the next stage OXDE algorithm, had better performances when applied to larger and practical networks; the reason for this was the better global search of these algorithms.

3.2. Considered Scenarios

The cases were studied for the following three scenarios.
  • First scenario: The corrected system considering uncertainty in wind power plants.
  • Second scenario: The corrected system considering uncertainty in the loads connected to buses without generators due to load uncertainty, and EVs equal to 10% of the total loads connected to the system.
  • Third scenario: The corrected system considering uncertainty in the wind energy, load, and EVs (in non-generation buses).
Then, the cases were implemented on the 24- and 118-bus systems to study the effects of different operating conditions in addition to the system’s base mode. The corrected IEEE-RTS 24-bus system is based on Figure 4. This system was corrected in buses 1 and 15, adding 2 wind farms with capacities of 180 MW (with characteristics of V c i = 4 , V r = 10 , and V c o = 22 m/s at average wind speed of 5.4 m/s) [6]. The corrected IEEE 118-bus system was changed for buses 36, 69, and 77, adding three wind farms with capacities of 250, 180, and 100 MW, respectively [3,57]. In these systems it was assumed that EVs in non-generation buses are connected and that the charges equaled 10% of the total system loads.

3.3. Simulation and Results

The results obtained from optimizing the proposed algorithms are categorized and presented in the studied scenarios on the 24- and 118-bus systems as follows:

3.3.1. First Scenario

The results obtained from this scenario, applying the proposed algorithms, are presented in Table 4 and Table 5. In addition, Figure 5 and Figure 6 depict the convergence results of each algorithm to solve the first scenario.

3.3.2. Second Scenario

The results obtained from this scenario, applying the proposed algorithms, are presented in Table 6 and Table 7. In addition, Figure 7 and Figure 8 depict the convergence results of each algorithm to solve the second scenario.

3.3.3. Third Scenario

The results obtained from this scenario, applying the proposed algorithms, are presented in Table 8 and Table 9. In addition, Figure 9 and Figure 10 depict the convergence results of each algorithm to solve the third scenario.

4. Empirical Results

The performances of the proposed algorithms are categorized as follows:

4.1. The Number of Iterations

As metaheuristics are affected by the random evolution of an algorithm, case studies have been solved for a series of simulations. For this purpose, each optimization algorithm was implemented, separately, several times. Based on the results, it can be stated that OXDE, GWO, and EMA obtained the optimal solution in at least five separate iterations. However, the MFO algorithm, and in particular SCA, obtained the optimal solution in at least 10–15 separate iterations.

4.2. Convergence in Finding Optimal Solution

In the IEEE 24-bus system, it can be stated that OXDE, GWO, MFO, and EMA algorithms converged to the optimal solution. However, in the 118-bus system, this was not true. Only GWO and SCA converged to the optimal solution. This is depicted in Figure 11 and Figure 12.

4.3. In Terms of Implementation Time

Figure 13 shows the implementation time related to the 24-bus system and Figure 14 shows the 118-bus system. The GWO and OXDE algorithms have higher speeds in obtaining optimal solutions (while being applied to different systems) than the other proposed algorithms.

4.4. Wilcoxon Signed-Rank Test

Some statistical analyses were performed on the obtained results using simulations to measure the performance of different algorithms, OXDE, GWO, MFO, EMA and SCA. For this purpose, the Wilcoxon signed-rank test was used. This test is used to examine two dependent samples or to match two samples to determine the significant differences of different algorithms. If an algorithm establishes a statistical significance by providing sufficient evidence against the null hypothesis, then it will be considered a strong algorithm [58]. In the Wilcoxon signed-rank test, a probability (p-value) less than 0.05 indicates the reality of the observed difference and is considered as a difference due to chance, randomness, or sample error. The statistical significance shows the extent to which statistical findings may be the result of chance and accident. If the data are in the range of 95% of the samples and the null hypothesis is correct, then the statistical samples are not significant at the 5% level and the null hypothesis is not rejected. If the data sample are at the outer 5% range of the samples, then the sample does not seem to support the null hypothesis. In this case, the opposite hypothesis is usually accepted, the null hypothesis is rejected, and the statistical findings are meaningful [58,59].
Figure 15 depicts this concept, in which the blue line is the probability distribution for the test statistics, the critical region is the set of values to the right of the observed data point and the p-value is highlighted.
Table 10 presents the p-values obtained using the Wilcoxon signed-rank test with a marked rank. As is clear from the results, the p-value obtained was much less than the desired value of 0.05 and proves the statistical significance of the obtained results.

5. Discussion

This paper compared the performance of several metaheuristics, OXDE, GWO, MFO, EMA, SCA, and ICA [3], in solving TEP problem in the presence of uncertainty in power generation by wind power plants, as well as demand and EVs, as one of the consumers with higher uncertainty.
All the metaheuristics studied were able to find the optimal solution as identified by classical optimization (MIP). According to the obtained results, the performances of GWA and OXDE were remarkably robust. The exploration factor indicated the generality of the search area and the extraction parameter described the ability to find better solutions around a specific solution. The exploration operation searches for new, better solutions. Extraction follows small and important changes to the current solution. This theorem was well defended in the case of the OXDE algorithm for the two case studies, using the IEEE 24 and 118 buses, in which the algorithm was able to achieve higher-quality solutions, regardless of the number of problem variables. The remaining algorithms were considerably slower across the case studies, with ICA and EMA performing considerably worse. Of course, the important factor about metaheuristic algorithms is that they do not provide completely definite results for use, an issue that needs to be improved by other researchers.

6. Conclusions

The exercise carried out in this paper has allowed to compare several metaheuristic algorithms when solving TEP in terms of variability, convergence, and computation time. Most metaheuristics were acceptable in terms of both total cost and computation time, with some exceptions, such as ICA and MFO, which performed worse in the large case studies. The rest of the algorithms performed acceptably well, with OXDE, for instance, displaying a robust performance across case studies, consistently avoiding local optima. Metaheuristics can be a good additional tool in the arsenal for solving TEP problems, even when combined with mixed-integer programming or heuristic methods. When solving complex problems, having a diversity of tools is key, and considering metaheuristics increases the options for solving the TEP problems effectively and efficiently.

Author Contributions

All the authors contributed effort to complete the paper. H.A. prepared, and analyzed the data; M.M. simulated and investigated the data, and S.L. prepared and supervised the research plan as well as improved the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

TEPTransmission expansion planning
EVsElectrical vehicles
OXDEOrthogonal crossover based differential evolution
GWOGrey wolf optimizer
MFOMoth–flame optimization
EMAExchange market algorithm
SCASine cosine algorithm
ICAImperialistic competitive algorithm
LPLinear programming
NLPNonlinear programming
MIPMixed integer programming
DPDynamic programming
GAGenetic algorithm
TSTabu search
GRASPGreedy randomized adaptive search procedure
SASimulated annealing
SISwarm intelligence
ACOAnt colony optimization
DEDifferential evolution
CHAConstructive heuristic algorithms
AISArtificial immune systems
SFLAShuffled frog leaping algorithm
SSASocial spider algorithm
AMOEAAdaptive multi-operator evolutionary algorithms
Nomenclature
P t Wind turbine active power output variable
P r Turbine power
V c i , Low outage speed
V r Nominal outage speed
V c o High outage speed
F z e r o Probability of wind turbine zero power output
F r a t e Probability of wind turbine rated power output
g x Continuous probability density distribution of wind turbine between 0 and P r
E X The expected value of the variable
x i The value of the take
P i The probability value
C l i j Cost of a line added to the right-of-way
nNumber of nodes
sNode-branch confluence matrix
fThe vector of real current power in lines
g The vector of real power generated in buses
g ¯ The vector of maximum power generated in buses
dThe vector of forecasted consumption for buses
γ i j Susceptance of a line between nodes i-j
f i j The current power in branch i-j
N i j Number of lines added to the right-of-way
f i j ¯ The limit of current power in branch i-j
N i j 0 The number of branch initial line
N i j The number of lines added to the route i-j
N i j ¯ The maximum number of new lines for adding to branch i-j
θ i The voltage angle of bus i

References

  1. Rassaei, F.; Soh, W.-S.; Chua, K.-C. Demand response for residential electric vehicles with random usage patterns in smart grids. IEEE Trans. Sustain. Energy 2015, 6, 1367–1376. [Google Scholar] [CrossRef]
  2. Akhavan-Rezai, E.; Shaaban, M.F.; El-Saadany, E.F.; Karray, F. Online intelligent demand management of plug-in electric vehicles in future smart parking lots. IEEE Syst. J. 2015, 10, 483–494. [Google Scholar] [CrossRef]
  3. Moradi, M.; Abdi, H.; Lumbreras, S.; Ramos, A.; Karimi, S. Transmission Expansion Planning in the presence of wind farms with a mixed AC and DC power flow model using an Imperialist Competitive Algorithm. Electr. Power Syst. Res. 2016, 140, 493–506. [Google Scholar] [CrossRef]
  4. Lumbreras, S.; Ramos, A. The new challenges to transmission expansion planning. Survey of recent practice and literature review. Electr. Power Syst. Res. 2016, 134, 19–29. [Google Scholar] [CrossRef]
  5. Rathore, C.; Roy, R. Impact of wind uncertainty, plug-in-electric vehicles and demand response program on transmission network expansion planning. Int. J. Electr. Power Energy Syst. 2016, 75, 59–73. [Google Scholar] [CrossRef]
  6. Hemmati, R.; Hooshmand, R.-A.; Khodabakhshian, A. Market based transmission expansion and reactive power planning with consideration of wind and load uncertainties. Renew. Sustain. Energy Rev. 2014, 29, 1–10. [Google Scholar] [CrossRef]
  7. Ploussard, Q.; Olmos, L.; Ramos, A. An Operational State Aggregation Technique for Transmission Expansion Planning Based on Line Benefits. IEEE Trans. Power Syst. 2016, 32, 1. [Google Scholar] [CrossRef]
  8. Romero, R.; Asada, E.; Carreño, E.; Rocha, C. Constructive heuristic algorithm in branch-and-bound structure applied to transmission network expansion planning. IET Gener. Transm. Distrib. 2007, 1, 318. [Google Scholar] [CrossRef]
  9. Canizes, B.; Soares, J.; Lezama, F.; Silva, C.; Vale, Z.; Corchado, J.M. Optimal expansion planning considering storage investment and seasonal effect of demand and renewable generation. Renew. Energy 2019, 138, 937–954. [Google Scholar] [CrossRef]
  10. Ghorbani, N.; Vakili, S.; Babaei, E.; Sakhavati, A. Particle swarm optimization with smart inertia factor for solving non-convex economic load dispatch problems. Int. Trans. Electr. Energy Syst. 2014, 24, 1120–1133. [Google Scholar] [CrossRef]
  11. Leou, R.-C. A multi-year transmission planning under a deregulated market. Int. J. Electr. Power Energy Syst. 2011, 33, 708–714. [Google Scholar] [CrossRef]
  12. Garver, L.L. Transmission Network Estimation Using Linear Programming. IEEE Trans. Power Appar. Syst. 1970, 89, 1688–1697. [Google Scholar] [CrossRef]
  13. Wang, J.; Zhong, H.; Xia, Q.; Kang, C. Transmission network expansion planning with embedded constraints of short circuit currents and N-1 security. J. Mod. Power Syst. Clean Energy 2015, 3, 312–320. [Google Scholar] [CrossRef] [Green Version]
  14. Al-Hamouz, Z.M.; Al-Faraj, A.S. Transmission-expansion planning based on anon-linear programming algorithm. Appl. Energy 2003, 76, 169–177. [Google Scholar] [CrossRef]
  15. Bahiense, L.; Oliveira, G.; Pereira, M.; Granville, S. A mixed integer disjunctive model for transmission network expansion. IEEE Trans. Power Syst. 2001, 16, 560–565. [Google Scholar] [CrossRef]
  16. Mustakerov, I.; Borissova, D. Wind turbines type and number choice using combinatorial optimization. Renew. Energy 2010, 35, 1887–1894. [Google Scholar] [CrossRef]
  17. Dusonchet, Y.P.; El-Abiad, A. Transmission Planning Using Discrete Dynamic Optimizing. IEEE Trans. Power Appar. Syst. 1973, 92, 1358–1371. [Google Scholar] [CrossRef]
  18. Akbari, T.; Rahimikian, A.; Kazemi, A. A multi-stage stochastic transmission expansion planning method. Energy Convers. Manag. 2011, 52, 2844–2853. [Google Scholar] [CrossRef]
  19. Wang, Y.; Chen, L.; Zhou, H.; Zhou, X.; Zheng, Z.; Zeng, Q.; Jiang, L.; Lu, L. Flexible Transmission Network Expansion Planning Based on DQN Algorithm. Energies 2021, 14, 1944. [Google Scholar] [CrossRef]
  20. Mora, C.A.; Montoya, O.D.; Trujillo, E.R. Mixed-integer programming model for transmission network expansion planning with Battery Energy Storage Systems (BESS). Energies 2020, 13, 4386. [Google Scholar] [CrossRef]
  21. Han, S.; Kim, H.-J.; Lee, D. A Long-Term Evaluation on Transmission Line Expansion Planning with Multistage Stochastic Programming. Energies 2020, 13, 1899. [Google Scholar] [CrossRef] [Green Version]
  22. Akhavizadegan, F.; Wang, L.; McCalley, J. Scenario selection for iterative stochastic transmission expansion planning. Energies 2020, 13, 1203. [Google Scholar] [CrossRef] [Green Version]
  23. Foroud, A.A.; Abdoos, A.A.; Keypour, R.; Amirahmadi, M. A multi-objective framework for dynamic transmission expansion planning in competitive electricity market. Int. J. Electr. Power Energy Syst. 2010, 32, 861–872. [Google Scholar] [CrossRef]
  24. Maghouli, P.; Hosseini, S.H.; Buygi, M.O.; Shahidehpour, M. A Multi-Objective Framework for Transmission Expansion Planning in Deregulated Environments. IEEE Trans. Power Syst. 2009, 24, 1051–1061. [Google Scholar] [CrossRef]
  25. Wen, F.; Chang, C. Transmission network optimal planning using the tabu search method. Electr. Power Syst. Res. 1997, 42, 153–163. [Google Scholar] [CrossRef]
  26. Binato, S.; De Oliveira, G.; De Araujo, J. A greedy randomized adaptive search procedure for transmission expansion planning. IEEE Trans. Power Syst. 2001, 16, 247–253. [Google Scholar] [CrossRef]
  27. Romero, R.; Gallego, R.; Monticelli, A. Transmission system expansion planning by simulated annealing. IEEE Trans. Power Syst. 1996, 11, 364–369. [Google Scholar] [CrossRef]
  28. Jin, Y.-X.; Cheng, H.-Z.; Yan, J.-Y.; Zhang, L. New discrete method for particle swarm optimization and its application in transmission network expansion planning. Electr. Power Syst. Res. 2007, 77, 227–233. [Google Scholar] [CrossRef]
  29. Fuchs, I.; Gjengedal, T. Ant colony optimization and analysis of time step resolution in transmission expansion computations for wind power integration. In Proceedings of the 16th International Conference on Intelligent System Applications to Power Systems, Hersonissos, Greece, 25–28 September 2011. [Google Scholar]
  30. Orfanos, G.A.; Georgilakis, P.S.; Korres, G.N.; Hatziargyriou, N.D. Transmission expansion planning by enhanced differential evolution. In Proceedings of the16th International Conference on Intelligent System Applications to Power Systems, Hersonissos, Greece, 25–28 September 2011; pp. 1–6. [Google Scholar]
  31. Romero, R.; Rider, M.J.; Silva, I.D.J. A Metaheuristic to Solve the Transmission Expansion Planning. IEEE Trans. Power Syst. 2007, 22, 2289–2291. [Google Scholar] [CrossRef]
  32. Rezende, L.S.; Da Silva, A.M.L.; Honório, L.M. Artificial Immune Systems and Differential Evolution Based Approaches Applied to Multi-Stage Transmission Expansion Planning. In Proceedings of the 2009 15th International Conference on Intelligent System Applications to Power Systems, Institute of Electrical and Electronics Engineers (IEEE), Curitiba, Brazil, 8–12 November 2009; pp. 1–6. [Google Scholar]
  33. Eghbal, M.; Saha, T.; Hasan, K.N. Transmission expansion planning by meta-heuristic techniques: A comparison of Shuffled Frog Leaping Algorithm, PSO and GA. In Proceedings of the 2008 IEEE Power and Energy Society General Meeting—Conversion and Delivery of Electrical Energy in the 21st Century, Institute of Electrical and Electronics Engineers (IEEE), Pittsburgh, PA, USA, 20–24 July 2008; 2011; pp. 1–8. [Google Scholar]
  34. El-Bages, M.; Elsayed, W. Social spider algorithm for solving the transmission expansion planning problem. Electr. Power Syst. Res. 2017, 143, 235–243. [Google Scholar] [CrossRef]
  35. Da Silva, L.A.M.; Freire, M.R.; Honório, L.M. Transmission expansion planning optimization by adaptive multi-operator evolutionary algorithms. Electr. Power Syst. Res. 2016, 133, 173–181. [Google Scholar] [CrossRef]
  36. Abbasi, S.; Abdi, H. Multiobjective transmission expansion planning problem based on ACOPF considering load and wind power generation uncertainties. Int. Trans. Electr. Energy Syst. 2017, 27, e2312. [Google Scholar] [CrossRef]
  37. Ahmadi, P.; Rosen, M.A.; Dincer, I. Multi-objective exergy-based optimization of a polygeneration energy system using an evolutionary algorithm. Energy 2012, 46, 21–31. [Google Scholar] [CrossRef]
  38. Maximiano, M.D.S.; Vega-Rodríguez, M.A.; Gómez-Pulido, J.A.; Sánchez-Pérez, J.M. A new multiobjective artificial bee colony algorithm to solve a real-world frequency assignment problem. Neural Comput. Appl. 2012, 22, 1447–1459. [Google Scholar] [CrossRef]
  39. Lumbreras, S.; Ramos, A. How to solve the transmission expansion planning problem faster: Acceleration techniques applied to Benders’ decomposition. IET Gener. Transm. Distrib. 2016, 10, 2351–2359. [Google Scholar] [CrossRef]
  40. Ugranli, F.; Karatepe, E. Transmission expansion planning for wind turbine integrated power systems considering con-tingency. IEEE Trans. Power Syst. 2016, 31, 1476–1485. [Google Scholar] [CrossRef]
  41. Florez, C.A.C.; Garcia, G.A.M.; Salcedo, A.S. Expansion of Transmission Networks Considering Large Wind Power Penetration and Demand Uncertainty. IEEE Lat. Am. Trans. 2016, 14, 1235–1244. [Google Scholar]
  42. Li, C.; Dong, Z.; Chen, G.; Luo, F.; Liu, J. Flexible transmission expansion planning associated with large-scale wind farms integration considering demand response. IET Gener. Transm. Distrib. 2015, 9, 2276–2283. [Google Scholar] [CrossRef]
  43. Abbasi, S.; Abdi, H.; Bruno, S.; La Scala, M. Transmission network expansion planning considering load correlation using unscented transformation. Int. J. Electr. Power Energy Syst. 2018, 103, 12–20. [Google Scholar] [CrossRef]
  44. Hong, S.; Cheng, H.; Zeng, P. N-K Constrained Composite Generation and Transmission Expansion Planning With Interval Load. IEEE Access 2017, 5, 2779–2789. [Google Scholar] [CrossRef]
  45. Park, H.; Baldick, R. Transmission planning under uncertainties of wind and load: Sequential approximation approach. IEEE Trans. Power Syst. 2013, 28, 2395–2402. [Google Scholar] [CrossRef]
  46. Yu, H.; Chung, C.Y.; Wong, K.P.; Zhang, J.H. A chance constrained transmission network expansion planning method with consideration of load and wind farm uncertainties. IEEE Trans. Power Syst. 2009, 24, 1568–1576. [Google Scholar] [CrossRef]
  47. Romero, R.; Rocha, C.; Mantovani, J.; Sanchez, I. Constructive heuristic algorithm for the DC model in network transmission expansion planning. IEE Proc. Gener. Transm. Distrib. 2005, 152, 277–282. [Google Scholar] [CrossRef]
  48. Qiu, J.; Dong, Z.; Zhao, J.; Meng, K.; Luo, F.; Wong, K.P.; Lu, C. A low-carbon oriented probabilistic approach for transmission expansion planning. J. Mod. Power Syst. Clean Energy 2015, 3, 14–23. [Google Scholar] [CrossRef] [Green Version]
  49. Storn, R.; Price, K. Differential Evolution—A Simple and Efficient Adaptive Scheme for Global Optimization over Continuous Spaces; International Computer Science Institute: Berkeley, CA, USA, 1995. [Google Scholar]
  50. Storn, R.; Price, K.V. Differential evolution—A simple and efficient heuristic for global optimization over continuous spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef]
  51. Wang, Y.; Cai, Z.; Zhang, Q. Enhancing the search ability of differential evolution through orthogonal crossover. Inf. Sci. 2012, 185, 153–177. [Google Scholar] [CrossRef]
  52. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey wolf optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef] [Green Version]
  53. Mirjalili, S. Moth-flame optimization algorithm: A novel nature-inspired heuristic paradigm. Knowl. Based Syst. 2015, 89, 228–249. [Google Scholar] [CrossRef]
  54. Ghorbani, N.; Babaei, E. Exchange market algorithm. Appl. Soft Comput. 2014, 19, 177–187. [Google Scholar] [CrossRef]
  55. Mirjalili, S. SCA: A Sine Cosine Algorithm for solving optimization problems. Knowl.-Based Syst. 2016, 96, 120–133. [Google Scholar] [CrossRef]
  56. Nikzad, H.R.; Abdi, H. A robust unit commitment based on GA-PL strategy by applying TOAT and considering emission costs and energy storage systems. Electr. Power Syst. Res. 2020, 180, 106154. [Google Scholar] [CrossRef]
  57. Illinois Institute of Technology. Ieee 118-bus, 54-unit, 24-hour System. Available online: http://motor.ece.iit.edu/data/JEAS%20IEEE118.doc (accessed on 20 May 2021).
  58. Saha, A.; Das, P.; Chakraborty, A.K. Water evaporation algorithm: A new metaheuristic algorithm towards the solution of optimal power flow. Eng. Sci. Technol. Int. J. 2017, 20, 1540–1552. [Google Scholar] [CrossRef]
  59. McLeod, S. What a p-value tells you about statistical significance. Simply psychology, 2019. Available online: https://online210.psych.wisc.edu/wp-content/uploads/PSY-210_Unit_Materials/PSY-210_Unit09_Materials/McLeod_EffectSize_2019.pdf (accessed on 20 May 2021).
  60. Available online: https://en.wikipedia.org/wiki/Statistics (accessed on 20 May 2021).
Figure 1. Problem solving flowchart.
Figure 1. Problem solving flowchart.
Energies 14 03618 g001
Figure 2. The convergence performance for the IEEE-RTS 24-bus system.
Figure 2. The convergence performance for the IEEE-RTS 24-bus system.
Energies 14 03618 g002
Figure 3. The convergence for the IEEE 118-bus system.
Figure 3. The convergence for the IEEE 118-bus system.
Energies 14 03618 g003
Figure 4. The corrected IEEE-RTS 24-bus system.
Figure 4. The corrected IEEE-RTS 24-bus system.
Energies 14 03618 g004
Figure 5. The convergence for the IEEE-RTS 24-bus system in the first scenario.
Figure 5. The convergence for the IEEE-RTS 24-bus system in the first scenario.
Energies 14 03618 g005
Figure 6. The convergence for the IEEE 118-bus system in the first scenario.
Figure 6. The convergence for the IEEE 118-bus system in the first scenario.
Energies 14 03618 g006
Figure 7. The convergence for the IEEE-RTS 24-bus system in the second scenario.
Figure 7. The convergence for the IEEE-RTS 24-bus system in the second scenario.
Energies 14 03618 g007
Figure 8. The convergence for the IEEE 118-bus system in the second scenario.
Figure 8. The convergence for the IEEE 118-bus system in the second scenario.
Energies 14 03618 g008
Figure 9. The convergence for the IEEE-RTS 24-bus system in the third scenario.
Figure 9. The convergence for the IEEE-RTS 24-bus system in the third scenario.
Energies 14 03618 g009
Figure 10. The convergence for the IEEE 118-bus system in the third scenario.
Figure 10. The convergence for the IEEE 118-bus system in the third scenario.
Energies 14 03618 g010
Figure 11. Total costs of optimal solutions for the 24-bus system.
Figure 11. Total costs of optimal solutions for the 24-bus system.
Energies 14 03618 g011
Figure 12. Total costs of optimal solutions for the 118-bus system.
Figure 12. Total costs of optimal solutions for the 118-bus system.
Energies 14 03618 g012
Figure 13. The implementation time for the IEEE 24-bus system.
Figure 13. The implementation time for the IEEE 24-bus system.
Energies 14 03618 g013
Figure 14. The implementation time for the IEEE 118-bus system.
Figure 14. The implementation time for the IEEE 118-bus system.
Energies 14 03618 g014
Figure 15. The probability chart of statistical analysis [60].
Figure 15. The probability chart of statistical analysis [60].
Energies 14 03618 g015
Table 1. Control parameter data of the proposed algorithms.
Table 1. Control parameter data of the proposed algorithms.
AlgorithmSystemParameters
ICA24-buszeta ( ζ ) (0.05), damp ratio (0.99), revolution rate (0.2), number of empires (8), number of countries (30), number of iterations (300)
118-buszeta ( ζ ) (0.05), damp ratio (0.99), revolution rate (0.2), number of empires (5), number of countries (50), number of iterations (300)
OXDE24 and 118-busespopulation size (20), orthogonal array (Q = 3, J = 2), factor and crossover control parameter (F = CR = 0.9), number of iterations (300)
GWO24 and 118-busesnumber of search agents (30), number of iterations (300)
MFO24-busnumber of search agents (30), number of iterations (300)
118-busnumber of search agents (500), number of iterations (300)
EMA24 and 118-busesnumber of population (60), g1 = g2 = [0.1, 0.05], number of population in group 1 in non-oscillation mood (0.2 × number of population), number of population in group 2 in non-oscillation mood (0.3 × number of population), number of population in group 3 in non-oscillation mood (0.5 × number of population), number of population in group 1 in oscillation mood (0.2 × number of population), number of population in group 2 in oscillation mood (0.3 × number of population), number of population in group 3 in oscillation mood (0.5 × number of population)
SCA24 and 118-busesnumber of search agents (100), number of iterations (300)
Table 2. The results for the IEEE-RTS 24-bus system.
Table 2. The results for the IEEE-RTS 24-bus system.
FromToGAICAOXDEGWOMFOEMASCA
39-----1-
32411111-1
6102111111
781222222
9121-1 - - 1-
10121111111
1223-111111
14162111111
16171111111
1619 1 - 11-1
Lines9999999
Cost (M$)350337337337337336337
Length (Mile)350337355337337336337
Time (sec)22.324.910.408.908.4759.2814.79
Table 3. The results for the IEEE 118-bus system.
Table 3. The results for the IEEE 118-bus system.
FromToGAICAOXDEGWOMFOEMASCA
12- - 2 - - 2 -
133323323
352223323
67- - - - 2 - -
851111211
89- - - - 2 - -
212212 - 22 -
31211 - - - - -
1216- - 1 - 2 - -
8303323333
30382222222
4842- - - - 2 - -
5456- - - - 2 - -
6568- - - - 2 - -
7780- - - - 2 - -
Lines14131412291412
Cost (M$)91.1685.0794.2773.71140.5590.9773.71
Length (Mile)91.1685.0794.2773.71140.5590.9773.71
Time (sec)491.5473.3855.6052.28794.85206.65225.14
Table 4. The results for the IEEE RTS 24-bus system in the first scenario.
Table 4. The results for the IEEE RTS 24-bus system in the first scenario.
FromToGAICAOXDEGWOMFOEMASCA
151111111
3241111111
6101111111
782222222
10121111111
14161111111
15241111111
16171111111
Lines9999999
Cost (M$)332332332332332332332
Length (Mile)332332332332332332332
Time (sec)20.5625.998.549.0810.5474.7235.58
Table 5. The results for the IEEE 118-bus system in the first scenario.
Table 5. The results for the IEEE 118-bus system in the first scenario.
FromToGAICAOXDEGWOMFOEMASCA
12--1-11-
133323223
352222223
45----2--
851111111
910----2--
212211121-
31211-----
2324-----1-
8303322222
30383222212
3436----2--
3437----2--
6061----2--
6461----2--
7778----2--
108109----2--
114115----2--
Lines15131111311111
Cost (M$)96.5685.0769.7864.03112.47669.0368.67
Length (Mile)96.5685.0769.7864.03112.47669.0368.67
Time (sec)325.9662.0293.8850.95863.93175.79223.55
Table 6. The results for the IEEE-RTS 24-bus system in the second scenario.
Table 6. The results for the IEEE-RTS 24-bus system in the second scenario.
FromToGAICAOXDEGWOMFOEMASCA
121111111
6101111111
783222222
10121111111
12131111111
14161111111
16171111111
Lines9888888
Cost (M$)273257257257257257257
Length (Mile)273257257257257257257
Time (sec)24.3221.658.3115.5310.8047.3823.44
Table 7. The results for the IEEE 118-bus system in the second scenario.
Table 7. The results for the IEEE 118-bus system in the second scenario.
FromToGAICAOXDEGWOMFOEMASCA
12 - - 2 - 12 -
133323223
352222223
851111111
910 - - - - 2 - -
1112 - - - 12 - -
2121 - 2131 -
31211 - - - - -
161711 - - - - -
8303222223
30382222222
2931 - - - - 2 - -
3436- - 1 - - - -
3536 - - 1 - - - -
3437 - - - - 2 - -
4849 - - - - 1 - -
5456 - - - - 2 - -
6359 - - - - 2 - -
6364 - - - - 2 - -
6869 - - - - 2 - -
108109 - - - - 1 - -
114115 - - - - 2 - -
68116 - - - - 2 - -
Lines14121512351212
Cost (M$)97.5691.8875.9465.99132.8179.7773.71
Length (Mile)97.5691.8889.6365.99132.8179.7773.71
Time (sec)311.4933.74149.10105.74721.44173.25184.44
Table 8. The results for the IEEE-RTS 24-bus system in the third scenario.
Table 8. The results for the IEEE-RTS 24-bus system in the third scenario.
FromToGAICAOXDEGWOMFOEMASCA
151111111
6101111111
782222222
9111111111
10121111111
14161111111
16171111111
Lines8888888
Cost (M$)260260260260260260260
Length (Mile)260260260260260260260
Time (sec)24.424.48.449.808.3857.0821.50
Table 9. The results for the IEEE 118-bus system in the third scenario.
Table 9. The results for the IEEE 118-bus system in the third scenario.
FromToGAICAOXDEGWOMFOEMASCA
12--1-11-
133323223
352212112
45----2--
8511-1--1
89----1--
910----2--
212--1-21-
312111--1-
12142-2--1-
12161-1----
1415----2--
1517----1--
1617-1-- --
8301222222
30382211111
3536----3--
5456----2--
5556----1--
6061----1--
6364----2--
6869----2--
6881----1--
108109----2--
114115----2--
68116----2--
Lines131212935109
Cost (M$)93.4391.8873.9852.47141.42673.9852.47
Length (Mile)93.4391.8889.3952.47141.42673.9852.47
Time (sec)389.2656.8996.1949.99849.88173.85205.30
Table 10. The results of the p-value in the Wilcoxon signed-rank test.
Table 10. The results of the p-value in the Wilcoxon signed-rank test.
Test SystemScenarioICAOXDEGWOMFOEMASCA
IEEE 24-bus system11.272 × 10−644.7131 × 10−552.4524 × 10−587.8016 × 10−543.3153 × 10−596.7927 × 10−54
24.1495 × 10−524.3037 × 10−561.2041 × 10−585.1854 × 10−511.6555 × 10−522.1612 × 10−51
34.1875 × 10−521.118 × 10−566.4352 × 10−582.266 × 10−519.1537 × 10−561.9928 × 10−51
IEEE 118-bus system17.0049 × 10−524.1162 × 10−515.4061 × 10−536.0229 × 10−515.2716 × 10−522.0449 × 10−54
28.8571 × 10−565.1188 × 10−512.934 × 10−526.0497 × 10−513.8101 × 10−518.3324 × 10−58
31.5863 × 10−552.4559 × 10−519.7787 × 10−546.0266 × 10−512.7647 × 10−528.6361 × 10−53
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Abdi, H.; Moradi, M.; Lumbreras, S. Metaheuristics and Transmission Expansion Planning: A Comparative Case Study. Energies 2021, 14, 3618. https://0-doi-org.brum.beds.ac.uk/10.3390/en14123618

AMA Style

Abdi H, Moradi M, Lumbreras S. Metaheuristics and Transmission Expansion Planning: A Comparative Case Study. Energies. 2021; 14(12):3618. https://0-doi-org.brum.beds.ac.uk/10.3390/en14123618

Chicago/Turabian Style

Abdi, Hamdi, Mansour Moradi, and Sara Lumbreras. 2021. "Metaheuristics and Transmission Expansion Planning: A Comparative Case Study" Energies 14, no. 12: 3618. https://0-doi-org.brum.beds.ac.uk/10.3390/en14123618

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