A REVIEW8Papadimitrakis
A REVIEW8Papadimitrakis
A R T I C L E I N F O A B S T R A C T
Keywords: A multitude of optimization tasks ensue in the context of the smart grid, often exhibiting undesirable charac
Evolutionary computation teristics like non-convexity, mixed types of design variables and multiple - and often conflicting - objectives.
Metaheuristic search These tasks can be broadly categorized into three classes of problems, namely optimal power flow (OPF),
Optimal power flow
scheduling and planning. Metaheuristic search methods form a generic class of optimization techniques, that
Optimization
have been shown to work successfully for complex problems. Not surprisingly, they have been widely applied in
Planning
Scheduling the smart grid, their use spanning almost every smart grid-related optimization task. In this work, we review the
Smart grid use of metaheuristic search for OPF, scheduling and planning through a unified approach, keeping in mind that
Swarm intelligence these problems share many common challenges and objectives. The use of different metaheuristic methods is
discussed extensively with regard to problem handling, multi-objective optimization performance and method
accuracy in relation to computational complexity. An attempt to arrive at quantitative conclusions is also being
made, by compiling tables which present collective results on common test grids. Lastly, the paper identifies
promising directions for future research, concerning metaheuristic search application practices, method devel
opment and new challenges that we believe will shape the future of smart grid optimization.
* Corresponding author.
E-mail address: [email protected] (A. Alexandridis).
https://doi.org/10.1016/j.rser.2021.111072
Received 11 May 2020; Received in revised form 17 March 2021; Accepted 1 April 2021
Available online 19 April 2021
1364-0321/© 2021 Elsevier Ltd. All rights reserved.
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
Table 1
Most common optimization objectives.
Optimization objective Description
reactive power demand. While these two problems share similar ob horizon boundaries, as will be discussed later.
jectives, they refer to different horizons; scheduling is oriented towards The extensive arsenal of mathematical programming tools has been
addressing the load demand using the currently available resources, put to use against some of the most challenging grid optimization
while planning forms strategic solutions in order to cope with expected problems before the smart-grid era has emerged. Indeed, standard
demands in the far future by investing in expandability, capacity and mathematical optimization methods have been implemented success
emissions control. The three problems typically span different time ho fully, including Newton, generalized reduced gradient, simplex and
rizons, as shown in Fig. 1; however, latest developments on distributed interior point methods [8–10]. However, most of these methods come
energy resources management systems (DERMS) technology [7] chal with three inherent disadvantages, namely (a) poor performance on
lenge this paradigm. In particular, DERMS functionalities allow for the non-convex optimization problems, (b) inability to handle discrete
automation of some of the smart grid tasks, thus obscuring their discrete design variables and (c) unsuitability for multi-objective problems, as
Fig. 1. The current paradigm in smart grid optimization; the three optimization problems span discrete horizon boundaries.
2
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
they cannot easily deal with discontinuous or concave Pareto fronts • Furthermore, we provide a summary of the reviewed techniques in
[11]. Unfortunately, a significant portion of the smart grid-related terms of computational complexity. The commonly reported metric
optimization problems are non-convex, multi-objective in nature and of execution time is supplanted by the total objective function (OF)
contain mixed integer and continuous design variables. Thus, it is easily evaluations until convergence. This metric, which, to the authors’
understood that nowadays, the aforementioned methods may not be the best knowledge has not been used by other reviews in the smart grid
best choice at hand. domain up to now, enables a more objective comparison. At the same
Metaheuristic methods on the other hand constitute a class of opti time, it allows conclusions to be drawn independently from factors
mization algorithms that are in principle better equipped to overcome such as type of computing platform, software and special conditions
the difficulties commonly encountered in smart grid optimization and under which each method was run.
provide better quality solutions than traditional approaches. By relying • We identify promising directions for future research on the devel
on stochastic search, they reduce the risk of getting trapped in local opment and use of metaheuristic search methods for the optimiza
minima, while the generation and evolution of multiple solutions tion problems encountered in the context of the smart grid. These
employed by most of metaheuristic methods bestows increased explo directions include improving the practices of metaheuristic search
ration capabilities. In addition, they can handle non-continuous and application, intensifying method development towards specific di
concave Pareto fronts and the population-based ones can generate rections and identifying emerging smart grid challenges that befit the
several elements of the Pareto optimal set in a single evaluation. use of metaheuristics.
Metaheuristic methods do come with disadvantages as well. The first
is their overall higher computational burden, which is very important in The structure of this work is as follows: Section 2 introduces some of
the OPF problem solution since they usually require many more function the most popular metaheuristic search methodologies that have been
evaluations than standard mathematical optimization approaches. The applied in smart grid optimization. The literature review for the OPF,
second is the absence of convergence proof for most problems. The third scheduling and planning problems is presented in sections 3-5, respec
and most persistent, is the need of complex parameter tuning; speed of tively. Section 6 contains a discussion on the literature review given in
convergence is sensitive to tuning and may require tedious trial-and- the previous sections and presents qualitative and - wherever possible -
error runs in order to evaluate the optimal parameter set. quantitative conclusions regarding the performance of metaheuristic
Notwithstanding their disadvantages (which, as will be discussed in methods. The paper concludes by identifying promising avenues for
section 6 can be often mitigated in practice), metaheuristic optimization future research.
methods have been widely employed in the smart grid. Indeed, a
plethora of successful applications have been reported in all three 2. Metaheuristic search methods
optimization problems depicted in Fig. 1. As a response to the growing
research on the application of metaheuristics, a number of survey and Metaheuristic search algorithms form a broad category of optimi
review papers appeared, focusing on the use of these methods on the zation techniques, which usually receive inspiration from natural, or
individual tasks of OPF [12–15], scheduling [16,17], or planning man-made processes. Though some of the early methods for meta
[18–20]. These reviews thoroughly cover the literature up to their heuristic search appeared near the middle of the 20th century, the last
respective publication dates and do produce interesting discussions. decades have been an era of overproduction of related works; this can be
Surprisingly though, little attempt is being made to compare the attributed to the ever-growing usage and capabilities of computing
reviewed techniques using the reported results on common benchmark systems. On the other hand, the proliferation of related papers is not
test grids. Moreover, most reviews rarely touch upon the subject of without its critics [23], who mainly focus on the absence of novelty for
computational complexity, which is of great practical importance, some of the works that rely too much on the biological metaphor, while
especially for real-time OPF implementations. neglecting the true mechanics underlying the search process.
This paper reviews the latest applications of metaheuristic optimi This section provides a brief overview of the most influential meta
zation in the optimal power flow, scheduling and planning problems. heuristic search methods, outlines their strengths and weaknesses and
The contributions of this work to the existing reviewing literature are as paves the way for the literature review on their applications in smart
follows: grid optimization tasks.
• We extend the literature review with respect to the application of 2.1. Evolutionary computation
metaheuristic search methods on the individual problems of OPF,
scheduling and planning during the last few years. More importantly, Evolutionary computation (EC) is a widely used computer science
we approach smart grid optimization as a whole, recognizing that discipline comprising methods that simulate the evolution of members
these three problems share a number of common challenges and of a population which are regarded as possible solutions to the optimi
objectives. Our approach is supported by the recent developments on zation problem. Genetic algorithms (GAs) [24] and differential evolu
DERMS and microgrid technology [21,22], which lead grid operators tion (DE) [25] comprise the two most distinctive representatives of EC,
to consider these three problems under more flexible horizon albeit a number of other EC techniques have also been proposed [26].
boundaries and in intertwined formulations. Thus, by providing a GAs are able to perform reliably and can easily collaborate with
total perspective of smart grid optimization problems, we draw existing models and systems [27], as well as integrate into hybrid ap
conclusions of universal applicability regarding the effectiveness of proaches [28]. Additionally, they are easily scalable with parallel
different metaheuristic optimization methods. implementation abilities [29,30] and they impose no restrictions on the
• We provide a comparison of the single-objective and multi-objective functions they process. Their disadvantages include increased difficulty
optimization accuracy of the reviewed metaheuristic methods based in encoding the optimization problem, as well as sensitivity to tuning
on the reported results on common testbeds such as the IEEE-30, or parameters.
the 10–100 generator test grids, wherever possible. Even though Differential evolution [31] was developed in an attempt to improve
limited comparisons are common in individual research papers, to the slow convergence of GAs. The key difference is the use of the
the authors’ best knowledge, very few papers in the reviewing self-referential mutation technique which essentially improves explo
literature have reported them collectively, much less used them to ration over GAs, based on the differences between random solution
draw qualitative conclusions of universal nature for the problems at pairs. Over the past twenty years, DE has been thoroughly studied and
hand. applied to problems of constrained optimization, parallel computation
[32] and multi-objective optimization (MOO) [25,33]. DE is robust, easy
3
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
to use and requires relatively few control variables. One major disad suitable for large-scale optimization problems as it combines the sig
vantage is the fact that the algorithm heavily relies on the tuning pa nificant advantage of reduced computational complexity with reason
rameters in order to converge efficiently. able performance in terms of accuracy, albeit it cannot compete with
population-based methods in that respect.
2.2. Swarm intelligence
3. Optimal power flow
Swarm intelligence (SI) methods exhibit characteristics found in
decentralized, self-organized groups of biological organisms. SI systems 3.1. Problem formulation
typically consist of a population of simple agents that interact locally
with each other, as well as with their environment; these interactions, The OPF problem, in its generic form, is a large-scale, non-convex,
albeit local, aim to lead to the emergence of a “smart” global behavior. mixed integer nonlinear programming (MINLP) optimization problem,
Examples of SI methods inspired by nature include ant colonies [34], belonging to the NP-hard class. This is partly owed to the nature of the
bird flocking [35], herd farming [36], beehives [37], bacterial growth design variables, which may be discrete, and to the non-continuity, non-
[38], whale hunting [39], dragonfly swarming [40] and the relation differentiability and non-convexity of the objective function. Since the
between trees and their seeds [41], while many other metaphors are mathematical formulation of the OPF is extensively presented in the
used, like the harmony search algorithm (HSA) which models the pro literature [3], this work will be confided to a brief descriptive
cess of musical improvisation [42]. introduction.
Particle swarm optimization (PSO) [43] comprises one of the most The OPF problem takes into account operational variables of the grid
important SI methodologies. PSO requires no special encoding, thus (such as voltage magnitudes and angles at every node). Τhe design
enjoying an advantage over methods like GAs in terms of easiness to use. variables generally include active and reactive power generation levels
Its simplicity, combined with effectiveness and speed, makes PSO ideal of the node, transformer tap positions, capacitor bank switch positions,
for use in applications where computational cost is a critical parameter. etc. The problem includes equality constraints, which describe the
Due to these merits, PSO has been widely used, while various modifi power flow equations and inequality constraints, corresponding to the
cations were proposed [35,44], aiming to cure its defects, which are operational and safety constraints of the system. Several techniques can
mainly associated with premature convergence. be applied to ease the optimization problem, such as conic relaxations,
A different popular SI method is the ant colony optimization (ACO). or assumptions on the differentiability and continuity of the objective
ACO has proven to be effective in solving combinatorial optimization function, e.g. ignoring valve-point effects of thermal generators [56], or
(CO) problems and has found application in a number of fields in in rounding values of reactive compensation devices to the nearest integer
dustry [45], but presents some limitations in dealing with continuous [57].
design variables. Various modifications of the original algorithm have
been reported in the literature [45–47]. 3.2. Metaheuristic methods for OPF
4
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
Swarm-based techniques that accommodate for reactive power the ED problem, involves allocating power demand to the committed
compensation variables include a variation of the original BFA that units. For this to be accomplished in an efficient way, ED is carried out
directly handles taps [70], or a WOA variant that optimizes shunt for day ahead horizon with hourly intervals. The objective function aims
compensator values in large-scale systems [71]. A variant of the water to minimize the total fuel cost as described in [16]. ED shares constraints
cycle algorithm is employed for reactive power dispatch [72], that (a) - (c) with the UC problem, using additionally the ramp rate limits.
employs a Gaussian solution mutation mechanism in order to dynami The aforementioned problems are formulated using as design vari
cally manage the trade-off between exploitation and exploration. In [73] ables the generated power, the commitment state and the on/off-service
an imperialist competitive algorithm’s (ICA) solution initializes a classic time of units. The objective is to minimize the power system operating
sequential quadratic programming method, resulting in enhanced cost, as well as the environmental cost. Other common scheduling tar
domain exploration; a tree seed algorithm (TSA) tailored towards the gets include voltage balance, storage operations scheduling and DSM.
same end, is presented in [41]. Lastly, a moth swarm algorithm (MSA) This last procedure is achieved by allocation of shifting loads, peak
and a gravitational search algorithm (GSA) are presented in [74,75] demand management and more recently, improvement of intermittent
respectively, oriented towards the ED of combined heat-power (CHP) generation balancing [85].
plants. The two methods prove to be especially adept at handling the Due to multiple requirements regarding power systems operation,
mathematical adversity of the valve-point effect, entailed in the the objectives are either extended to minimization of power losses,
modelling of CHP plants. congestion cost and ESS cost [86], or multi-objective formulation is
applied [37,87]. Recently, the increasing integration of distributed en
3.2.2. Evolutionary computation ergy resources (DERs) in power grids has led to the search of new
In [76] a large-scale-system variant of the GA method is presented. techniques for centralized management, i.e. DERMS and virtual power
The design variables are 4-bit coded and the algorithm employs an extra plants (VPPs) [88,89]. The introduction of additional variables such as
search level whenever finer resolution is required. The convergence the status of switches, amount of branch currents, reactive power of
speed of the standard GA can be increased either by initializing a feasible generators, or reliability indices is frequently necessary, leading to a
point [77], or by adaptively changing crossover and mutation proba combinatorial optimization problem [90,91]. The set of constraints may
bilities according to the population diversity [78]. Due to the inherent also be related to the specific elements of a distribution grid such as ESS,
parallelization of solutions in the DE, different transient responses of the RES, electric vehicles (EVs), etc. [44].
system can be evaluated at the same time, thus confirming the suitability
for TS-OPF [32]. 4.2. Metaheuristic methods for scheduling
In addition, DE algorithms have been found to be applicable to a
number of multi-objective problems [25,33]. A notable multi-objective 4.2.1. Swarm intelligence
DE algorithm is proposed in [79], where each ε-level of the Over the last decade, SI algorithms and especially PSO, have gained
ε-constraint method is forcedly initialized using the best previous solu great appeal in distributed networks scheduling. The problems of ED
tions, resulting in less OF evaluations. In [80] a success-history-based [44,92] and unit commitment [93] for micro grids (MGs) in presence of
adaptive DE (SHADE) adaptively changes its hyper-parameters based uncertainties from wind and solar energy, were dealt using standard
on a historical memory of successful past tunings. The method is applied PSO and recently, hybrid DE-PSO algorithms [94]. In this context,
for multi-objective OPF in the face of grid uncertainties. congestion management [86] and ED [90] are addressed by conven
tional PSO, thus achieving significant gains in ESS cost reduction and
3.2.3. Artificial immune systems improvements in load profile. Premature convergence is avoided either
AIS methods are useful candidates for OPF applications, mainly due by randomization of particle velocity [95], or by incorporation of the GA
to their low computational complexity. An AIS method with adaptive mutation process [96]. The economic dispatch of an MG in the presence
crossover rates that toggle between exploration and exploitation is of demand response programs is dealt with PSO in [97], considering
provided in [81], while in [51] an AIS algorithm uses the Jacobian of the CHP generation units as a way to increase the efficiency of the operating
power flow equations in order to improve candidate solution mutation. system. A multi-objective PSO approach is applied in [98] for a joint
In [82] a variant of the aforementioned approach, which is oriented for ED-emissions optimization, underlying the beneficial contribution of
large systems is presented. The method rejects clusters of individuals dual-mode CHP units from economical, as well as environmental aspect.
that converge on similar local optima from participating in mutation. Other PSO enhancements include: (a) altering the cost function to better
model the battery charging/discharging operations [99], (b) updating
3.2.4. Non-population based metaheuristics particle speed through quantum bit logic, thus achieving quicker
A standard TS algorithm application takes place in [54], with both convergence [100] and (c) using Gaussian mutation for the strategic
real and discrete design variables, while in [83] a version with an parameters and self-parameterization of the maximum and minimum
adaptive TS length, capable of handling polar constraints is presented. particle velocities [101]. These works aim to minimize the total costs
subject to several constraints regarding the operation of the system,
4. Optimal network scheduling units and battery.
Bio-inspired metaheuristics modified BFA [38,102] and cat swarm
4.1. Problem formulation optimization (CSO) [103], have been proposed for solving the sched
uling problem of distributed energy resources. According to Refs. [34,
The main operational goal during power generation scheduling is the 45], ACO manages to deal with DSM and optimal storage operations
continuous satisfaction of load demand without interruptions. To this scheduling based on load and renewable production forecast, respec
end, several scheduling tasks have been established, namely unit tively. The problem of ED in microgrid scale is formulated as linear
commitment (UC), economic dispatch (ED) and demand side manage programming (LP) in Refs. [104,105]. A great reduction of the total
ment (DSM). In order to achieve a reliable, as well as economic power generation cost and computation time is obtained by the so-called
supply, power system scheduling is based on the following decision- ant-lion optimization (ALO) and HSA methods, respectively. DSM [91]
making processes. Initially, the unit commitment process takes place, and ED [106] are addressed by artificial bee colony (ABC) and
which is responsible for the minimization of both fuel and start-up cost multi-dimension ICA optimizers, respectively, aiming to market clearing
[84]. The operational constraints comprise of: (a) system power balance, price minimization. Unit commitment as well as demand participation
(b) spinning reserve requirements, (c) unit minimum up and down time are investigated through shuffled frog leaping algorithm (SFLA) [107]
and (d) unit generation limits. Another decision to be made, known as and modified SFLA [108], allowing for the direct accommodation of
5
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
minimum up/downtime constraints during generating feasible solu 5. Optimal network planning
tions. In [109], the ED optimization problem considering contingency
issues is decomposed and the binary/continuous variables are handled 5.1. Problem formulation
by different versions of the firefly algorithm (FA). The same problem is
examined using grey wolf optimization (GWO) subject to emissions Planning of power systems is a complex process due to existing al
minimization [110], exhibiting notable performance and easiness of ternatives, goals, constraints and uncertainties. Typical planning issues
ramp-rate constraint handling. In a recent work [111] GWO is utilized encountered are:
for voltage control through minimization of transformer tap movements,
photovoltaic (PV) power curtailment and voltage rise/drop violations. • Power generation mix selection and sizing: the aim of this task is to
Other multi-objective swarm-based techniques that treat the afore achieve high cost-effectiveness, low environmental impact and high
mentioned objectives while accommodating for generation stochasticity reliability.
include a PSO-based method [112] and binary/real coded ABC [37]. • Siting problem: covers power sources allocation and power lines
Integrated approaches based on a modified dragonfly method [40] and a layout in order to keep quality constraints; the objective of low
natural aggregation algorithm (NAA) [113] are used to minimize the power losses is also introduced.
total system cost and the generation cost respectively. The optimal en • Reconfiguration: this procedure is primarily performed to minimize
ergy management is attempted through an enhanced version of the most losses, as well as load imbalances, ensuring at the same time a
valuable player algorithm (MVPA) [114], considering CHP units into a satisfactory voltage profile across the system.
microgrid scale.
It should be stressed that simultaneous network reconfiguration and
4.2.2. Evolutionary computation sizing of the distributed generation (DG) produces better results
A standard EC algorithm implementation for UC problem can be compared to the single approach in terms of real power losses (RPL)
found in [115] and an evolutionary lightning flash algorithm is pre [130,131] and voltage profile improvement (VPI) [132]. As it can be
sented in [87], involving non-convex and nonlinear characteristics of seen, network scheduling and planning share common aspects, both in
the objective function. DE algorithms have been applied extensively terms of optimization tasks (coordination of generating units, demand
featuring single-objective [116] and multi-objective [117] DSM opti participation) and objectives (cost, losses, emission minimization).
mization, as well as ESSM under uncertainties of RES supply and load Nevertheless, due to its intrinsic characteristics, planning is sometimes
demand [118]. Variant approaches addressing ED were also developed, oriented to long-term optimization, as it involves procedures related to
enhanced either by sequence-based mathematical-programming-based network topology and structure, like network expansion [133] and
initialization [88], or by introducing a series of operations into DE al equipment maintenance.
gorithm, such as individual ranking, population dividing and population Network planning can be formulated as a single or multi-objective
restructuring [119]. More recently, variants of EC inspired from quan problem. However, active power loss minimization is traditionally
tum bits (q-bits) have emerged, allowing the coding of all binary states considered, under the following constraints: (a) distributed generation
in a single solution vector [120,121]. The large-scale energy resource limits, (b) power injection limits, (c) power balance, (d) node voltage
scheduling problem is addressed by hybrid-adaptive differential evolu limits, (e) line current limits and (f) radiality. This problem is mathe
tion with decay function (HyDE-DF) [122], featuring the ability of matically formulated as in [18]. Numerous decision variables at the
self-tuning of parameters and fast convergence capabilities. Other EC disposal of the network operator participate in the problem formulation,
techniques incorporate local search optimizers to enhance exploitation such as: (a) real and reactive power injected by DGs, (b) voltage at
capabilities, forming memetic evolutionary algorithms [123,124]. generation buses, (c) power imported/exported from/to the main grid,
GA is intrinsically suited to solve specific classes of scheduling (d) load shedding values, (e) DG size and location, (f) investment costs
problems like UC, as it allows for simple solution coding for binary and (g) technology assets (storage, dispatchable loads, capacitors etc.)
variables [125]. A memory-based genetic algorithm (MGA) featuring
improved search capability is utilized in [24], whereas in Refs. [126, 5.2. Metaheuristic methods for planning
127], two dynamic pricing schemes are introduced for minimization of
the energy production cost. Advanced GAs have been reported to be 5.2.1. Swarm intelligence
effective in dealing with the UC problem, such as the hybridized GA-TS The mainstream of research efforts on smart grid planning deals with
employed in [28]. A GA is applied in [57] considering interruptive loads issues like optimal sizing, location, number and replacement of units, as
with uncertainties. The minimization of both operating cost and voltage well as their combinations. Similar problems are formulated as LP, or
stability index is achieved by employing a multi-objective GA [128]. MINLP and addressed using conventional PSO, or its variants, in Refs.
[134–136]; satisfactory results are reported regarding convergence
4.2.3. Artificial immune systems speed, robustness and computational effort. A two-stage method is
An efficient and complex combinatorial wind–thermal scheduling described in [137], which initially combines binary PSO together with
problem formulation is presented in [56]. This formulation features a an optimal power flow algorithm to find a feasible reconfiguration set.
reduced number of binary string variables for modelling the Then, the method dispatches reactive power by switching
start-up/shut-down status and ramp rate limits of thermal units. The already-installed capacitors to minimize their losses. Traditional PSO
maximization of profit is achieved by an AIS algorithm. and several modified approaches are introduced for network reconfi
guration along DG installation [132,138,139], or plain reconfiguration
4.2.4. Non-population based metaheuristics [140,141]. According to [142], the hybrid crow search algorithm
A TS based algorithm is proposed in [53] for day-ahead energy (CSA)-PSO is more efficient in dealing with the above issues.
consumption profile scheduling. This methodology achieves a consid Although PSO still remains the most popular among them, the list of
erable reduction in the computational complexity as compared to energy SI algorithms employed for planning is constantly growing. Coyote
consumption scheduling (ECS) algorithms. In [52], an SA method that optimization algorithm (COA) [143] and GWO [144] are applied in DER
generates only feasible neighboring solutions, thus greatly accelerating planning, presenting greater power losses reduction compared to other
UC optimization, is presented. Finally, the improved variable neigh methods such as GA and PSO. Stud krill herd algorithm (SKH) [36], as
borhood search (IVNS) algorithm, proposed in [129] for DER scheduling well as the exchange market algorithm (EMA) [145], are addressing the
including DR, appears to perform better than standard VNS and PSO problem of multiple DG allocation and sizing in radial distribution
variants. networks. Two bioinspired metaheuristics, FA and cuckoo search (CS)
6
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
Table 2
Summary of papers on optimal power flow.
# Method Objective Discrete DVs Complexity (CPU/ CPU time/ OF Systems tested Methods compared Population
DVs (max) time, comments) iteration (s) evaluationsa on (system, to size
buses)
algorithm, are combined in [146] for multi-objective planning, pro distributed generation. The problem of optimal DG [153] along with ESS
ducing a technique that has proven useful in assessing the dynamic [154] placement and sizing is dealt with dominated groups search
stability of the power system. Multi-objective allocation and sizing of DG optimization (DGSO) and inherited competitive swarm optimization
is investigated by (a) a CS algorithm that demonstrates superior (ICSO), respectively.
convergence speed [147], (b) an ALO with loss sensitivity factors
capable of handling large-scale distribution systems [148] and (c) an 5.2.2. Evolutionary computation
HSA capable of generating a more converged Pareto front approxima Evolutionary optimization approaches have been used to explore
tion than a non-dominated sorting genetic algorithm (NSGA-II) [149]. RPL minimization through optimal placement and sizing of DG [155].
The minimization of both overloads and voltage deviations is combined RPL problem is addressed in a single [26] or multi-objective optimiza
in a multi-objective framework presented in [150], where ICA is tion framework [131], using different evolutionary algorithms, namely
employed for solving the flexible alternating current transmission sys GOMEA and SPEA2, respectively. Fuzzy set theory is used to select the
tems (FACTS) allocation problem. Satisfactory results are obtained by best compromise solution in case of multiple objectives.
NAA [151] and SEUMRE [152] when applied to energy storage system A probabilistic formulation of shunt capacitor placement problem in
management (ESSM) and ESSM-DSM, respectively, considering distribution networks is followed in [156] and dealt with a GA. The
7
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
Table 3
Summary of papers on scheduling optimization.
# Method Objectives/ Complexity (CPU/time, CPU time/ OF Systems tested on Methods compared to Population
Tasks comments) iteration (s) evaluationsa size
authors in Refs. [157,158] apply a biased random-key genetic algorithm a GPU-based version utilizing minimum spanning trees to sort candidate
(BRKGA) and NSGA-II, in a multi-stage, or a multi-objective manner, in topologies [29], are applied to the DG allocation problem and achieve
order to address the network reconfiguration problem (NRP). The significant speedup. The authors of [160] propose GA for optimal DG
maximization of priority loads restoration during blackout with multiple placement and sizing, while in Ref. [161] NRP is also taken into
line faults is addressed through a self-healing scheme [159], where consideration. The crucial task of contingency planning (CP) in distri
reconfiguration is carried out using a GA. In [130] NRP, along with bution networks was studied using GAs [162], while maintaining load
selection of optimal number and size of DGs is considered. The paral balance (LB). A multi-objective GA is employed for RPL along with VPI
lelization of GAs has attracted attention lately; a multi-processor GA in distribution networks, using TOPSIS to pinpoint the compromise so
with fuzzy-adaptive rules for efficient processor data handling [30] and lution [163]. Lastly, the joint problem of DG and storage allocation is
8
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
Table 4
Summary of papers on planning optimization.
# Method Objectives/ Complexity (CPU/time, CPU time/iteration OF Systems tested on Methods compared Population
Tasks comments) (s) evaluationsa to size
considered through the prism of DSM of industrial [164] or residential the smart grid. Nevertheless, it is impossible to single out one method, or
[165] loads and is solved by a GA. even one class of methods, that performs better across all tasks, a remark
well in accordance with the “no free lunch” theorem [113]. Keeping this
5.2.3. Artificial immune systems in mind, this section provides a discussion on cross-comparisons be
Power loss reduction has been addressed with the use of AIS [50], tween metaheuristic approaches and points of superiority versus con
through optimal location and sizing of distribution static compensators ventional mathematical optimization methods, within the following
(DSTATCOM). In Refs. [49,166], AIS algorithms are applied to the lines: (a) Problem handling (i.e. how the methods cope with discrete
problem of radial distribution systems reconfiguration with respect to variables, uncertainty, constraints, etc.), (b) computational complexity
operational constraints. The same problem is solved in [167], while also with regard to accuracy and (c) multi-objective optimization perfor
taking into account generation and load uncertainties. mance. A unified approach is being followed to draw conclusions about
the three different power grid optimization problems, discussing com
5.2.4. Non-population based metaheuristics mon elements that connect them and facilitating the identification of
A number of stochastic local search metaheuristics for integrated directions for future research in the section to follow.
reconfiguration, reinforcement and extension plans of large-scale net
works, is evaluated in [168].
6.1. Problem handling
9
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
Table 5
Results on ІЕЕЕ-30 for single-objective and multi-objective OPF.
Single-objective OPF
# Method Fuel cost ($/h) Emissions (ton/h) Voltage metric Losses (MW) Function
Evaluations
Multi-objective OPF
# Method Fuel cost ($/h) Emissions (ton/h) Voltage metric Losses (MW)
Table 6
Results for single-objective day-ahead unit commitment.
# Method Fuel cost ($) Function Evaluations
10 20 40 60 80 100
10
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
11
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
12
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
13
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
future of smart grid optimization involves tightly coupled tasks [20] RezaeeJordehi A. DG allocation and reconfiguration in distribution systems by
metaheuristic optimisation algorithms: a comparative analysis. In: Proc. - 2018
under a holistic optimization framework, entailing a number of
IEEE PES innov. Smart grid technol. Conf. Eur. ISGT-europe 2018; 2018. https://
serious challenges that can be addressed successfully by meta doi.org/10.1109/ISGTEurope.2018.8571802.
heuristic optimization methods. [21] Thakar S, Vijay AS, Doolla S. System reconfiguration in microgrids. Sustain
Energy, Grids Networks 2019;17. https://doi.org/10.1016/j.segan.2019.100191.
[22] Khazraj H, Khanghah BY, Ghimire P, Martin F, Ghomi M, Da Silva FF, et al.
Declaration of competing interest Optimal operational scheduling and reconfiguration coordination in smart grids
for extreme weather condition. IET Gener, Transm Distrib 2019;13:3455–63.
https://doi.org/10.1049/iet-gtd.2019.0507.
The authors declare that they have no known competing financial [23] Sörensen K. Metaheuristics - the metaphor exposed. Int Trans Oper Res 2015;22:
interests or personal relationships that could have appeared to influence 3–18. https://doi.org/10.1111/itor.12001.
the work reported in this paper. [24] Askarzadeh A. A memory-based genetic algorithm for optimization of power
generation in a microgrid. IEEE Trans Sustain Energy 2018;9:1081–9. https://doi.
org/10.1109/TSTE.2017.2765483.
Acknowledgements [25] Pulluri H, Naresh R, Sharma V. An enhanced self-adaptive differential evolution
based solution methodology for multiobjective optimal power flow. Appl Soft
Comput J 2017;54:229–45. https://doi.org/10.1016/j.asoc.2017.01.030.
This research has been co-financed by the European Union and Greek [26] Grond MOW, Luong HN, Morren J, Pan Bosman, Slootweg HJG, La Poutré H.
national funds through the Operational Program Competitiveness, Practice-oriented optimization of distribution network planning using
Entrepreneurship and Innovation, under the call RESEARCH – CREATE – metaheuristic algorithms. In: Proc. - 2014 power syst. Comput. Conf. PSCC 2014.
Institute of Electrical and Electronics Engineers Inc.; 2014. https://doi.org/
INNOVATE (project code: T1EDK-00244). 10.1109/PSCC.2014.7038349.
[27] Leonori S, Paschero M, Massimo F, Mascioli F, Rizzi A. Optimization strategies for
References Microgrid energy management systems by Genetic Algorithms. Appl Soft Comput
J 2019;105903. https://doi.org/10.1016/j.asoc.2019.105903.
[28] Sarjiya, Mulyawan AB, Setiawan A, Sudiarso A. Thermal unit commitment
[1] Hatziargyriou N. Microgrids: architectures and control. 2013. https://doi.org/
solution using genetic algorithm combined with the principle of tabu search and
10.1002/9781118720677.
priority list method. In: Proc - 2013 int conf inf technol electr eng "intelligent
[2] Strasser T, Andrén F, Kathan J, Cecati C, Buccella C, Siano P, et al. A review of
green technol sustain dev ICITEE 2013; 2013. p. 414–9. https://doi.org/10.1109/
architectures and concepts for intelligence in future electric energy systems. IEEE
ICITEED.2013.6676278.
Trans Ind Electron 2015;62:2424–38. https://doi.org/10.1109/
[29] Roberge V, Tarbouchi M, Okou FA. Distribution system optimization on graphics
TIE.2014.2361486.
processing unit. IEEE Trans Smart Grid 2017;8:1689–99. https://doi.org/
[3] Frank S, Rebennack S. Division of economics and business working paper series A
10.1109/TSG.2015.2502066.
primer on optimal power Flow : theory, formulation, and practical examples,
[30] Asrari A, Lotfifard S, Ansari M. Reconfiguration of smart distribution systems
vols. 1–42; 2012.
with time varying loads using parallel computing. IEEE Trans Smart Grid 2016;7:
[4] Shahidehpour M, Yamin H, Li Z. Market operations in electric power systems.
2713–23. https://doi.org/10.1109/TSG.2016.2530713.
2002. https://doi.org/10.1002/047122412x.
[31] Jebaraj L, Venkatesan C, Soubache I, Rajan CCA. Application of differential
[5] Ehsan A, Yang Q. Optimal integration and planning of renewable distributed
evolution algorithm in static and dynamic economic or emission dispatch
generation in the power distribution networks: a review of analytical techniques.
problem: a review. Renew Sustain Energy Rev 2017. https://doi.org/10.1016/j.
Appl Energy 2018;210:44–59. https://doi.org/10.1016/j.apenergy.2017.10.106.
rser.2017.03.097.
[6] Jordehi AR. Optimisation of electric distribution systems: a review. Renew
[32] Cai HR, Chung CY, Wong KP. Application of differential evolution algorithm for
Sustain Energy Rev 2015. https://doi.org/10.1016/j.rser.2015.07.004.
transient stability constrained optimal power flow. IEEE Trans Power Syst 2008;
[7] Petrovic N, Strezoski L, Dumnic B. Overview of software tools for integration and
23:719–28. https://doi.org/10.1109/TPWRS.2008.919241.
active management of high penetration of DERs in emerging distribution
[33] Varadarajan M, Swarup KS. Solving multi-objective optimal power flow using
networks. EUROCON 2019 - 18th Int. Conf. Smart Technol. 2019. https://doi.
differential evolution. IET Gener, Transm Distrib 2007;2:896–903. https://doi.
org/10.1109/EUROCON.2019.8861765.
org/10.1109/ICPST.2006.321538.
[8] Momoh JA, El-Hawary ME, Adapa R. A review of selected optimal power flow
[34] Tisseur R, De Bosio F, Chicco G, Fantino M, Pastorelli M. Optimal scheduling of
literature to 1993 Part I: nonlinear and Quadratic Programming Approaches.
distributed energy storage systems by means of ACO algorithm. In: Proc. - 2016
IEEE Trans Power Syst 1999;14:96–103. https://doi.org/10.1109/59.744492.
51st int. Univ. Power eng. Conf. UPEC 2016, vol. 2017. Institute of Electrical and
[9] Momoh JA, El-Hawary ME, Adapa R. A review of selected optimal power flow
Electronics Engineers Inc.; 2016. p. 1–6. https://doi.org/10.1109/
literature to 1993 Part II: Newton, linear programming and interior point
UPEC.2016.8114101.
methods. IEEE Trans Power Syst 1999;14:96–104. https://doi.org/10.1109/
[35] Abido MA. Optimal power flow using particle swarm optimization. Int J Electr
TPWRS.1987.4335072.
Power Energy Syst 2002;24:563–71. https://doi.org/10.26634/jee.4.1.1252.
[10] Frank S, Steponavice I, Rebennack S. Optimal power flow: a bibliographic survey
[36] ChithraDevi SA, Lakshminarasimman L, Balamurugan R. Stud Krill herd
I Formulations and deterministic methods. Energy Syst 2012;3:221–58. https://
Algorithm for multiple DG placement and sizing in a radial distribution system.
doi.org/10.1007/s12667-012-0056-y.
Eng Sci Technol an Int J 2017;20:748–59. https://doi.org/10.1016/j.
[11] Coello Coello CA, Lamont GB, Van Veldhuizen DA. Evolutionary algorithms for
jestch.2016.11.009.
solving multi-objective problems. second ed. New York: Springer; 2007. https://
[37] Chandrasekaran K, Simon SP. Multi-objective unit commitment problem with
doi.org/10.1007/978-0-387-36797-2.
reliability function using fuzzified binary real coded artificial bee colony
[12] Frank S, Steponavice I, Rebennack S. Optimal power flow: a bibliographic survey
algorithm. IET Gener, Transm Distrib 2011;6:1060–73. https://doi.org/10.1049/
II Non-deterministic and hybrid methods. Energy Syst 2012;3:259–89. https://
iet-gtd.2012.0193.
doi.org/10.1007/s12667-012-0057-x.
[38] Panda A, Tripathy M, Barisal AK, Prakash T. A modified bacteria foraging based
[13] AlRashidi MR, El-Hawary ME. Applications of computational intelligence
optimal power flow framework for Hydro-Thermal-Wind generation system in the
techniques for solving the revived optimal power flow problem. Elec Power Syst
presence of STATCOM. Energy 2017;124:720–40. https://doi.org/10.1016/j.
Res 2009;79:694–702. https://doi.org/10.1016/j.epsr.2008.10.004.
energy.2017.02.090.
[14] Abdi H, Beigvand SD, Scala M La. A review of optimal power flow studies applied
[39] Prasad D, Mukherjee A, Shankar G, Mukherjee V. Application of chaotic whale
to smart grids and microgrids. Renew Sustain Energy Rev 2017;71:742–66.
optimisation algorithm for transient stability constrained optimal power flow. IET
https://doi.org/10.1016/j.rser.2016.12.102.
Sci Meas Technol 2017;11:1002–13. https://doi.org/10.1049/iet-smt.2017.0015.
[15] Niu M, Wan C, Xu Z. A review on applications of heuristic optimization
[40] Murugaperumal K, Ajay P. Energy storage based MG connected system for
algorithms for optimal power flow in modern power systems. J Mod Power Syst
optimal management of energy: an ANFMDA technique. Int J Hydrogen Energy
Clean Energy 2014;2:289–97.
2019;44:7996–8010. https://doi.org/10.1016/j.ijhydene.2019.02.002.
[16] Rahman I, Mohamad-Saleh J. Hybrid bio-Inspired computational intelligence
[41] El-Fergany AA, Hasanien HM. Tree-seed algorithm for solving optimal power flow
techniques for solving power system optimization problems: a comprehensive
problem in large-scale power systems incorporating validations and comparisons.
survey. Appl Soft Comput J 2018;69:72–130. https://doi.org/10.1016/j.
Appl Soft Comput J 2018;64:307–16. https://doi.org/10.1016/j.
asoc.2018.04.051.
asoc.2017.12.026.
[17] Mahdi FP, Vasant P, Kallimani V, Watada J, Fai PYS, Abdullah-Al-Wadud M.
[42] Huang CM, Huang YC. Hybrid optimisation method for optimal power flow using
A holistic review on optimization strategies for combined economic emission
flexible AC transmission system devices. IET Gener, Transm Distrib 2014;8:
dispatch problem. Renew Sustain Energy Rev 2018. https://doi.org/10.1016/j.
2036–45. https://doi.org/10.1049/iet-gtd.2014.0096.
rser.2017.06.111.
[43] Jordehi AR. Particle swarm optimisation (PSO) for allocation of FACTS devices in
[18] Badran O, Mekhilef S, Mokhlis H, Dahalan W. Optimal reconfiguration of
electric transmission systems: a review. Renew Sustain Energy Rev 2015. https://
distribution system connected with distributed generations: a review of different
doi.org/10.1016/j.rser.2015.08.007.
methodologies. Renew Sustain Energy Rev 2017;73:854–67. https://doi.org/
[44] Borges N, Soares J, Vale Z. A robust optimization for day-ahead microgrid
10.1016/j.rser.2017.02.010.
dispatch considering uncertainties. IFAC-PapersOnLine 2017;50:3350–5. https://
[19] Zahraee SM, Khalaji Assadi M, Saidur R. Application of artificial intelligence
doi.org/10.1016/j.ifacol.2017.08.521.
methods for hybrid energy system optimization. Renew Sustain Energy Rev 2016.
https://doi.org/10.1016/j.rser.2016.08.028.
14
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
[45] Silva A, Marinheiro J, Cardoso HL, Oliveira E. Demand-side management in [71] oualid Medani K ben, Sayah S, Bekrar A. Whale optimization algorithm based
power grids: an ant colony optimization approach. In: Proc. - IEEE 18th int. Conf. optimal reactive power dispatch: a case study of the Algerian power system. Elec
Comput. Sci. Eng. CSE 2015. Institute of Electrical and Electronics Engineers Inc.; Power Syst Res 2018;163:696–705. https://doi.org/10.1016/j.epsr.2017.09.001.
2015. p. 300–6. https://doi.org/10.1109/CSE.2015.31. [72] Heidari AA, Ali Abbaspour R, Rezaee Jordehi A. Gaussian bare-bones water cycle
[46] Mousa AAA. Hybrid ant optimization system for multiobjective economic algorithm for optimal reactive power dispatch in electrical power systems. Appl
emission load dispatch problem under fuzziness. Swarm Evol Comput 2014;18: Soft Comput J 2017. https://doi.org/10.1016/j.asoc.2017.04.048.
11–21. https://doi.org/10.1016/j.swevo.2014.06.002. [73] Ben Hmida J, Chambers T, Lee J. Solving constrained optimal power flow with
[47] Allaoua B, Laoufi A. Optimal power flow solution using ant manners for electrical renewables using hybrid modified imperialist competitive algorithm and
network. Adv Electr Comput Eng 2009;9:34–40. https://doi.org/10.4316/ sequential quadratic programming. Elec Power Syst Res 2019;177:105989.
aece.2009.01006. https://doi.org/10.1016/j.epsr.2019.105989.
[48] Stogiannos M, Alexandridis A, Sarimveis H. An enhanced decentralized artificial [74] Elattar EE. Optimal power flow of a power system incorporating stochastic wind
immune-based strategy formulation algorithm for swarms of autonomous power based on modified moth swarm algorithm. IEEE Access 2019;7:89581–93.
vehicles. Appl Soft Comput J 2020;89:106135. https://doi.org/10.1016/j. https://doi.org/10.1109/ACCESS.2019.2927193.
asoc.2020.106135. [75] Beigvand SD, Abdi H, La Scala M. Combined heat and power economic dispatch
[49] Souza SSF, Romero R, Pereira J, Saraiva JT. Artificial immune algorithm applied problem using gravitational search algorithm. Elec Power Syst Res 2016;133:
to distribution system reconfiguration with variable demand. Int J Electr Power 160–72. https://doi.org/10.1016/j.epsr.2015.10.007.
Energy Syst 2016;82:561–8. https://doi.org/10.1016/j.ijepes.2016.04.038. [76] Lai LL, Ma JT, Yokoyama R, Zhao M. Improved genetic algorithms for optimal
[50] Taher SA, Afsari SA. Optimal location and sizing of DSTATCOM in distribution power flow under both normal and contingent operation states. Int J Electr Power
systems by immune algorithm. Int J Electr Power Energy Syst 2014;60:34–44. Energy Syst 1997;19:287–92. https://doi.org/10.1016/s0142-0615(96)00051-8.
https://doi.org/10.1016/j.ijepes.2014.02.020. [77] Todorovski M, Rajičić D. An initialization procedure in solving optimal power
[51] De Mello Honório L, Da Silva AML, Barbosa DA. A gradient-based artificial flow by genetic algorithm. IEEE Trans Power Syst 2006;21:480–7. https://doi.
immune system applied to optimal power flow problems. Lect Notes Comput Sci org/10.1109/TPWRS.2006.873120.
2007;4628. https://doi.org/10.1007/978-3-540-73922-7_1. LNCS:1–12. [78] Kumari MS, Maheswarapu S. Enhanced genetic algorithm based computation
[52] Simopoulos DN, Kavatza SD, Vournas CD. Unit commitment by an enhanced technique for multi-objective optimal power flow solution. Int J Electr Power
simulated annealing algorithm. IEEE Trans Power Syst 2006;21:68–76. https:// Energy Syst 2010;32:736–42. https://doi.org/10.1016/j.ijepes.2010.01.010.
doi.org/10.1109/TPWRS.2005.860922. [79] Shaheen AM, El-Sehiemy RA, Farrag SM. Solving multi-objective optimal power
[53] Assaf T, Osman AH, Hassan MS, Mir H. Fair and efficient energy consumption flow problem via forced initialised differential evolution algorithm. IET Gener,
scheduling algorithm using tabu search for future smart grids. IET Gener, Transm Transm Distrib 2016;10:1634–47. https://doi.org/10.1049/iet-gtd.2015.0892.
Distrib 2018;12:643–9. https://doi.org/10.1049/iet-gtd.2017.0247. [80] Biswas PP, Suganthan PN, Mallipeddi R, Amaratunga GAJ. Optimal reactive
[54] Abido MA. Optimal power flow using tabu search algorithm. Elec Power Compon power dispatch with uncertainties in load demand and renewable energy sources
Syst 2002;30:469–83. https://doi.org/10.1109/MPER.2002.1005652. adopting scenario-based approach. Appl Soft Comput J 2019;75:616–32. https://
[55] Lenin K, Ravindhranath Reddy B, Suryakalavathi M. Hybrid Tabu search- doi.org/10.1016/j.asoc.2018.11.042.
simulated annealing method to solve optimal reactive power problem. Int J Electr [81] Xiong H, Cheng H, Li H. Optimal reactive power flow incorporating static voltage
Power Energy Syst 2016;82:87–91. https://doi.org/10.1016/j. stability based on multi-objective adaptive immune algorithm. Energy Convers
ijepes.2016.03.007. Manag 2008;49:1175–81. https://doi.org/10.1016/j.enconman.2007.09.005.
[56] Lakshmi K, Vasantharathna S. Gencos wind-thermal scheduling problem using [82] Honório LM, Leite da Silva AM, Barbosa DA, Delboni LFN. Solving optimal power
Artificial Immune System algorithm. Int J Electr Power Energy Syst 2014;54: flow problems using a probabilistic α-constrained evolutionary approach. IET
112–22. https://doi.org/10.1016/j.ijepes.2013.06.036. Gener, Transm Distrib 2010;4:674–82. https://doi.org/10.1049/iet-
[57] Bastani M, Thanos AE, Damgacioglu H, Celik N, Chen CH. An evolutionary gtd.2009.0208.
simulation optimization framework for interruptible load management in the [83] Nualhong D, Chusanapiputt S, Phomvuttisarn S, Jantarang S. Reactive tabu
smart grid. Sustain Cities Soc 2018;41:802–9. https://doi.org/10.1016/j. search for optimal power flow under constrained emission dispatch. IEEE Reg 10
scs.2018.06.007. Conf 2004;3:327–30.
[58] El Sehiemy RA, Selim F, Bentouati B, Abido MA. A novel multi-objective hybrid [84] Abujarad SY, Mustafa MW, Jamian JJ. Recent approaches of unit commitment in
particle swarm and salp optimization algorithm for technical-economical- the presence of intermittent renewable energy resources: a review. Renew Sustain
environmental operation in power systems. Energy 2020;193:116817. https:// Energy Rev 2017. https://doi.org/10.1016/j.rser.2016.11.246.
doi.org/10.1016/j.energy.2019.116817. [85] Jordehi AR. Optimisation of demand response in electric power systems, a
[59] Zhao B, Guo CX, Cao YJ. Improved particle swam optimization algorithm for OPF review. Renew Sustain Energy Rev 2019;103:308–19. https://doi.org/10.1016/j.
problems. In: IEEE PES power syst conf expo 2004; 2004. p. 933–8. https://doi. rser.2018.12.054.
org/10.1109/psce.2004.1397582. [86] Hemmati R, Saboori H, Jirdehi MA. Stochastic planning and scheduling of energy
[60] Vlachogiannis JG, Lee KY. A comparative study on particle swarm optimization storage systems for congestion management in electric power systems including
for optimal steady-state performance of power systems. IEEE Trans Power Syst renewable energy resources. Energy 2017;133:380–7. https://doi.org/10.1016/J.
2006;21:1718–28. https://doi.org/10.1109/TPWRS.2006.883687. ENERGY.2017.05.167.
[61] Mo N, Zou ZY, Chan KW, Pong TYG. Transient stability constrained optimal [87] Kheshti M, Kang X, Li J, Regulski P, Terzija V. Lightning flash algorithm for
power flow using particle swarm optimisation. IET Gener, Transm Distrib 2007;1: solving non-convex combined emission economic dispatch with generator
476–83. https://doi.org/10.1049/iet-gtd. constraints. IET Gener, Transm Distrib 2018;12:104–16. https://doi.org/
[62] Xia S, Chan KW, Bai X, Guo Z. Enhanced particle swarm optimisation applied for 10.1049/iet-gtd.2017.0257.
transient angle and voltage constrained discrete optimal power flow with flexible [88] Yang Y, Wei B, Qin Z. Sequence-based differential evolution for solving economic
AC transmission system. IET Gener, Transm Distrib 2015;9:61–74. https://doi. dispatch considering virtual power plant. IET Gener, Transm Distrib 2019;13:
org/10.1049/iet-gtd.2014.0038. 3202–15. https://doi.org/10.1049/iet-gtd.2018.6432.
[63] Luo J, Shi L, Ni Y. A solution of optimal power flow incorporating wind [89] Nosratabadi SM, Hooshmand RA, Gholipour E. A comprehensive review on
generation and power grid uncertainties. IEEE Access 2018;6:19681–90. https:// microgrid and virtual power plant concepts employed for distributed energy
doi.org/10.1109/ACCESS.2018.2823982. resources scheduling in power systems. Renew Sustain Energy Rev 2017. https://
[64] Yang HT, Liao JT. MF-APSO-Based multiobjective optimization for PV system doi.org/10.1016/j.rser.2016.09.025.
reactive power regulation. IEEE Trans Sustain Energy 2015;6:1346–55. https:// [90] Esmaeili S, Anvari-Moghaddam A, Jadid S, Guerrero JM. Optimal simultaneous
doi.org/10.1109/TSTE.2015.2433957. day-ahead scheduling and hourly reconfiguration of distribution systems
[65] Ullah Z, Wang S, Radosavljevic J, Lai J. A solution to the optimal power flow considering responsive loads. Int J Electr Power Energy Syst 2019;104:537–48.
problem considering WT and PV generation. IEEE Access 2019;7:46763–72. https://doi.org/10.1016/j.ijepes.2018.07.055.
https://doi.org/10.1109/ACCESS.2019.2909561. [91] Marzband M, Azarinejadian F, Savaghebi M, Guerrero JM. An optimal energy
[66] Panda A, Tripathy M. Security constrained optimal power flow solution of wind- management system for islanded microgrids based on multiperiod artificial bee
thermal generation system using modified bacteria foraging algorithm. Energy colony combined with Markov chain. IEEE Syst J 2017;11:1712–22. https://doi.
2015;93:816–27. https://doi.org/10.1016/j.energy.2015.09.083. org/10.1109/JSYST.2015.2422253.
[67] Sureshkumar K, Ponnusamy V. Power flow management in micro grid through [92] Nikmehr N, Najafi Ravadanegh S. Optimal power dispatch of multi-microgrids at
renewable energy sources using a hybrid modified dragonfly algorithm with bat future smart distribution grids. IEEE Trans Smart Grid 2015;6:1648–57. https://
search algorithm. Energy 2019;181:1166–78. https://doi.org/10.1016/j. doi.org/10.1109/TSG.2015.2396992.
energy.2019.06.029. [93] Saber AY, Venayagamoorthy GK. Resource scheduling under uncertainty in a
[68] Bachtiar Nappu M, Arief A, Bansal RC. Transmission management for congested smart grid with renewables and plug-in vehicles. IEEE Syst J 2012;6:103–9.
power system: a review of concepts, technical challenges and development of a https://doi.org/10.1109/JSYST.2011.2163012.
new methodology. Renew Sustain Energy Rev 2014. https://doi.org/10.1016/j. [94] Dabhi D, Pandya K. Enhanced velocity differential evolutionary particle swarm
rser.2014.05.089. optimization for optimal scheduling of a distributed energy resources with
[69] Moradi MH, Foroutan VB, Abedini M. Power flow analysis in islanded Micro- uncertain scenarios. IEEE Access 2020;8:27001–17. https://doi.org/10.1109/
Grids via modeling different operational modes of DGs: a review and a new ACCESS.2020.2970236.
approach. Renew Sustain Energy Rev 2017. https://doi.org/10.1016/j. [95] Shukla A, Singh SN. Multi-objective unit commitment using search space-based
rser.2016.11.156. crazy particle swarm optimisation and normal boundary intersection technique.
[70] Tripathy M, Mishra S. Bacteria foraging-based solution to optimize both real IET Gener, Transm Distrib 2015;10:1222–31. https://doi.org/10.1049/iet-
power loss and voltage stability limit. IEEE Trans Power Syst 2007;22:240–8. gtd.2015.0806.
https://doi.org/10.1109/TPWRS.2006.887968.
15
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
[96] Xu Z, Deng T, Hu Z, Song Y, Wang J. Data-driven pricing strategy for demand-side [121] Lau TW, Chung CY, Wong KP, Chung TS, Ho SL. Quantum-inspired evolutionary
resource aggregators. IEEE Trans Smart Grid 2018;9:57–66. https://doi.org/ algorithm approach for unit commitment. IEEE Trans Power Syst 2009;24:
10.1109/TSG.2016.2544939. 1503–12. https://doi.org/10.1109/TPWRS.2009.2021220.
[97] Nikzad M, Samimi A. Integration of designing price-based demand response [122] Canizes B, Soares J, Lezama F, Vale Z. Complex large-scale energy resource
models into a stochastic bi-level scheduling of multiple energy carrier microgrids management optimization considering demand flexibility. 2020 IEEE Congr Evol
considering energy storage systems. Appl Energy 2021. https://doi.org/10.1016/ Comput CEC 2020 - Conf Proc 2020. https://doi.org/10.1109/
j.apenergy.2020.116163. CEC48606.2020.9185617.
[98] Anand H, Narang N, Dhillon JS. Multi-objective combined heat and power unit [123] Dhaliwal JS, Dhillon JS. Profit based unit commitment using memetic binary
commitment using particle swarm optimization. Energy 2019;172:794–807. differential evolution algorithm. Appl Soft Comput J 2019;81:105502. https://
https://doi.org/10.1016/j.energy.2019.01.155. doi.org/10.1016/j.asoc.2019.105502.
[99] Hossain MA, Pota HR, Squartini S, Abdou AF. Modified PSO algorithm for real- [124] Li YF, Pedroni N, Zio E. A memetic evolutionary multi-objective optimization
time energy management in grid-connected microgrids. Renew Energy 2019;136: method for environmental power unit commitment. IEEE Trans Power Syst 2013;
746–57. https://doi.org/10.1016/j.renene.2019.01.005. 28:2660–9. https://doi.org/10.1109/TPWRS.2013.2241795.
[100] Jeong YW, Park JB, Jang SH, Lee KY. A new quantum-inspired binary PSO: [125] Damousis IG, Bakirtzis AG, Dokopoulos PS. A solution to the unit-commitment
application to unit commitment problems for power systems. IEEE Trans Power problem using integer-coded genetic algorithm. IEEE Trans Power Syst 2004;19:
Syst 2010;25:1486–95. https://doi.org/10.1109/TPWRS.2010.2042472. 1165–72. https://doi.org/10.1109/TPWRS.2003.821625.
[101] Faria P, Soares J, Vale Z, Morais H, Sousa T. Modified particle swarm [126] Rasheed MB, Qureshi MA, Javaid N, Alquthami T. Dynamic pricing mechanism
optimization applied to integrated demand response and DG resources with the integration of renewable energy source in smart grid. IEEE Access 2020;
scheduling. IEEE Trans Smart Grid 2013;4:606–16. https://doi.org/10.1109/ 8:16876–92. https://doi.org/10.1109/ACCESS.2020.2967798.
TSG.2012.2235866. [127] Lujano-Rojas JM, Dufo-López R, Bernal-Agustín JL, Catalão JPS. Optimizing daily
[102] Roy K, Krishna Mandal K, Chandra Mandal A, Narayan Patra S. Analysis of energy operation of battery energy storage systems under real-time pricing schemes.
management in micro grid – a hybrid BFOA and ANN approach. Renew Sustain IEEE Trans Smart Grid 2017;8:316–30. https://doi.org/10.1109/
Energy Rev 2018. https://doi.org/10.1016/j.rser.2017.07.037. TSG.2016.2602268.
[103] Kanwar N, Gupta N, Niazi KR, Swarnkar A. Impact of optimal scheduling of DRs [128] Furukakoi M, Adewuyi OB, Matayoshi H, Howlader AM, Senjyu T. Multi objective
and network reconfiguration on the performance of active distribution systems. unit commitment with voltage stability and PV uncertainty. Appl Energy 2018;
In: India int. Conf. Power electron. IICPE. vol. 2018. IEEE Computer Society; 228:618–23. https://doi.org/10.1016/j.apenergy.2018.06.074.
2018. https://doi.org/10.1109/IICPE.2018.8709534. [129] Ramli MAM, Bouchekara HREH. Solving the problem of large-scale optimal
[104] Roy K, Mandal KK, Mandal AC. Ant-Lion Optimizer algorithm and recurrent scheduling of distributed energy resources in smart grids using an improved
neural network for energy management of micro grid connected system. Energy variable neighborhood search. IEEE Access 2020. https://doi.org/10.1109/
2019;167:402–16. https://doi.org/10.1016/J.ENERGY.2018.10.153. ACCESS.2020.2986895.
[105] Jha R, Meena NK, Swarnkar A, Gupta N, Niazi KR. Dynamic economic dispatch of [130] Murty VVVSN, Kumar A. Optimal DG integration and network reconfiguration in
micro-grid using harmony search algorithm. In: 12th IEEE int. Conf. Electron. microgrid system with realistic time varying load model using hybrid
Energy, environ. Commun. Comput. Control (E3-C3). Institute of Electrical and optimisation. IET Smart Grid 2019;2:192–202. https://doi.org/10.1049/iet-
Electronics Engineers Inc.; 2016. https://doi.org/10.1109/ stg.2018.0146.
INDICON.2015.7443330. INDICON 2015. [131] Ben Hamida I, Salah SB, Msahli F, Mimouni MF. Optimal network reconfiguration
[106] Moghaddam MM, Marzband M, Parhizi N. Optimal energy scheduling for a grid and renewable DG integration considering time sequence variation in load and
connected Microgrid based on Multi-period Imperialist competition algorithm. In: DGs. Renew Energy 2018;121:66–80. https://doi.org/10.1016/j.
Pecon 2016 - 2016 IEEE 6th int. Conf. Power energy, conf. Proceeding; 2017. renene.2017.12.106.
p. 44–9. https://doi.org/10.1109/PECON.2016.7951470. [132] Dahalan WM, Mokhlis H. Network reconfiguration for loss reduction with
[107] Ebrahimi J, Hosseinian SH, Gharehpetian GB. Unit commitment problem solution distributed generations using PSO. PECon 2012 - 2012. IEEE Int Conf Power
using shuffled frog leaping algorithm. IEEE Trans Power Syst 2011;26:573–81. Energy 2012. https://doi.org/10.1109/PECon.2012.6450331.
[108] Zeng X, Nazir MS, Khaksar M, Nishihara K, Tao H. A day-ahead economic [133] Sedghi M, Ahmadian A, Aliakbar-Golkar M. Assessment of optimization
scheduling of microgrids equipped with plug-in hybrid electric vehicles using algorithms capability in distribution network planning: review, comparison and
modified shuffled frog leaping algorithm. J Energy Storage 2021. https://doi.org/ modification techniques. Renew Sustain Energy Rev 2016. https://doi.org/
10.1016/j.est.2020.102021. 10.1016/j.rser.2016.08.027.
[109] Chandrasekaran K, Simon SP. Optimal deviation based firefly algorithm tuned [134] Gazijahani FS, Salehi J. Stochastic multi-objective framework for optimal
fuzzy design for multi-objective UCP. IEEE Trans Power Syst 2013;28:460–71. dynamic planning of interconnected microgrids. IET Renew Power Gener 2017;
https://doi.org/10.1109/TPWRS.2012.2201963. 11:1749–59. https://doi.org/10.1049/iet-rpg.2017.0278.
[110] Rameshkumar J, Ganesan S, Abirami M, Subramanian S. Cost, emission and [135] Eltamaly AM, Alotaibi MA, Alolah AI, Ahmed MA. A novel demand response
reserve pondered pre-dispatch of thermal power generating units coordinated strategy for sizing of hybrid energy system with smart grid concepts. IEEE Access
with real coded grey wolf optimisation. IET Gener, Transm Distrib 2016;10: 2021. https://doi.org/10.1109/ACCESS.2021.3052128.
972–85. https://doi.org/10.1049/iet-gtd.2015.0726. [136] Karimyan P, Gharehpetian GB, Abedi M, Gavili A. Long term scheduling for
[111] Mahmoud K, Hussein MM, Abdel-Nasser M, Lehtonen M. Optimal voltage control optimal allocation and sizing of DG unit considering load variations and DG type.
in distribution systems with intermittent PV using multiobjective grey-wolf-lévy Int J Electr Power Energy Syst 2014;54:277–87. https://doi.org/10.1016/j.
optimizer. IEEE Syst J 2020;14:760–70. https://doi.org/10.1109/ ijepes.2013.07.016.
JSYST.2019.2931829. [137] Gutiérrez-Alcaraz G, Tovar-Hernández JH. Two-stage heuristic methodology for
[112] Wang B, Wang S, Zhou X, Watada J. Multi-objective unit commitment with wind optimal reconfiguration and Volt/VAr control in the operation of electrical
penetration and emission concerns under stochastic and fuzzy uncertainties. distribution systems. IET Gener, Transm Distrib 2017;11:3946–54. https://doi.
Energy 2016;111:18–31. https://doi.org/10.1016/j.energy.2016.05.029. org/10.1049/iet-gtd.2016.1870.
[113] Luo F, Dong ZY, Chen Y, Zhao J. Natural aggregation algorithm: a new efficient [138] Jena S, Chauhan S. Solving distribution feeder reconfiguration and concurrent dg
metaheuristic tool for power system optimizations. In: 2016 IEEE int. Conf. Smart installation problems for power loss minimization by multi swarm cooperative
grid commun. SmartGridComm 2016. Institute of Electrical and Electronics PSO algorithm. Proc IEEE Power Eng Soc Trans Distrib Conf 2016. https://doi.
Engineers Inc.; 2016. p. 186–92. https://doi.org/10.1109/ org/10.1109/TDC.2016.7520021. 2016- July.
SmartGridComm.2016.7778759. [139] Mukhopadhyay B, Das D. Multi-objective dynamic and static reconfiguration with
[114] Ramli MAM, Bouchekara HREH, Alghamdi AS. Efficient energy management in a optimized allocation of PV-DG and battery energy storage system. Renew Sustain
microgrid with intermittent renewable energy and storage sources. Sustainability Energy Rev 2020. https://doi.org/10.1016/j.rser.2020.109777.
2019;11:1–28. [140] Atteya II, Ashour H, Fahmi N, Strickland D. Radial distribution network
[115] Juste KA. An evolutionary programming solution to the unit commitment reconfiguration for power losses reduction using a modified particle swarm
problem. IEEE Trans Power Syst 1999;14:1452–9. https://doi.org/10.1109/ optimisation. CIRED - Open Access Proc J 2017;2017:2505–8. https://doi.org/
59.801925. 10.1049/oap-cired.2017.1286. Institution of Engineering and Technology.
[116] Logenthiran T, Srinivasan D, Shun TZ. Demand side management in smart grid [141] Tandon A, Saxena D. A comparative analysis of SPSO and BPSO for power loss
using heuristic optimization. IEEE Trans Smart Grid 2012;3:1244–52. https://doi. minimization in distribution system using network reconfiguration. In: Proc. Int.
org/10.1109/TSG.2012.2195686. Conf. Innov. Appl. Comput. Intell. Power, energy control. With their impact
[117] Salinas S, Li M, Li P. Multi-objective optimal energy consumption scheduling in humanit. CIPECH 2014; 2014. p. 226–32. https://doi.org/10.1109/
smart grids. IEEE Trans Smart Grid 2013;4:341–8. https://doi.org/10.1109/ CIPECH.2014.7019093.
TSG.2012.2214068. [142] Farh HMH, Al-Shaalan AM, Eltamaly AM, Al-Shamma’A AA. A novel crow search
[118] Xie P, Cai Z, Liu P, Li X, Zhang Y, Xu D. Microgrid system energy storage capacity algorithm auto-drive PSO for optimal allocation and sizing of renewable
optimization considering multiple time scale uncertainty coupling. IEEE Trans distributed generation. IEEE Access 2020;8:27807–20. https://doi.org/10.1109/
Smart Grid 2018:1. https://doi.org/10.1109/TSG.2018.2879520. ACCESS.2020.2968462.
[119] Peng C, Xie P, Pan L, Yu R. Flexible robust optimization dispatch for hybrid wind/ [143] Chang GW, Cong Chinh N. Coyote optimization algorithm-based approach for
photovoltaic/hydro/thermal power system. IEEE Trans Smart Grid 2015:1–12. strategic planning of photovoltaic distributed generation. IEEE Access 2020;8:
[120] Chung CY, Yu H, Wong KP. An advanced quantum-inspired evolutionary 36180–90. https://doi.org/10.1109/ACCESS.2020.2975107.
algorithm for unit commitment. IEEE Trans Power Syst 2011;26:847–54. https:// [144] Gazijahani FS, Salehi J. Robust design of microgrids with reconfigurable topology
doi.org/10.1109/TPWRS.2010.2059716. under severe uncertainty. IEEE Trans Sustain Energy 2018;9:559–69. https://doi.
org/10.1109/TSTE.2017.2748882.
16
M. Papadimitrakis et al. Renewable and Sustainable Energy Reviews 145 (2021) 111072
[145] Daneshvar M, Babaei E. Exchange market algorithm for multiple DG placement [167] De Oliveira LW, Seta FDS, De Oliveira EJ. Optimal reconfiguration of distribution
and sizing in a radial distribution system. J Energy Manag Technol 2018;2:54–65. systems with representation of uncertainties through interval analysis. Int J Electr
https://doi.org/10.22109/JEMT.2018.116625.1059. Power Energy Syst 2016;83:382–91. https://doi.org/10.1016/j.
[146] Kumar BV, Srikanth NV. A hybrid approach for optimal location and capacity of ijepes.2016.04.020.
UPFC to improve the dynamic stability of the power system. Appl Soft Comput J [168] Scheidler A, Thurner L, Braun M. Heuristic optimisation for automated
2017;52:974–86. https://doi.org/10.1016/j.asoc.2016.09.031. distribution system planning in network integration studies. IET renew. Power
[147] Tan WS, Hassan MY, Majid MS, Rahman HA. Allocation and sizing of DG using gener., vol. 12. Institution of Engineering and Technology; 2018. p. 530–8.
Cuckoo Search algorithm. In: PECon 2012 - 2012 IEEE int. Conf. Power energy; https://doi.org/10.1049/iet-rpg.2017.0394.
2012. https://doi.org/10.1109/PECon.2012.6450192. [169] Papalexopoulos AD, Imparato CF, Wu FF. Large-scale optimal power flow: effects
[148] Ali ES, Abd Elazim SM, Abdelaziz AY. Optimal allocation and sizing of renewable of initialization, decoupling & discretization. IEEE Power Eng Rev 1989;9:72–4.
distributed generation using ant lion optimization algorithm. Electr Eng 2018; https://doi.org/10.1109/MPER.1989.4310717.
100:99–109. https://doi.org/10.1007/s00202-016-0477-z. [170] Zohrizadeh F, Josz C, Jin M, Madani R, Lavaei J, Sojoudi S. A survey on conic
[149] Nekooei K, Farsangi MM, Nezamabadi-Pour H, Lee KY. An improved multi- relaxations of optimal power flow problem. Eur J Oper Res 2020. https://doi.org/
objective harmony search for optimal placement of DGs in distribution systems. 10.1016/j.ejor.2020.01.034.
IEEE Trans Smart Grid 2013;4:557–67. https://doi.org/10.1109/ [171] Jordehi AR. How to deal with uncertainties in electric power systems? A review.
TSG.2012.2237420. Renew Sustain Energy Rev 2018. https://doi.org/10.1016/j.rser.2018.07.056.
[150] Jordehi AR. Optimal allocation of FACTS devices for static security enhancement [172] Jordehi AR. A review on constraint handling strategies in particle swarm
in power systems via imperialistic competitive algorithm (ICA). Appl Soft Comput optimisation. Neural Comput Appl 2015. https://doi.org/10.1007/s00521-014-
J 2016. https://doi.org/10.1016/j.asoc.2016.07.014. 1808-5.
[151] Zheng Y, Meng K, Luo F, Qiu J, Zhao J. Optimal integration of MBESSs/SBESSs in [173] Clerc M, Kennedy J. The particle swarm-explosion, stability, and convergence in a
distribution systems with renewables. IET Renew Power Gener 2018;12:1172–9. multidimensional complex space. IEEE Trans Evol Comput 2002;6:58–73. https://
https://doi.org/10.1049/iet-rpg.2017.0236. doi.org/10.1109/4235.985692.
[152] Xiao H, Pei W, Dong Z, Kong L. Bi-level planning for integrated energy systems [174] Yang XS. Metaheuristic optimization: algorithm analysis and open problems. Lect
incorporating demand response and energy storage under uncertain Notes Comput Sci (including Subser Lect Notes Artif Intell Lect Notes
environments using novel metamodel. CSEE J Power Energy Syst 2018;4:155–67. Bioinformatics) 2011;6630:21–32. https://doi.org/10.1007/978-3-642-20662-7_
https://doi.org/10.17775/cseejpes.2017.01260. 2. LNCS.
[153] Daryani N, Zare K, Tohidi S, Guerrero JM. Dominated GSO algorithm for optimal [175] Yassin IM, Taib MN, Adnan R, Salleh MKM, Hamzah MK. Effect of swarm size
microgrid construction to improve consumer side properties in a distribution parameter on Binary Particle Swarm optimization-based NARX structure
system. Int J Electr Power Energy Syst 2020. https://doi.org/10.1016/j. selection. ISIEA 2012 - 2012 IEEE Symp Ind Electron Appl 2012:219–23. https://
ijepes.2020.106232. doi.org/10.1109/ISIEA.2012.6496632.
[154] Nayak MR, Behura D, Kasturi K. Optimal allocation of energy storage system and [176] Kanwar N, Gupta N, Niazi KR, Swarnkar A. Optimal allocation of DGs and
its benefit analysis for unbalanced distribution network with wind generation. reconfiguration of radial distribution systems using an intelligent search-based
J Comput Sci 2021;51:101319. https://doi.org/10.1016/j.jocs.2021.101319. TLBO. Elec Power Compon Syst 2017;45:476–90. https://doi.org/10.1080/
[155] Belmino LM, Souto Soares F, Sampaio RF, Pastora Saraiva Leão R, De Sousa 15325008.2016.1266714.
Braga AP, Silveira Melo L, et al. Placement and sizing of distributed generation in [177] Rezaee Jordehi A. Optimal setting of TCSCs in power systems using
distribution system. In: 2019 IEEE PES conf. Innov. Smart grid technol. ISGT lat. teaching–learning-based optimisation algorithm. Neural Comput Appl 2015.
Am. 2019. Institute of Electrical and Electronics Engineers (IEEE); 2019. p. 1–6. https://doi.org/10.1007/s00521-014-1791-x.
https://doi.org/10.1109/ISGT-LA.2019.8894981. [178] Skakov ES, Malysh VN. Parameter meta-optimization of metaheuristics of solving
[156] Farag HEZ, El-Saadany EF. Optimum shunt capacitor placement in distribution specific NP-hard facility location problem. J Phys Conf Ser 2018;973. https://doi.
networks with high penetration of renewable energy resources using genetic org/10.1088/1742-6596/973/1/012063.
algorithms. In: IEEE PES innov. Smart grid technol. Conf. Eur., vol. 2015. IEEE [179] Kamel S, Selim A, Jurado F, Yu J, Xie K, Yu C. Multi-objective whale optimization
Computer Society; 2015. https://doi.org/10.1109/ISGTEurope.2014.7028929. algorithm for optimal integration of multiple DGs into distribution systems. In:
Janua. 2019 IEEE PES innov. Smart grid technol. Asia, ISGT 2019; 2019. p. 1312–7.
[157] Cavalheiro EMB, Vergílio AHB, Lyra C. Optimal configuration of power https://doi.org/10.1109/ISGT-Asia.2019.8881761.
distribution networks with variable renewable energy resources. Comput Oper [180] Debnath KB, Mourshed M. Forecasting methods in energy planning models.
Res 2018;96:272–80. https://doi.org/10.1016/j.cor.2017.09.021. Renew Sustain Energy Rev 2018;88:297–325. https://doi.org/10.1016/j.
[158] Chittur Ramaswamy P, Deconinck G. Smart grid reconfiguration using simple rser.2018.02.002.
genetic algorithm and NSGA-II. IEEE PES Innov Smart Grid Technol Conf Eur [181] Karamichailidou D, Kaloutsa V, Alexandridis A. Wind turbine power curve
2012. https://doi.org/10.1109/ISGTEurope.2012.6465615. modeling using radial basis function neural networks and tabu search. Renew
[159] Agrawal P, Kanwar N, Gupta N, Niazi KR, Swarnkar A. Resiliency in active Energy 2021. https://doi.org/10.1016/j.renene.2020.10.020.
distribution systems via network reconfiguration. Sustain Energy, Grids Networks [182] Alba E, Luque G, Nesmachnow S. Parallel metaheuristics: recent advances and
2021. https://doi.org/10.1016/j.segan.2021.100434. new trends. Int Trans Oper Res 2013;20:1–48. https://doi.org/10.1111/j.1475-
[160] Das S, Das D, Patra A. Reconfiguration of distribution networks with optimal 3995.2012.00862.x.
placement of distributed generations in the presence of remote voltage controlled [183] Alexandridis A, Chondrodima E, Sarimveis H. Cooperative learning for radial
bus. Renew Sustain Energy Rev 2017. https://doi.org/10.1016/j. basis function networks using particle swarm optimization. Appl Soft Comput J
rser.2017.01.055. 2016;49:485–97. https://doi.org/10.1016/j.asoc.2016.08.032.
[161] Das S, Das D, Patra A. Operation of distribution network with optimal placement [184] Sun H, Guo Q, Qi J, Ajjarapu V, Bravo R, Chow J, et al. Review of challenges and
and sizing of dispatchable DGs and shunt capacitors. Renew Sustain Energy Rev research opportunities for voltage control in smart grids. IEEE Trans Power Syst
2019. https://doi.org/10.1016/j.rser.2019.06.026. 2019;34:2790–801.
[162] Li B, Roche R, Paire D, Miraoui A. Optimal sizing of distributed generation in gas/ [185] Chatzigiannis DI, Dourbois GA, Biskas PN, Bakirtzis AG. European day-ahead
electricity/heat supply networks. Energy 2018;151:675–88. https://doi.org/ electricity market clearing model. Elec Power Syst Res 2016;140:225–39. https://
10.1016/j.energy.2018.03.080. doi.org/10.1016/j.epsr.2016.06.019.
[163] Sattarpour T, Nazarpour D, Golshannavaz S, Siano P. A multi-objective hybrid GA [186] Csercsik D, Sleisz A, Sores PM. Increasing the flexibility of European type
and TOPSIS approach for sizing and siting of DG and RTU in smart distribution electricity auctions via a novel bid class. Int. Conf Eur Energy Mark EEM 2019;
grids. J Ambient Intell Humaniz Comput 2018;9:105–22. https://doi.org/ 2019. https://doi.org/10.1109/EEM.2019.8916306. Septe.
10.1007/s12652-016-0418-8. [187] Divenyi D, Polgari B, Raisz D, Sleisz A, Sores P. Special session on proposal of a
[164] Almehizia AA, Al-Masri HMK, Ehsani M. Integration of renewable energy sources new European co-optimized energy and ancillary service market design - part i - t.
by load shifting and utilizing value storage. IEEE Trans Smart Grid 2018:1. Int. Conf Eur Energy Mark EEM 2016. https://doi.org/10.1109/
https://doi.org/10.1109/TSG.2018.2871806. EEM.2016.7521363. 2016- July.
[165] Lim KZ, Lim KH, Wee X Bin, Li Y, Wang X. Optimal allocation of energy storage [188] Bedoya JC, Liu CC, Krishnamoorthy G, Dubey A. Bilateral electricity market in a
and solar photovoltaic systems with residential demand scheduling. Appl Energy distribution system environment. IEEE Trans Smart Grid 2019;10:6701–13.
2020. https://doi.org/10.1016/j.apenergy.2020.115116. https://doi.org/10.1109/TSG.2019.2910216.
[166] De Oliveira LW, De Oliveira EJ, Gomes FV, Silva IC, Marcato ALM, Resende PVC. [189] Gu Y, Jiang H, Zhang JJ, Zhang Y, Wu H, Muljadi E. Multi-timescale three-phase
Artificial Immune Systems applied to the reconfiguration of electrical power unbalanced distribution system operation with variable renewable generations.
distribution networks for energy loss minimization. Int J Electr Power Energy Syst IEEE Trans Smart Grid 2019;10:4497–507. https://doi.org/10.1109/
2014;56:64–74. https://doi.org/10.1016/j.ijepes.2013.11.008. TSG.2018.2861736.
17