You are on page 1of 6

QG,QWHUQDWLRQDO&RQIHUHQFHRQ(OHFWULFDO(QJLQHHULQJ ((&RQ 

6HS&RORPER6UL/DQND

Review of Application of Optimization Techniques


in Smart Grids
Jamal Rizk
Md. Mainul Islam Mahmood Nagrial
School of Computing, Engineering and
School of Computing, Engineering and School of Computing, Engineering and
Mathematics
Mathematics Mathematics
Western Sydney University
Western Sydney University Western Sydney University
Locked Bag 1797, NSW 2751,
Locked Bag 1797, NSW 2751, Locked Bag 1797, NSW 2751,
Australia
Australia Australia
j.rizk@uws.edu.au
m.islam7@westernsydney.edu.au m.nagrial@uws.edu.au
Ali Hellany
School of Computing, Engineering and
Mathematics
Western Sydney University
Locked Bag 1797, NSW 2751,
Australia
a.hellany@uws.edu.au

Abstract— The smart grids can optimize the use of various The energy crisis and environmental issues have reached
generation sources and reduce cost. With new developments in a high level due to use of fossil fuels [3, 4]. Therefore, the
renewable energy, distributed generation, the traditional researchers have been concentrating on the development and
power grids are being converted to smart grids. This paper utilization of renewable energy sources (RESs). The RESs
provides a survey of the literature that focuses on the use of can increase the power system reliability, minimize the total
optimization techniques in SG, prominently in generation, cost and peak demands of utility grid [5]. Furthermore, the
transmission and distribution systems. It is anticipated that reduction of greenhouse gases can be done by utilizing
this paper will help in finding future research scopes and electric vehicles. Electric vehicles are considered as an
strategies efforts for improving the SG.
essential resource that can store energy from variable RESs
during excessive electricity generation and feed back to the
Keywords— smart grid, optimization techniques, energy
management, renewable energy resources SG when required. The massive integration of electric
vehicles may have an unpleasant impact on the grid because
of taking excessive power when charging. This adverse
I. INTRODUCTION impact can be minimized by utilizing control strategies and
In general, the term grid is an interconnected system that managing EV fleet. Fig. 1 shows the main electricity
is utilized in the electricity system to deliver electricity from producers and consumers in SG.
generating stations to end-users. It incorporates electricity
The consumers and suppliers are the two big performers
generation, transmission, distribution and control systems to
in SG where the consumers like to minimize the cost
supply electricity to the consumers. The intelligence is being
whereas suppliers aim to make more profits and reduce the
implemented into electric grids that help to make the grid
peak demand. Because of the massive arena of the SG
smart. The smart grid (SG) tries to enhance operations and
research, many researchers disclose different perceptions in
maintenances by automating operations so that each
regard to the SG. This study will investigate the applications
component can communicate with one another as and when
of optimization techniques in the SG system.
required [1]. An SG is a bi-directional grid that upgrades the
traditional power grid to one which operates more TABLE I. A BASIC DIFFERENCE BETWEEN TRADITIONAL GRID AND
economically and responsively. Table I shows the basic SMART GRID
Traditional Grid Smart Grid
difference between traditional grid and SG. The SG
Electromechanical Digital
incorporates modern information technologies,
Unidirectional communication Bi-directional communication
computational intelligence along with advanced electronic
Consolidated generation Dispersed generation
devices in an integrated manner throughout the generation,
Manual monitoring and Self-monitoring and self-
transmission, sub-stations and consumption. It makes a
restoration restoration
convenient electric grid system that is clean, secure, efficient,
Limited control Extensive control
reliable and sustainable.
Limited consumer choices Various consumer choices
By using the smart meter, phase management unit,
supervisory control, and data acquisition system, SG
performs real-time tracking and measurements of utilities. II. SMART GRID MODEL
An SG offers handy programs and features to the customers
to make their individual choices to utilize energy depending An SG can be defined as the integration of various
on real-time or time of use pricing information using the technologies, components, networks and services under
home area networks. Moreover, a good business relationship different smart management and control systems. It provides
can be made between an individual customer and utility grid a significant number of advantages both for the consumers
by permitting two-way power flow and communications and the utility companies.
between them [2]. Thus, the individual consumer can partake
in environmental improvement by providing their clean
energy to the SG which can be financially beneficial.

‹,((( 
III. OPTIMIZATION TECHNIQUES
Optimization is a process or method used to provide the
optimal performance of a complex and complicated
application. The following sub-sections overview and
describe different optimization techniques.

A. Overview of Optimization Techniques


The optimization methods try to find the best or near best
parameter(s) from the initial parameter(s) that optimize the
given function. Numerous optimization techniques have been
applied to handle optimization problems and these
techniques can be divided into conventional mathematical
optimization and computer intelligent optimization
techniques. The conventional methods e.g. direct and
gradient-based methods use a deterministic approach to
Fig. 1. Main electricity producers and consumers determine the optimal solution. The limitation of the
Fig. 2 shows the SG conceptual model. It can be conventional techniques is that it becomes complex to find
classified into three major parts, smart infrastructure system, the best value when the search space size increases [7].
management systems, and protection systems [6] as shown in The computational intelligence, gradient-free,
Fig. 3. Furthermore, the smart infrastructure consists of three optimization systems have been largely utilized to solve the
sub-systems, i.e. smart energy, smart information and smart complicated problem in many fields because of their
communication infrastructure sub-systems. Smart energy simplicity, large applicability, time-saving, and global
sub-system deals with generation, transmission, distribution prospect. The intelligence algorithms can be classified into
and consumption. The information sub-system acts on smart heuristic and metaheuristic algorithms. The metaheuristics
metering, monitoring and management system, and can be further split into the swarm, evolutionary and physic-
communication sub-system ensures the connectivity and based algorithms [8].
information sharing among systems, appliances and
applications. The smart management system utilizes Swarm-based algorithms mimic the social behaviour of
numerous advanced techniques to pursue various swarms, herds, animals and other individuals. The common
management schemes such as enhancement of energy swarm algorithms are particle swarm optimization algorithm
efficiency, supply and demand balance, reduction of (PSO), artificial bee colony and ant colony optimization.
operation cost, and emission control. The smart protection Evolutionary algorithms work on the natural genetic
system deals with the enhancement of grid reliability, along evolution such as recombination, crossover, mutation,
with failure protection, and security and privacy protection selection and adaption. The most common evolutionary
services. algorithms are the genetic algorithm (GA), genetic
programming, evolutionary programming and differential
Bulk generation Transmission Central control
evolution. Physic-based algorithms are influenced by a
physical process such as music, metallurgy, science, complex
dynamic systems, and interaction between culture and
evolution. Simulated annealing is the most dominant
algorithm in this category. The other algorithms are lightning
search algorithm, harmony search algorithm, and teaching-
learning-based optimization.
Communication networks

B. Description of Optimization Techniques


1) Conventional mathematical optimization techniques:
Battery storages

Electrical vehicles

The gradient-based optimization approaches use knowledge


of gradient/derivation information to find the optimal
solution. Gradient-based techniques often use two-step
Smart homes iterative method to find the optimal solution. The first step
Distributed Distribution
generations
Smart loads
Power line
Conventional
Loads is to identify the search direction based on the gradient
Communication line information and the second step is to move in the identified
Fig. 2. SG conceptual model direction until new instruction made [9]. This two-step
Smart Grid
method can be mathematically expressed as
xk+1=xk+αk.Dk (1)
where αk and Dk are the step size and direction vector
Smart infrastructure Smart Management Smart Protection respectively.
system System system

Smart Smart Management Stability


Linear programming is an approach for the optimization
Smart energy
information communication
Management
techniques and fault
Security of a linear objective function, subject to the linear equality
sub-system objectives and privacy
sub-system sub-system and tools protection and inequality constraints. Nonlinear programming is
concerned with the nonlinear objective function subject to
Fig. 3. A brief classification of SG
inequality constraints. An integer programming is a


mathematical optimization program in which some or all of where all the variables and fitness function values are
the variables are defined to be integers. When some decision stored. Fig. 6 shows the basic flowchart of HSA.
variables are not discrete the problem is known as the mixed- Update the
integer programming problem. harmony momery

Yes
Dynamic programming is both a mathematical Improvise a new
Add new
optimization and a computer programming method. It has a Initilization harmony
harmony to
Termination
criteria
Yes
stop
Start of harmony (memory consideration,
particular search strategy for multi-level decision process and memory pitch adjustment,
harmony
memory?
No Satisfied?
the strategy is splitting the problem into sub-problems. randomization)

Stochastic programming is a mathematical programming but No

the objective function and constraints depend on Fig. 6. Basic flowchart of HSA
optimization variables and a random variable.
d) Tabu search algorithm (TSA): TSA is a
2) Computer intelligent optimization techniques: metaheuristic algorithm based on local search [13]. It
a) Particle swarm optimization (PSO): A PSO is a searches new solutions leading from a provided neighbour
multi-agent optimization approach which was first structure and incumbent solution through moves. Tabu
introduced by Kennedy and Eberhart [10]. The PSO method algorithm iteratively replaces incumbent solution with a best
imposes different particles for searching the global optimal neighbouring solution until the termination criteria are met
solution. The best knowledge for each particle is kept in the and thus improve the solution in the neighbourhood. Fig. 7
particle memory (pbest) and the best global attained among shows the basic flowchart of TSA.
all particles is known as the global best particle (gbest). The
Update
velocity (vj) and location (xj) of each particle are updated tabu list
No
after every iteration as follows:
v lj1 Zv lj  m1r1 ( pbest j  x lj )  m2 r2 ( gbest j  x lj ) (2) Start
Initialize
current
Create a set of
neighbourhood
Evaluate the
neighbourhood
Find the best
admissible
Termination
criteria
Yes
stop
solution solutions solutions solution Satisfied?
x lj1 x lj  v lj1 (3)
where l is the iterations; ω is the inertia weight factor in Fig. 7. Basic flowchart of TSA
the range of [0.5, 1]; m1 and m2 are constants specified by the
users. r1 and r2 are the uniformly distributed random numbers
in the range of [0, 1]. Fig. 4 shows the basic flow chart of the IV. APPLICATION OF OPTIMIZATION TECHNIQUES IN SMART
PSO. The limitations of PSO are premature convergence and GRID
high possibility to get stuck in local optima. Many researchers have been using different optimization
techniques in power system optimization over last decades.
Generation Update Termination Yes
These techniques have become an indispensable part of the
Start of initial
Fitness
Pbest and
Update
criteria stop power grid optimization due to the massive integration of
evalutation population
population Gbest Satisfied? RESs and distributed generations (DGs) in grid systems. The
optimization techniques can determine the optimal power
No generation among different sources based on the demand,
Fig. 4. Basic flowchart of PSO scheduling, dispatching, etc. in order to minimize the peak
demand and operational costs.
b) Genetic algorithm (GA): The GA is a global search
technique, inspired by Darwin's theory of evolution [11]. A. Smart Energy Infrastructure
This method follows the procedure of natural selection
The electricity generation and flow schemes in SG are
where the best individuals are chosen for reproduction so as
more flexible, e.g. the distribution grid can obtain electricity
to produce offspring for the next generation. They produce from both the RESs and smart consumers. The energy sub-
offspring who obtain the features of the parents and will be system can be classified into smart electricity generation,
included in the next generation. The offspring will be better transmission and distribution grids.
if parents are better and there is a higher possibility of
surviving. This process continues until it finds the best 1) Smart generation: Smart generation system
fitness. Fig. 5 shows the basic flow chart of GA. accumulates electricity from RESs, DGs along with
traditional power plants to improve system stability and
Generation
Fitness Selection/
Termination Yes minimize the plant’s capacity and reduce the generation
Start of initial crossover mutation criteria stop
population
evalutation reproduction
Satisfied? capital costs. The study in [14] utilized PSO algorithm to
determine the optimal sizing of a hybrid energy system such
No as photovoltaic, wind turbine, batteries and diesel generator
Fig. 5. Basic flowchart of GA based on SG system considering load shifting-based load
priority. This method minimizes the total cost to supply the
c) Harmony search algorithm (HSA): HSA is a required load demand while satisfying the system reliability.
population-based metaheuristic method influenced by the Similarly, an optimization model for SG with diesel,
musical process of looking for an ideal state of harmony photovoltaic and wind generators, and battery storage
[12]. This algorithm considers following steps: initialization system was presented in [5]. The problem is formulated to
of harmony memory, improvisation of a new harmony, reduce the generation and start-up cost from the generators.
update the new memory. The harmony memory is a memory A hybrid differential evolution with HSA is employed to


solve the problem. In Ref. [15], the authors developed a However, it may not only increase the demand during off-
stochastic programming model that incorporates thermal peak hours but also increase the consumer's discomfort
generation and wind penetrations with the demand response level. Therefore, the energy management, optimization, and
(DR) program to reduce the generation plant investment control technologies are essential to reduce the limitations of
costs. The authors only utilize operational constraints to DR programs.
optimize the system and the DR is accounted as a linear
The authors in [2] proposed a method to reduce the
price responsive function which is not realistic. The research
electricity cost of a single and multiple houses with integer
in [16] proposed an optimal hybrid power generation model linear programming technique. Nonetheless, the suggested
including RESs with different design schemes in the context method considers only a single time slot instead of multiple
of costs, emission, and reliability. An improved PSO is time which may lead to sub-optimal results. The authors in
utilized to find the optimal power generation solution. The [22] developed a mathematical model for smart home
study in [17] proposed a novel idea of a virtual power plant elements to minimize the cost and maintain the users'
that combines and manages a set of distributed energy comfort level with distributed energy resources and DR. The
resources with the total capacity equivalent to a traditional proposed multi-objective functions are solved by mixed
power plant. The virtual power plant has massive integer nonlinear programming algorithm considering only
advantages in system stability, flexibility and quick response one house. Moreover, mixed integer linear programming was
used in [23] to determine the minimum cost control of a
to fluctuations over traditional power plants. However,
micro grid by modelling supply and demand as decision
intricate optimization and communication techniques are variables. However, the fixed electricity price is considered
essential for control and smooth operation of the virtual throughout the study that may provide an unrealistic solution.
plant. Two levels of optimization problems were proposed in [24]
to optimize the power consumption and minimize the cost.
2) Smart transmission: The technologies such as This study considers few consumers to validate the proposed
advanced materials, power electronic devices, sensors, models and the impact of storage devices in the utility grid is
control techniques, communications and policies are crucial ignored. The authors in [25] suggested a multi-objective
to upgrade the existing transmission infrastructure to smart PSO algorithm to optimize the distributed energy sources for
one. It will control, monitoring and automation and thus reducing the operational costs and carbon footprint. A multi-
increases the system performance e.g. stability, power objective evolutionary algorithm was proposed in [26] to
quality and security. The authors in [18] proposed a multi- minimize the electricity usage price and accomplishes the
year transmission expansion model considering solar DG load balancing technique in order to reduce the interruption
and solved by using evolutionary PSO algorithm. The time for the operation of electrical devices. However, the
outcomes are obtained by using single algorithm without
results show that the existing transmission system needs to
further validation.
be expanded or modified to meet the current demand even
though DG penetration increased up to 20%. Similarly, the B. Smart Management System
research in [19] suggested a grid optimization model in
An SG is not only the combination of energy,
terms of transmission expansion that incorporates network’s
communication information system but also the effective
renovation and design choices based on the consumers’ utilization of smart energy management system. The
demand. This method is solved by CPLEX, a tool for integration of energy sources and uncertainty of their
solving linear optimization problems, programming to generation causes a significant difference in generation and
minimize the capital costs of infrastructure and operational demand patterns. Therefore, smart energy management and
costs of electricity production. Their model does not control is essential. The management objectives include
consider realistic data, and the uncertainty of generation and efficiency and demand profile enhancement, overall cost and
consumption are also not incorporated in their study. For the emission reduction while management methods incorporate
same purpose, the authors in [5, 20] consider the different optimization techniques such as dynamic
transmission line as power flow constraints to determine the programming, convex programming and heuristics
optimal operation of SG in order to minimize the total algorithms to determine the optimal solution of the objective
functions.
operational costs. The optimization problems are solved by
using HSA [5] and TSA [20] respectively. Nonetheless, the The authors in [27] proposed a two-level stochastic
research in [21] introduces an inspection approach by using energy management technique considering the uncertainty of
the GA to minimize the inspection and maintenance costs RESs along with DGs and energy storage devices. This
and fault power loss to ensure safety and reliability. The technique is solved by CPLEX optimizer (commercial
software) and OpenDSS (electrical distribution simulation
authors consider only climatic issues ignoring other
tool) to minimize the total operating expenses and power
environmental factors to reduce power loss. losses. The author also studies the impact of electric vehicles
on energy management under different charging levels. The
3) Smart distribution: Many researchers have been research in [28] applied convex programming for automatic
concentrating on the distribution networks especially load management in a smart home by dealing with schedule-
distribution side energy management to ensure the basic based appliances. However, this study is not extended to deal
objectives such as system reliability, power quality and with multiple household schemes. Ref. [29] formulated a
electricity price. DR program is an important factor that coordinated home energy management system problem in
often persuades consumers to use standby generation or which multiple residential distributed units collaborate with
reduce or shift their demands for limiting peak demands. each other to obtain the actual power balancing with


minimum cost. The proposed model is solved by a certainty algorithm is essential to make SG reliable and
equivalent control and decomposition method. efficient.
x Different advanced techniques and metering need to
C. Smart Protection System
be promoted to take the advantages of DR programs.
Smart protection system prevents SG from abrupt power
outages and cyber-attacks. It increases the system reliability, x Effective optimization algorithm needs to be
information security and privacy, and also quick recovery developed to find the optimal energy management
from failures. An optimization problem in terms of voltage solution that is reliable and less time-consuming.
control and adaptive protection was developed in [30]
considering information and communication technology. GA VI. CONCLUSION
is applied in solving the problem. A grid protection approach
This review shows the perspective for the utilization of
was suggested in [31] that aims to minimize the power losses
optimization techniques in SG. Power grid advancement is
by choosing an optimal power factor. The commercial
an ongoing process that may continue for decades and make
LINDOGlobal software is employed to solve the problem
a robust platform for new applications and technologies. The
without any validation. On the other hand, the smart meter
power industry has prospects and becoming progressively
data privacy approach was proposed in [32]. The online
imperative in the rising low carbon economy. It can be said
control technique, Lyapunov optimization algorithm is
that the SG will lead to a sound power supply services and
utilized to solve the problem. DR programs are totally
eventually develop our daily lives how to make.
disregarded during optimizing the system.
The applications of different optimization techniques are REFERENCES
summarized in Table II.
[1] M. E. El-Hawary, “The smart grid—state-of-the-art and future
TABLE II. APPLICATION OF D IFFERENT OPTIMIZATION TECHNIQUES trends,” Elec. Power Comp. Syst., vol. 42, pp. 239-250, February
2014.
Ref. Target of the Objective Solution Method [2] A. Molderink, V. Bakker, M. G. C. Bosman, J. L. Hurink, and G. J.
[4] Minimize total generation and Harmony search algorithm M. Smit, “Domestic energy management methodology for optimizing
operation cost with differential evolution efficiency in Smart Grids Domestic energy management methodology
[8] Transmission investment cost Evolutionary particle swarm for optimizing efficiency in Smart Grids,” IEEE Bucharest
optimization algorithm PowerTech, Bucharest, Romania, pp. 1-7, July 2009.
[13] Minimize total generation Particle swarm optimization
cost algorithm [3] M. M. Islam, H. Shareef, and A. Mohamed, “Improved approach for
[14] Generation plant investment Stochastic programming electric vehicle rapid charging station placement and sizing using
cost Google maps and binary lightning search algorithm,” PLOS ONE,
[15] Optimal power generation Modified particle swarm vol. 12, pp. 1-20, December 2017.
optimization algorithm [4] M. M. Islam, H. Shareef, and A. Mohamed, “Optimal location and
[18] Capital costs of infrastructure Commercial CPLEX software sizing of fast charging stations for electric vehicles by incorporating
and operational costs of traffic and power networks,” . IET Intell. Transpor. Syst., DOI:
electricity production 10.1049/iet-its.2018.5136, pp. 1-12, July 2018.
[20] Minimize the inspection and Genetic algorithm [5] J. Zhanga, Y. Wu,Y. Guo, B. Wang, H. Wang, and H. Liu, “A hybrid
maintenance costs and fault harmony search algorithm with differential evolution for day-ahead
power loss scheduling problem of a microgrid with consideration of power flow
[21] Minimize the cost and Mixed integer nonlinear constraints,” Appl. Energy, vol. 183, pp. 791-804, December 2016.
maintain the users' comfort programming algorithm
level [6] X. Fang, S. Misra, G. Xue, and D. Yang, “Smart grid - the new and
improved power grid: a survey,” IEEE Comm. Surv. Tutor., vol. 14,
[24] Optimize distributed energy Particle swarm optimization
sources, reduce operational algorithm pp. 944-980, December 2011.
costs and carbon footprint [7] C. Kanzow, N. Yamashita, and T. Fukushima, “Levenberg–
[25] Minimize the electricity Evolutionary algorithm Marquardt methods withstrong local convergence properties for
usage price and reduce the solving nonlinear equations with con-vex constraints,” Comput. Appl.
interruption time for the Math. Vol. 172 pp. 375–397, December 2004.
operation of electrical devices [8] M. Jain, V. Singh and A. Rani, “A novel nature-inspired algorithm for
[26] Minimize the total operating Commercial CPLEX software optimization: Squirrel search algorithm,” Swarm Evol. Comp., vol. 28
expenses and power losses February 2018.
[27] Optimal appliances Convex programming
[9] G. Venter, “Review of optimization techniques,” Encyclopedia of
scheduling
Aerospace Engineering, John Wiley & Sons Ltd, 2010.
[30] Minimize the power losses Commercial LINDOGlobal
software [10] R. C. Eberhart, and J. Kennedy, “A new optimizer using particle
swarm theory,” Proceedings of the Sixth International Symposium on
Micro Machine and Human Science, New York, NY, pp. 39–43,
Octobor 1995.
V. FUTURE DIRECTIONS [11] D. Goldberg, “Genetic algorithms in search,” Optimization and
Machine Learning, Addison-Wesley, New York, 1989.
The SG can outperform the classical power grid in
[12] Z. W. Geem, J. H. Kim, and G. Loganathan, “A new heuristic
reliability, efficiency, load scheduling and users’ satisfaction. optimizationalgorithm: harmony search,” Simulation, vol. 76, pp.
but, there are several challenges to make the SG system 60–68, February 2001.
practical. [13] F. Glover, “Future paths for integer programming and links to
artificial intelligence,” Comp. Oper. Res., vol. 13, pp. 533-549, 1986.
x The users cannot use the RESs and DGs as [14] M. A. Mohamed, A. M. Eltamaly, and A. I. Alolah, “PSO-Based
independent electricity supplier because of their smart grid application for sizing and optimization of hybrid renewable
uncertainty during electricity generation but can be energy systems,” Plos One, vol. 11, pp. 1-11, August 2016.
utilized as the virtual power plant to help the central [15] S. Jin, A. Botterud, and S. M. Ryan, “Impact of demand response on
grid. Hence an effective communication and control thermal generation investment with high wind penetration,” IEEE
Trans. Smart Grid, vol. 4, pp. 2374 – 2383, December 2013.


[16] L. Wang, and C. Singh, “Multicriteria design of hybrid power demand response programs,” Elec. Power Syst. Res., vol. 111, pp.
generation systems based on a modified particle swarm optimization 156-168, June 2014.
algorithm,” IEEE Trans. Energy Conv., vol. 24, pp. 163 – 172, [26] K. Muralitharana, and R. Sakthivel, “Multi-objective optimization
March 2009. technique for demand side management with load balancing approach
[17] A. Molderink, V. Bakker, M. G. C. Bosman, J. L. Hurink, and G. J. in smart grid,” Neurocomputing, vol. 177, pp. 110-119, February
M. Smit, “Management and control of domestic smart grid 2016.
technology,” IEEE Trans. Smart Grid, vol. 1, pp. 109–119, September [27] W. Su, J. Wang, and J. Roh, “Stochastic energy scheduling in
2010. microgrids with intermittent renewable energy resources,” IEEE
[18] P. V. Gomes, and J. T. Saraiva, “Transmission system planning Trans. Smart Grid, vol. 5, pp. 1876 – 1883, July 2014.
considering solar distributed generation penetration,” International [28] K. M. Tsui, and S. C. Chan, “Demand response optimization for
Conference on the European Energy Market (EEM), Dresden, smart home scheduling under real-time pricing,” IEEE Trans. Smart
Germany, pp. 1-6, June 2017. Grid, vol. 3, pp. 1812 – 1821, December 2012.
[19] A. Sarid, and M.Tzur, “The multi-scale generation and transmission [29] T. H. Chang, M. Alizadeh, and A. Scaglione, “Coordinated home
expansion model,” Energy, vol. 148, pp. 977-991, April 2018. energy management for real-time power balancing,” IEEE Power and
[20] T. Goyaa, T. Senjyua, A. Yonaa, N. Urasakia, and T. Funabashi, Energy Society General Meeting, San Diego, CA, USA, pp. 1 – 8,
“Optimal operation of thermal unit in smart grid considering July 2012.
transmission constraint,” Int. J. Elec. Power Energy Syst., vol. 40, pp. [30] P. C. Ramaswamy, and G. Deconinck, “Relevance of voltage control,
21-28, September 2012. grid reconfiguration and adaptive protection in smart grids and
[21] L. Jiana, G. Feng, Z. Ming, C. Liuning, and L. Weiyao, “Research on genetic algorithm as an optimization tool in achieving their control
optimal inspection strategy for overhead transmission line based on objectives,” International Conference on Networking, Sensing and
smart grid,” Proc. Comp. Sci., vol. 130, pp. 1134-1139, 2018, Control, Delft, Netherlands, pp. 26 – 31, April 2011.
[22] J. Wang, Z. Sun, Y. Zhou, and J. Dai, “Optimal dispatching model [31] S. Ritter, H. Ruttinger, S. Ritter, P. Bretschneider, and D.
of smart home energy management system,” IEEE PES Innovative Westermann, “New approaches for smart grid requirements: grid
Smart Grid Technologies, Tianjin, China, pp. 1-5, September 2012. protection and optimization of distribution grid operation,” IEEE
[23] P. O. Kriett, and M. Salani, “Optimal control of a residential Power and Energy Society General Meeting, Detroit, MI, USA, USA,
microgrid,” Energy, vol. 42, pp. 321-330, June 2012. pp. 1 – 7, July 2011.
[24] Q. Zhu, Z. Han, and T. Başar, “A differential game approach to [32] L. Yang, X. Chen, J. Zhang, and H. V. Poor, “Optimal privacy-
distributed demand side management in smart grid,” IEEE preserving energy management for smart meters,” IEEE Conference
International Conference on Communications (ICC), Ottawa, ON, on Computer Communications, Toronto, ON, Canada, pp. 513 – 521,
Canada, pp. 3345 – 3350, June 2012. May 2014.
[25] A. Zakariazadeh, S. Jadid, and P. Siano, “Stochastic multi-objective
operational planning of smart distribution systems considering



You might also like