SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 8, No. 3, June 2018, pp. 1758~1765
ISSN: 2088-8708, DOI: 10.11591/ijece.v8i3.pp1758-1765  1758
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Firefly Algorithm to Opmimal Distribution of Reactive Power
Compensation Units
V. Z. Manusov1
, P. V. Matrenin2
, L. S. Atabaeva3
1,2
Department of Industrial Power Supply Systems, Novosibirsk State Technical University, Russia
3
Foreign Languages Departement, Novosibirsk State Technical University, Russia
Article Info ABSTRACT
Article history:
Received Oct 3, 2017
Revised Jan 19, 2018
Accepted Jan 26, 2018
The issue of electric power grid mode of optimization is one of the basic
directions in power engineering research. Currently, methods other than
classical optimization methods based on various bio-heuristic algorithms are
applied. The problems of reactive power optimization in a power grid using
bio-heuristic algorithms are considered. These algorithms allow obtaining
more efficient solutions as well as taking into account several criteria. The
Firefly algorithm is adapted to optimize the placement of reactive power
sources as well as to select their values. A key feature of the proposed
modification of the Firefly algorithm is the solution for the multi-objective
optimization problem. Algorithms based on a bio-heuristic process can find a
neighborhood of global extreme, so a local gradient descent in the
neighborhood is applied for a more accurate solution of the problem.
Comparison of gradient descent, Firefly algorithm and Firefly algorithm with
gradient descent is carried out.
Keyword:
Firefly
Multicriteria optimization
Power system
Reactive power compensation
Swarm intelligence
Copyright © 2018 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Pavel V. Matrenin,
Department of Industrial Power Supply Systems,
Novosibirsk State Technical University,
20 Prospect K. Marksa, Novosibirsk, 630073, Russia.
Email: pavel.matrenin@gmail.com
1. INTRODUCTION
Optimal distribution of reactive power of power supply systems and in electrical networks is a quite
topical and innovative task. The main reason of high attention towards the problem is the possibility without
providing effective additional capital investments into equipment and other power system performance to
achieve economies through solving the problem set. Transmission of the reactive current from power
generators to consumers is unprofitable and reactive current occupies part of conductor cross of electric
power lines. In this paper, the deep compensation of the reactive power is considered.
The efficiency of the compensation depends on the distribution of reactive power compensation
units at power supply system nodes. The optimization task of finding the optimal distribution is nonlinearity,
no differentiability; it has multiple extremes and high computational complexity. It is required to apply
effective multi-objective optimization methods taking into account high computation difficulty of the task
and complicated topology of the solution search space. Presently, the issues of finding the solutions for
similar problems are considered, based on artificial intelligence methods, such as Fuzzy logic, heuristic
optimization methods, etc.
Research [1] proposes regulation of STATCOM using Fuzzy Logic concept. It allows tuning
controllers to achievement high efficiency of power grid operation. Hovewev applying Fuzzy Logic requires
expert knowledge of the system and its functioning. Therefore, developing fuzzy rules can be very time-
consuming. It is much easier to use heuristic optimization methods that do not require special labor-intensive
modifications. For example, work [2] applies the Harmony search to power loss minimization [2], but using
Int J Elec & Comp Eng ISSN: 2088-8708 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov)
1759
network reconfiguration. Tabu search method used in [3] (with the Evolutionary programming) and [4],
research [4] also consideres the Simulated Annealing algorithm. The most widely used optimization method
is the Genetic algorithm (GA). It applied to the unit commitment problem [4], to reactive power optimization
for voltage stability improvement [5], to minimize power losses and cable cross-section through reactive
power units control [6], to to maintain voltage stability using reactive power of Static Var Compensator [7].
Swarm Intelligence class of other methods, close to the GA and showing high efficiency to
optimizing the operation of power systems. As in the above-mentioned research [7], Static Var Compensator
are used in [8], but for their optimization the Particle Swarm Optimization (PSO) algorithm is applied. The
researches [6] shows slight superiority of the Particle Swarm Optimization algorithm over the GA in solving
the problem of optimal allocation of reactive power sources distribution in network nodes. In the article [9] a
modification of the PSO to optimize size of distributed generation. In the study [10] it is proved that for the
reactive power units operational control the Artificial Bee Colony Optimization (ABCO) algorithm is more
effective than the GA and the PSO, because in the ABCO procces never converges in the neighborhood of
single solution. This article proposes to apply a much less commonly used Swarm Intelligence algorithm,
namely the algorithm the Firefly Optimization algorithm (FFO) [11]. It was modification to solving a two-
criterion optimization problem. Also, the FFO algorithm was modified by using a gradient descent.
1.1. Statement of the problem
The mathematical model of the optimization problem involves real power losses minimizing as well
as costs for compensating units’ (CU) installation. The simplest way of reducing the multicriteria problem to
one-criterion one is a linear convolution. Active power losses and costs related to CU can be connected in
one criterion of financial losses taking into account the cost per unit for power losses (1 kW) and the cost per
unit for CU power (1 kVAr). The power losses cost is defined by the tariff being charged from the customers.
Mathematical formulation of optimization can be stated as follows [6]:
W(Q) = ccu·Qsum + cp·ΔP·t → min
Qsum = (Q1 + Q2 + … + Qn) (1)
With restrictions: Qmin i ≤ Qi ≤ Qmax i, where
a. Q is a CU’s power vector;
b. i is CU’s power in node (if it is 0, then node does not require CU’s installation);
c. n is a number of nodes where CUs can be installed;
d. ccu is cost of the CUs ($ per volt-ampere);
e. cp is cost of active power ($ per watt-hour);
f. ΔP is total losses of real power in network;
g. t is estimated period in hours.
As a general rule, this problem is considered as one-criterion by convolution into one or transferring
of one of the criteria into restrictions. However, the model application with two criteria allows a decision
maker to have more information about system improvement options. It is of particular importance to use
multi-criteria optimization when among criteria the part of which influences the short-term indicators and the
other part influences the long-term ones. Thus, the optimization problem Equation (1) may not be reduced to
one-criterion but needs to be solved using two criteria separately with restriction the same as in Equation (1):
ccu·t·ΔP → min
ccu·Qsum → min (2)
1.2. Firefly algorithm
The Firefly algorithm [11] as all Swarm Intelligence algorithms is based on the agents (fireflies)
movement in the decision searching space. Let’s consider the objective function minimum problem of the
following type f(X), where X is a vector of varied parameters which can get the values from some D area.
Each agent is specified by the value of X parameter and value of an optimized function f(X). Thus, the agent
is a feasible solution of the considered optimization problem.
As the algorithm is based on watching for fly’s behavior, each agent is considered to see the “light”
from their neighbors, but the brightness of the “light” depends on the distance between agents. For the
process of solution finding to be converged to the optimum, each agent in its movement takes into account
only those neighbors having a better value of f(X) criterion. But for the algorithm not to degenerate into
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1758 – 1765
1760
greedy heuristics, it is necessary to have agents’ stochastic movement. This peculiarity is also specific for all
Swarm algorithms.
The FFO algorithm operation scheme can be described as follows:
Step 1. To distribute the agents randomly in the solution searching space.
Step 2. To calculate values of the optimized function per each agent. If the agent has a better value, it will
have more opportunity to serve it.
Step 3. Each agent needs to have a new position based on the formulas given below.
Step 4. To carry out the movement of each agent into a new position.
Step 5. If the condition of completion is implemented, the algorithm needs to be finished or otherwise needs
to be passed to the Step 2.
The result of algorithm performance is the best-saved solution. The study [10] provides a universal
scheme of Swarm Intelligence algorithm description. According to it, the Firefly algorithm should be written
as follows:
FF = {S, M, A, P, I, O}.
1. Set of agents (fireflies)
S = {s1, s2, …, s|S|},
|S| is a number of agents. At iteration j the ith
agent is specified by the state sij = {Xij}, where Xij = {x1ij, x2ij, …,
xlij} is a vector of the varied parameters (agent’s position), l is a number of the varied parameters.
2. Vector M is agents’ brightness.
M = {f(X1j), f(X2j), f(X|s|j)}
Brightness is determined by the optimality criterion. This vector ensures the indirect experience exchange
among agents.
3. The algorithm A describes Swarm functioning mechanisms. There are different modifications of this
algorithm. This is followed by the description of basic algorithm.
a) Generation of initial positions is:
Xi1 ← random(G(X)), i = 1, …, |S|,
where random(G(X)) is a vector of equally distributed random variables meeting the restrictions of
searching space.
b) Criterion calculation per agent is being implemented by:
mij = f(Xij), i = 1, …, |S|
Xj
best
← Xij | f(Xij) ≤ f(Xj
best
) (3)
The criterion calculation takes place in the mathematical model of the problem where Xij vectors are entered
from algorithms and the results are returned to the algorithm through the interface {I, O}.
c) Agents’ movement:
Xij+1 ← Xij + v(Xij, Xkj) · (Xij – Xkj) + α·random | mkj ≤ mij , i, k = 1, …, |S|, i ≠ k,
if G(Xij+1) = 0, Xij+1 ← Xij, i = 1, …, |S|, (4)
Where rand ∈ [0, 1], and G(X) is used in this case as the predicate showing if X belongs the area of
admissible solutions.
The function v(Xij, Xkj) defines the attractiveness of k agent for i agent with j algorithm iteration:
v(Xij, Xkj) = β·(1 + γ·r(Xij, Xkj))-1
(5)
where r(Xij, Xkj) is Cartesian distance between agents.
d) If with j iteration the completion condition is implemented, the value has the output O. Otherwise, the
transition to iteration b) is taken place.
4. Vector P = {α, β, γ} are coefficients of the algorithm.
Coefficient α determines the influence degree of stochastic algorithm nature. Coefficient β sets the degree of
attraction between agents with zero distance between them i.e. defines the agent’s mutual influence.
Coefficient γ controls the dependence of attraction on the distance between agents.
5. Identifiers I and O are algorithm’ inputs and outputs (to be interconnected) for the interconnection with the
problem solved.
Int J Elec & Comp Eng ISSN: 2088-8708 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov)
1761
2. RESEARCH METHOD
2.1. Applying the FFO algorithm for two-criteria optimization
Our preliminary experiments, as well as experiments [12] shows that if optimization problem has a
single criterion, then most fireflies converges rapidly (about after 100 iterations) to a neighborhood of the one
solution. However, each FFO agent is directly influenced by all other agents, which has a better fitness value.
It fundamentally differentiates the FFO algorithm from other population-based algorithms. For example, in
the GA, a new solution is obtained from the crossover of a small number (usually two) of parent solutions. In
the PSO algorithm, the agent is influenced by the best solution among its neighbors or even among all agent
of the swarm. In the ABCO algorithm, only a few of the best solutions are selected, which affect the next
steps. This feature allows applying the FFO algorithm easily for problems to be solved with several
conflicting criteria requiring finding the alternative itself. Each agent is influenced by all agents, which are
much better by one criterion (minimum losses or minimum compensation power).
For example, in Figure 1, four agents will be influenced by all agents except 2 and 9. In this case,
first, sixth, and eighth agents’ influence will be less than third, fifth, and seventh agents influence as they are
at the remote distance from the fourth one. The fifth agent will have more influence. The sixth agent will not
be influenced by any of the agents mentioned as it is in the best position according to both criteria.
Figure 1. Firefly algorithm influence within two-criterion problem
2.2. Interaction the FFO algorithm and optimization problem
The interaction of the FFO algorithm and the optimization problem is performed according to the
following scheme:
a. The algorithm generates new agent set (solutions).
b. Each agent position X is mapped to problem solution (vector Q), as shown by Equation (6).
c. Criterion Equation (1) is calculated for each solution and criterion values are set to Firefly algorithm.
d. The FFO algorithm updates agent position using Equations (3)-(5).
e. These steps are performed until the number of iterations is exhausted.
Agent position X is used as the coefficients vector, so the power of ith
CU was determined as the
product of the xi the calculated maximum allowable power of CU in the ith
node
Qi = xi∙Qmax i. (6)
2.3. Local search
The FFO agents are moved to the criteria improvement side, but cannot change positions per step
for a bigger distance since the remote agents’ influence is not so much. The influence is decreased
exponentially with distance increasing. Due to it, the probability of the agent will “pass over” some extreme
point on its way. On the other hand, it will not allow all the agents to quickly appear in one extreme point
even if it is a global one. Since the algorithm finds not an exact extreme point but finds some area upon
completion of FFO algorithm operation, it is expedient to carry out local searching in the space of the best
solution found such as the gradient descent.
To increase the the FFO algorithm effectiveness, it is possible to carry out its adjustment with the
gradient descent. Initially, the FFO algorithm is launched out, and it performs searching within the space of
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1758 – 1765
1762
acceptability. However, in this case, the algorithm can find the space of global extremum but not the
extremum itself due to its diversification feature allowing not “to be stuck” in local areas. Gradient
algorithms, on the contrary, frequently are not able to get out from local extremums. Such algorithms are
computer-intensive, in particular, with a large quantity of optimized variables being available. However,
gradient descent allows finding the extremum in that region where it has started its operation. Due to it, the
more effective algorithm combination at which the FFO algorithm carries out space approximation (one or
some) relatively fast within the whole space of solutions being used afterward as the initial position for the
gradient descent.
2.4. Power supply system used
The experiments were performed by using the fragment of Tajikistan distribution electrical network
of electric power system shown in Figure 2.
The selection of nodes for the CUs location is carried out by fuzzy logic. For this voltage deviation
in the nodes and real power losses in branches have been considered as linguistic variables. The voltage
deviation can be “low”, “below average”, “average” or “high”. The real power losses in branches can be
“below average” or “above average”. The node is selected as potentially suitable for the CU if the voltage
deviation is “low” or “below average” and real power losses are “above average”. The numbers of the
selected nodes for the considered circuit (scheme) are circled as it is shown in Figure 2.
Figure 2. Electrical Network Fragment
3. RESULTS AND DISCUSSION
3.1. One-criterion problem solution
The FFO algorithm used 50 agents, parameter values P = {α, β, γ} = {0.5, 0.01, 100.0}. Then it was
applied with using the local search, as described in Section 2. Also, the optimization problem Equation (1)
was solved by gradient descent with several arbitrary initial conditions. To compare the efficiency of the FFO
algorithms, we also applied the PSO algorithm in equal conditions. The worst and the best results of the
gradient descent, results of the FFO and the FFO with the gradient descent are listed in Table 1. Table 1 uses
following notations:
a. Init is results without any optimization;
b. FFO is results of the Firefly algorithm;
c. Gradient B is results of the gradient descent with bad initial conditions;
d. Gradient G is results of the gradient descent with good initial conditions;
e. FFO + GD is results of the Firefly algorithm with using the gradient descent;
f. PSO is results of the Particle Swarm Optimization algorithm;
g. W is criterion as shown by Equation (1): cost of active power losses for 4 years plus costs for
compensation units;
h. ΔP is active power losses;
i. Qsum is total power of CUs.
Int J Elec & Comp Eng ISSN: 2088-8708 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov)
1763
Table 1. Results of different optimization methods
Method W, 1000 $ ΔP, kW Qsum, kVAr
Init 925 1298 0
FFO 825 1112 2936
Gradient B 927 1293 523
Gradient G 836 1117 3618
FFO + GD 799 1112 548
PSO 796 1108 597
3.2. Two-criterion Problem Solution
Using the FFO algorithm for the two-criterion problem as it was described in Section 3.2 the
following set of optimal solutions according to Pareto could be obtained as it was shown in Table 3 and
Figure 3.
Table 3. Alternate Solution of Two Criterion Problem
Solution
index
ΔP, kW Qsum, MVAr
1 1134 2.86
2 1138 2.70
3 1144 2.64
4 1160 2.60
5 1208 2.17
6 1293 0.380
7 1298 0.0
Figure 3. Solution of two-criterion optimization problem
3.3. Discussion
For the One-criterion problem, the gradient descent under bad initial conditions has found the worse
solution than it had with the original one (without compensation). Even the best solution is found by the
gradient descent significantly concedes the FFO’s solution and the PSO’s solution. The two best solutions are
obtained by the FFO algorithm with the gradient descent and the PSO algorithm. Experiments have shown
that the gradient descent should be used to improve the efficiency of the FFO algorithm. In this case, the
results are close to the results of the PSO algorithm, in which the idea of the gradient descent is already
implicitly embedded since the agents tend to divide to the point of the best solution. While the FFO algorithm
assumes a more complex process of selecting the next step direction of each agent.
All solutions of the one-criterion problem except the solution being found by the gradient descent
based on bad initial approximation strategically provide the same outcome but the solution being found by
the FFO combination and the gradient requires fewer capital investments into CUs.
For the two-criterion optimization problem, the presented results demonstrate that among any
couple of solutions one solution is much better from losses (more profitable in the long-term perspective).
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1758 – 1765
1764
The second one, on the other hand, with the required CUs power (requires fewer capital investments into
CUs). The model application with two criteria allowed to detect that after the certain level the compensation
effectiveness is decreased as it is seen in Figure 3. For instance, the solution №1 is much better than solution
№ 2 from losses’ decrease but requires significantly more expenses for the start-up investments into CU.
Thus, the second option applied will give more information to the decision maker and allows making a
choice based on the relation of tactical and strategic priorities.
The FFO algorithm has a conceptual difference from suchlike more widespread Swarm algorithms
as the Particle Swarm Optimization, the Artificial Bee Colony Optimization, and the Ant Colony
Optimization. In the Particle Swarm Optimization algorithm, each particle takes the next step being oriented
at its self-best solution as well as at one of the best solution among all particles. In the Artificial Bee Colony
Optimization algorithm, each bee takes the step being oriented at single solution among some solutions. And
in the Firefly algorithm, each agent performs the step oriented at all agents being in the best position than it
itself. Thus, each agent has its own subset agents and is influenced by these subset agents at a certain step.
Such peculiarity, on the one hand, slows down the process of algorithm convergence and on the other hand –
allows the algorithm to take into account the region of space of solution searching (decision making) which
can be called as an alternative between different variants of problem solution.
To increase the Firefly algorithm effectiveness, it is possible to carry out its adjustment with a local
search, such as the gradient descent. The Firefly algorithm gets the space of extremum, and the gradient
descent searches the extremum in that region where it has started its operation. In other words, the Firefly
algorithm carries out approximations, then the gradient descent uses these solutions as the initial positions.
4. CONCLUSION
The multi-criterion problem of reactive power optimization in a power grid using heuristic
algorithms was considered. Two criteria were considered: minimization of active power losses in the power
transmission lines and minimal costs of installed reactive power compensation units.
The Fuzzy logic rule was designed and applied to decrease the dimension of the problem. The fuzzy
logic allowed selecting the more appropriate nodes for the location of compensating units taking into account
the voltage deviations in the node and active power losses in nearby branches.
Firefly optimization algorithm was modified to apply to multi-criterion optimization problem and to
improve effectiveness by using the gradient descent as a local search after the completion of the Firefly
algorithm. The population-based stochastic algorithms can be applied to optimization problems in the field of
power supply systems and smart grid easily and quickly due to their flexibility and ability to explore the
decision space automatically.
The experiment showed that the financial costs of the active power losses by four years and the CUs
installed can be increased by 13.6% (126 000 $) by using Firefly optimization with the gradient descent. The
result of Firefly with the gradient descent is 10.8%, and the best result of the gradient descent is 9.6%.
The solution quality of the FFO algorithm with the local search is close to the PSO algorithm. The
advantage of the FFO algorithm over the PSO algorithm is a straightforward modification for solving
multicriteria problems. This simplicity of modification is due to the fact that each firefly is influenced by
everyone finding a better solution by one or more criteria.
Expenses related to the reactive power compensation are necessary to be made only one time, and
savings using active power losses reduce financial costs per annum. The model application with two criteria
(instead of criteria convolution into one or transferring of one of the criteria into the position of restrictions)
give to the decision maker more information about system improvement options. It is of particular
importance to use multi-criteria optimization when among criteria the part of which influences the short-term
indicators and the other part affects the long-term ones. It allows the decision maker to follow the balance of
tactical and strategic objective.
ACKNOWLEDGEMENTS
The research was carried out under the State Assignment of the Ministry of Education and Science
of the Russian Federation, Project 8.6809.2017/8.9.
REFERENCES
[1] A. Augustine, et. al., “Voltage regulation of STATCOM using fuzzy self tuning PI controller,” in Proc. Circuit,
Power and Computing Technologies (ICCPCT), Nagercoil, 2016.
Int J Elec & Comp Eng ISSN: 2088-8708 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov)
1765
[2] R.S. Rao, et. al. “Power loss minimization in distribution system using network reconfiguration in the presence of
distributed generation,” IEEE Transactions on Power Systems, vol. 28, no. 1, pp. 317-325, 2013.
[3] C.A. Rajan and M.R. Mohan, “An Evolutionary Programming Based Tabu Search Method for Solving the Unit
Commitment Problem,” IEEE Transactionson Power Systems, vol. 19, no. 1, pp. 577-585, 2004.
[4] A.H. Mantawy, et al., "Integrating Genetic Algorithms, Tabu Search, and Simulated Annealing for the Unit
Commitment Problem, " in IEEE Transactions on Power Systems, vol. 14, no. 3, pp. 829-836, 1999.
[5] D. Dervani and J. P. Roselyn, “Genetic algorithm based reactive power dispatch for voltage stability improvement,”
International Journal of Electrical Power & Energy Systems, vol. 32, no. 10, pp. 1151-1156, 2010.
[6] V.Z. Manusov, et. al., “Implementation of Population Algorithms to Minimize Power Losses and Cable Cross-
Section in Power Supply System,” International Journal of Electrical and Computer Engineering, vol. 6, no. 6,
pp. 2955-2961, 2016.
[7] Md. Imran Azim and Md. Fayzur Rahman, "Genetic Algorithm Based Reactive Power Management by SVC",
International Journal of Electrical and Computer Engineering, vol. 4, no. 2, pp. 200-206, 2014
[8] M.N. Dazahra, et. al. “Optimal Location of SVC using Particle Swarm Optimization and Voltage Stability
Indexes,” International Journal of Electrical and Computer Engineering, vol. 6, no. 6, pp. 2581-2588, 2016.
[9] J. J. Jamian, et al., “A New Particle Swarm Optimization Technique in Optimizing Size of Distributed Generation,”
International Journal of Electrical and Computer Engineering, vol. 1, no. 1, pp. 137-146, 2012.
[10] V.Z. Manusov, et. al., “Swarm intelligence algorithms for the problem of the optimal placement and operation
control of reactive power sources into power grids,” International Journal of Design and Nature and Ecodynamics,
vol. 12, no. 1, pp. 101-102, 2017.
[11] X. Yang, “Firefly algorithm, Stochastic Test Function and Design Optimization,” International Journal of Bio-
Inspired Computation, vol. 2, no. 2, pp. 78-84, 2010.
[12] Baghouri Mostafa, Chakkor Saad, Hajraoui Abderrahmane, “Firefly algorithm Solution to Improving Threshold
Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks”, International
Journal of Electrical and Computer Engineering, vol. 6, no. 3, pp. 91-99, 2017.
BIOGRAPHIES OF AUTHORS
Vadim Zinovievich Manusov received the B.S. and the PhD degrees electrical engineering from
Novosibirsk Electric Technical Institute, Novosibirsk, Russia in 1963 and 1986, respectively. He is
a Professor of the Department of Industrial Power Supply Systems in Novosibirsk State Technical
University, Russia. His current research area is artificial intelligence technologies and probabilistic
methods in electric power systems.
Pavel Viktorovich Matrenin received the B.S. and M.S. degrees information technologies from
Novosibirsk State Technical University, Novosibirsk, Russia in 2012 and 2014, respectively. He is
a PhD student in Novosibirsk State Technical University. His main interests are related to
stochastic optimization methods, design and development information systems, and artificial
intelligence technologies in electric power systems.
Lola Sh. Atabaeva received the B.S from Tajik State Pedagogical University, Dushanbe, Republic
of Tajikstan, in 1982. She is a Senior Lecturer, Foreign Languages Department, Novosibirsk State
Technical University (NSTU). Her current direction of research activities: Teaching foreign
languages (English) to Technical University Students. Providing translation practice classes.

More Related Content

What's hot

Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...Shrikant Samarth
 
Estimation of Weekly Reference Evapotranspiration using Linear Regression and...
Estimation of Weekly Reference Evapotranspiration using Linear Regression and...Estimation of Weekly Reference Evapotranspiration using Linear Regression and...
Estimation of Weekly Reference Evapotranspiration using Linear Regression and...IDES Editor
 
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...IJMER
 
Analysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumptionAnalysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumptionare you
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...IDES Editor
 
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE AlgorithmTCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithmpaperpublications3
 
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNS
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNSAPPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNS
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNSIJCNCJournal
 
Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering IJECEIAES
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Cemal Ardil
 
Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...elelijjournal
 
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...IJECEIAES
 
Heuristic remedial actions in the reliability assessment of high voltage dire...
Heuristic remedial actions in the reliability assessment of high voltage dire...Heuristic remedial actions in the reliability assessment of high voltage dire...
Heuristic remedial actions in the reliability assessment of high voltage dire...IJECEIAES
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET Journal
 
Network Reconfiguration in Distribution Systems Using Harmony Search Algorithm
Network Reconfiguration in Distribution Systems Using Harmony Search AlgorithmNetwork Reconfiguration in Distribution Systems Using Harmony Search Algorithm
Network Reconfiguration in Distribution Systems Using Harmony Search AlgorithmIOSRJEEE
 

What's hot (20)

Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...
 
A review on optimal placement and sizing of custom power devices/FACTS device...
A review on optimal placement and sizing of custom power devices/FACTS device...A review on optimal placement and sizing of custom power devices/FACTS device...
A review on optimal placement and sizing of custom power devices/FACTS device...
 
F011136467
F011136467F011136467
F011136467
 
Estimation of Weekly Reference Evapotranspiration using Linear Regression and...
Estimation of Weekly Reference Evapotranspiration using Linear Regression and...Estimation of Weekly Reference Evapotranspiration using Linear Regression and...
Estimation of Weekly Reference Evapotranspiration using Linear Regression and...
 
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...
 
H011137281
H011137281H011137281
H011137281
 
Analysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumptionAnalysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumption
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
 
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE AlgorithmTCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
 
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNS
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNSAPPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNS
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNS
 
E021052327
E021052327E021052327
E021052327
 
Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
 
Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...
 
L367174
L367174L367174
L367174
 
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
 
Heuristic remedial actions in the reliability assessment of high voltage dire...
Heuristic remedial actions in the reliability assessment of high voltage dire...Heuristic remedial actions in the reliability assessment of high voltage dire...
Heuristic remedial actions in the reliability assessment of high voltage dire...
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
 
N03430990106
N03430990106N03430990106
N03430990106
 
Network Reconfiguration in Distribution Systems Using Harmony Search Algorithm
Network Reconfiguration in Distribution Systems Using Harmony Search AlgorithmNetwork Reconfiguration in Distribution Systems Using Harmony Search Algorithm
Network Reconfiguration in Distribution Systems Using Harmony Search Algorithm
 

Similar to Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units

Comparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchComparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchelelijjournal
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...IJERA Editor
 
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Cemal Ardil
 
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...IJECEIAES
 
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTNOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTelelijjournal
 
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...paperpublications3
 
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...IOSR Journals
 
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET Journal
 
Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...IOSR Journals
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)IAESIJEECS
 
T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...
T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...
T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...IJMER
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...ijeei-iaes
 
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMPRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMecij
 
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...ijeei-iaes
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...TELKOMNIKA JOURNAL
 

Similar to Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (20)

paper11
paper11paper11
paper11
 
Comparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchComparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatch
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
 
F43022431
F43022431F43022431
F43022431
 
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
 
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
 
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTNOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
 
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
 
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
 
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
 
Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)
 
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
 
T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...
T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...
T04201162168Optimal Allocation of FACTS Device with Multiple Objectives Using...
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMPRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
 
Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...
Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...
Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...
 
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
 
Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 8, No. 3, June 2018, pp. 1758~1765 ISSN: 2088-8708, DOI: 10.11591/ijece.v8i3.pp1758-1765  1758 Journal homepage: http://iaescore.com/journals/index.php/IJECE Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units V. Z. Manusov1 , P. V. Matrenin2 , L. S. Atabaeva3 1,2 Department of Industrial Power Supply Systems, Novosibirsk State Technical University, Russia 3 Foreign Languages Departement, Novosibirsk State Technical University, Russia Article Info ABSTRACT Article history: Received Oct 3, 2017 Revised Jan 19, 2018 Accepted Jan 26, 2018 The issue of electric power grid mode of optimization is one of the basic directions in power engineering research. Currently, methods other than classical optimization methods based on various bio-heuristic algorithms are applied. The problems of reactive power optimization in a power grid using bio-heuristic algorithms are considered. These algorithms allow obtaining more efficient solutions as well as taking into account several criteria. The Firefly algorithm is adapted to optimize the placement of reactive power sources as well as to select their values. A key feature of the proposed modification of the Firefly algorithm is the solution for the multi-objective optimization problem. Algorithms based on a bio-heuristic process can find a neighborhood of global extreme, so a local gradient descent in the neighborhood is applied for a more accurate solution of the problem. Comparison of gradient descent, Firefly algorithm and Firefly algorithm with gradient descent is carried out. Keyword: Firefly Multicriteria optimization Power system Reactive power compensation Swarm intelligence Copyright © 2018 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Pavel V. Matrenin, Department of Industrial Power Supply Systems, Novosibirsk State Technical University, 20 Prospect K. Marksa, Novosibirsk, 630073, Russia. Email: pavel.matrenin@gmail.com 1. INTRODUCTION Optimal distribution of reactive power of power supply systems and in electrical networks is a quite topical and innovative task. The main reason of high attention towards the problem is the possibility without providing effective additional capital investments into equipment and other power system performance to achieve economies through solving the problem set. Transmission of the reactive current from power generators to consumers is unprofitable and reactive current occupies part of conductor cross of electric power lines. In this paper, the deep compensation of the reactive power is considered. The efficiency of the compensation depends on the distribution of reactive power compensation units at power supply system nodes. The optimization task of finding the optimal distribution is nonlinearity, no differentiability; it has multiple extremes and high computational complexity. It is required to apply effective multi-objective optimization methods taking into account high computation difficulty of the task and complicated topology of the solution search space. Presently, the issues of finding the solutions for similar problems are considered, based on artificial intelligence methods, such as Fuzzy logic, heuristic optimization methods, etc. Research [1] proposes regulation of STATCOM using Fuzzy Logic concept. It allows tuning controllers to achievement high efficiency of power grid operation. Hovewev applying Fuzzy Logic requires expert knowledge of the system and its functioning. Therefore, developing fuzzy rules can be very time- consuming. It is much easier to use heuristic optimization methods that do not require special labor-intensive modifications. For example, work [2] applies the Harmony search to power loss minimization [2], but using
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov) 1759 network reconfiguration. Tabu search method used in [3] (with the Evolutionary programming) and [4], research [4] also consideres the Simulated Annealing algorithm. The most widely used optimization method is the Genetic algorithm (GA). It applied to the unit commitment problem [4], to reactive power optimization for voltage stability improvement [5], to minimize power losses and cable cross-section through reactive power units control [6], to to maintain voltage stability using reactive power of Static Var Compensator [7]. Swarm Intelligence class of other methods, close to the GA and showing high efficiency to optimizing the operation of power systems. As in the above-mentioned research [7], Static Var Compensator are used in [8], but for their optimization the Particle Swarm Optimization (PSO) algorithm is applied. The researches [6] shows slight superiority of the Particle Swarm Optimization algorithm over the GA in solving the problem of optimal allocation of reactive power sources distribution in network nodes. In the article [9] a modification of the PSO to optimize size of distributed generation. In the study [10] it is proved that for the reactive power units operational control the Artificial Bee Colony Optimization (ABCO) algorithm is more effective than the GA and the PSO, because in the ABCO procces never converges in the neighborhood of single solution. This article proposes to apply a much less commonly used Swarm Intelligence algorithm, namely the algorithm the Firefly Optimization algorithm (FFO) [11]. It was modification to solving a two- criterion optimization problem. Also, the FFO algorithm was modified by using a gradient descent. 1.1. Statement of the problem The mathematical model of the optimization problem involves real power losses minimizing as well as costs for compensating units’ (CU) installation. The simplest way of reducing the multicriteria problem to one-criterion one is a linear convolution. Active power losses and costs related to CU can be connected in one criterion of financial losses taking into account the cost per unit for power losses (1 kW) and the cost per unit for CU power (1 kVAr). The power losses cost is defined by the tariff being charged from the customers. Mathematical formulation of optimization can be stated as follows [6]: W(Q) = ccu·Qsum + cp·ΔP·t → min Qsum = (Q1 + Q2 + … + Qn) (1) With restrictions: Qmin i ≤ Qi ≤ Qmax i, where a. Q is a CU’s power vector; b. i is CU’s power in node (if it is 0, then node does not require CU’s installation); c. n is a number of nodes where CUs can be installed; d. ccu is cost of the CUs ($ per volt-ampere); e. cp is cost of active power ($ per watt-hour); f. ΔP is total losses of real power in network; g. t is estimated period in hours. As a general rule, this problem is considered as one-criterion by convolution into one or transferring of one of the criteria into restrictions. However, the model application with two criteria allows a decision maker to have more information about system improvement options. It is of particular importance to use multi-criteria optimization when among criteria the part of which influences the short-term indicators and the other part influences the long-term ones. Thus, the optimization problem Equation (1) may not be reduced to one-criterion but needs to be solved using two criteria separately with restriction the same as in Equation (1): ccu·t·ΔP → min ccu·Qsum → min (2) 1.2. Firefly algorithm The Firefly algorithm [11] as all Swarm Intelligence algorithms is based on the agents (fireflies) movement in the decision searching space. Let’s consider the objective function minimum problem of the following type f(X), where X is a vector of varied parameters which can get the values from some D area. Each agent is specified by the value of X parameter and value of an optimized function f(X). Thus, the agent is a feasible solution of the considered optimization problem. As the algorithm is based on watching for fly’s behavior, each agent is considered to see the “light” from their neighbors, but the brightness of the “light” depends on the distance between agents. For the process of solution finding to be converged to the optimum, each agent in its movement takes into account only those neighbors having a better value of f(X) criterion. But for the algorithm not to degenerate into
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1758 – 1765 1760 greedy heuristics, it is necessary to have agents’ stochastic movement. This peculiarity is also specific for all Swarm algorithms. The FFO algorithm operation scheme can be described as follows: Step 1. To distribute the agents randomly in the solution searching space. Step 2. To calculate values of the optimized function per each agent. If the agent has a better value, it will have more opportunity to serve it. Step 3. Each agent needs to have a new position based on the formulas given below. Step 4. To carry out the movement of each agent into a new position. Step 5. If the condition of completion is implemented, the algorithm needs to be finished or otherwise needs to be passed to the Step 2. The result of algorithm performance is the best-saved solution. The study [10] provides a universal scheme of Swarm Intelligence algorithm description. According to it, the Firefly algorithm should be written as follows: FF = {S, M, A, P, I, O}. 1. Set of agents (fireflies) S = {s1, s2, …, s|S|}, |S| is a number of agents. At iteration j the ith agent is specified by the state sij = {Xij}, where Xij = {x1ij, x2ij, …, xlij} is a vector of the varied parameters (agent’s position), l is a number of the varied parameters. 2. Vector M is agents’ brightness. M = {f(X1j), f(X2j), f(X|s|j)} Brightness is determined by the optimality criterion. This vector ensures the indirect experience exchange among agents. 3. The algorithm A describes Swarm functioning mechanisms. There are different modifications of this algorithm. This is followed by the description of basic algorithm. a) Generation of initial positions is: Xi1 ← random(G(X)), i = 1, …, |S|, where random(G(X)) is a vector of equally distributed random variables meeting the restrictions of searching space. b) Criterion calculation per agent is being implemented by: mij = f(Xij), i = 1, …, |S| Xj best ← Xij | f(Xij) ≤ f(Xj best ) (3) The criterion calculation takes place in the mathematical model of the problem where Xij vectors are entered from algorithms and the results are returned to the algorithm through the interface {I, O}. c) Agents’ movement: Xij+1 ← Xij + v(Xij, Xkj) · (Xij – Xkj) + α·random | mkj ≤ mij , i, k = 1, …, |S|, i ≠ k, if G(Xij+1) = 0, Xij+1 ← Xij, i = 1, …, |S|, (4) Where rand ∈ [0, 1], and G(X) is used in this case as the predicate showing if X belongs the area of admissible solutions. The function v(Xij, Xkj) defines the attractiveness of k agent for i agent with j algorithm iteration: v(Xij, Xkj) = β·(1 + γ·r(Xij, Xkj))-1 (5) where r(Xij, Xkj) is Cartesian distance between agents. d) If with j iteration the completion condition is implemented, the value has the output O. Otherwise, the transition to iteration b) is taken place. 4. Vector P = {α, β, γ} are coefficients of the algorithm. Coefficient α determines the influence degree of stochastic algorithm nature. Coefficient β sets the degree of attraction between agents with zero distance between them i.e. defines the agent’s mutual influence. Coefficient γ controls the dependence of attraction on the distance between agents. 5. Identifiers I and O are algorithm’ inputs and outputs (to be interconnected) for the interconnection with the problem solved.
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov) 1761 2. RESEARCH METHOD 2.1. Applying the FFO algorithm for two-criteria optimization Our preliminary experiments, as well as experiments [12] shows that if optimization problem has a single criterion, then most fireflies converges rapidly (about after 100 iterations) to a neighborhood of the one solution. However, each FFO agent is directly influenced by all other agents, which has a better fitness value. It fundamentally differentiates the FFO algorithm from other population-based algorithms. For example, in the GA, a new solution is obtained from the crossover of a small number (usually two) of parent solutions. In the PSO algorithm, the agent is influenced by the best solution among its neighbors or even among all agent of the swarm. In the ABCO algorithm, only a few of the best solutions are selected, which affect the next steps. This feature allows applying the FFO algorithm easily for problems to be solved with several conflicting criteria requiring finding the alternative itself. Each agent is influenced by all agents, which are much better by one criterion (minimum losses or minimum compensation power). For example, in Figure 1, four agents will be influenced by all agents except 2 and 9. In this case, first, sixth, and eighth agents’ influence will be less than third, fifth, and seventh agents influence as they are at the remote distance from the fourth one. The fifth agent will have more influence. The sixth agent will not be influenced by any of the agents mentioned as it is in the best position according to both criteria. Figure 1. Firefly algorithm influence within two-criterion problem 2.2. Interaction the FFO algorithm and optimization problem The interaction of the FFO algorithm and the optimization problem is performed according to the following scheme: a. The algorithm generates new agent set (solutions). b. Each agent position X is mapped to problem solution (vector Q), as shown by Equation (6). c. Criterion Equation (1) is calculated for each solution and criterion values are set to Firefly algorithm. d. The FFO algorithm updates agent position using Equations (3)-(5). e. These steps are performed until the number of iterations is exhausted. Agent position X is used as the coefficients vector, so the power of ith CU was determined as the product of the xi the calculated maximum allowable power of CU in the ith node Qi = xi∙Qmax i. (6) 2.3. Local search The FFO agents are moved to the criteria improvement side, but cannot change positions per step for a bigger distance since the remote agents’ influence is not so much. The influence is decreased exponentially with distance increasing. Due to it, the probability of the agent will “pass over” some extreme point on its way. On the other hand, it will not allow all the agents to quickly appear in one extreme point even if it is a global one. Since the algorithm finds not an exact extreme point but finds some area upon completion of FFO algorithm operation, it is expedient to carry out local searching in the space of the best solution found such as the gradient descent. To increase the the FFO algorithm effectiveness, it is possible to carry out its adjustment with the gradient descent. Initially, the FFO algorithm is launched out, and it performs searching within the space of
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1758 – 1765 1762 acceptability. However, in this case, the algorithm can find the space of global extremum but not the extremum itself due to its diversification feature allowing not “to be stuck” in local areas. Gradient algorithms, on the contrary, frequently are not able to get out from local extremums. Such algorithms are computer-intensive, in particular, with a large quantity of optimized variables being available. However, gradient descent allows finding the extremum in that region where it has started its operation. Due to it, the more effective algorithm combination at which the FFO algorithm carries out space approximation (one or some) relatively fast within the whole space of solutions being used afterward as the initial position for the gradient descent. 2.4. Power supply system used The experiments were performed by using the fragment of Tajikistan distribution electrical network of electric power system shown in Figure 2. The selection of nodes for the CUs location is carried out by fuzzy logic. For this voltage deviation in the nodes and real power losses in branches have been considered as linguistic variables. The voltage deviation can be “low”, “below average”, “average” or “high”. The real power losses in branches can be “below average” or “above average”. The node is selected as potentially suitable for the CU if the voltage deviation is “low” or “below average” and real power losses are “above average”. The numbers of the selected nodes for the considered circuit (scheme) are circled as it is shown in Figure 2. Figure 2. Electrical Network Fragment 3. RESULTS AND DISCUSSION 3.1. One-criterion problem solution The FFO algorithm used 50 agents, parameter values P = {α, β, γ} = {0.5, 0.01, 100.0}. Then it was applied with using the local search, as described in Section 2. Also, the optimization problem Equation (1) was solved by gradient descent with several arbitrary initial conditions. To compare the efficiency of the FFO algorithms, we also applied the PSO algorithm in equal conditions. The worst and the best results of the gradient descent, results of the FFO and the FFO with the gradient descent are listed in Table 1. Table 1 uses following notations: a. Init is results without any optimization; b. FFO is results of the Firefly algorithm; c. Gradient B is results of the gradient descent with bad initial conditions; d. Gradient G is results of the gradient descent with good initial conditions; e. FFO + GD is results of the Firefly algorithm with using the gradient descent; f. PSO is results of the Particle Swarm Optimization algorithm; g. W is criterion as shown by Equation (1): cost of active power losses for 4 years plus costs for compensation units; h. ΔP is active power losses; i. Qsum is total power of CUs.
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov) 1763 Table 1. Results of different optimization methods Method W, 1000 $ ΔP, kW Qsum, kVAr Init 925 1298 0 FFO 825 1112 2936 Gradient B 927 1293 523 Gradient G 836 1117 3618 FFO + GD 799 1112 548 PSO 796 1108 597 3.2. Two-criterion Problem Solution Using the FFO algorithm for the two-criterion problem as it was described in Section 3.2 the following set of optimal solutions according to Pareto could be obtained as it was shown in Table 3 and Figure 3. Table 3. Alternate Solution of Two Criterion Problem Solution index ΔP, kW Qsum, MVAr 1 1134 2.86 2 1138 2.70 3 1144 2.64 4 1160 2.60 5 1208 2.17 6 1293 0.380 7 1298 0.0 Figure 3. Solution of two-criterion optimization problem 3.3. Discussion For the One-criterion problem, the gradient descent under bad initial conditions has found the worse solution than it had with the original one (without compensation). Even the best solution is found by the gradient descent significantly concedes the FFO’s solution and the PSO’s solution. The two best solutions are obtained by the FFO algorithm with the gradient descent and the PSO algorithm. Experiments have shown that the gradient descent should be used to improve the efficiency of the FFO algorithm. In this case, the results are close to the results of the PSO algorithm, in which the idea of the gradient descent is already implicitly embedded since the agents tend to divide to the point of the best solution. While the FFO algorithm assumes a more complex process of selecting the next step direction of each agent. All solutions of the one-criterion problem except the solution being found by the gradient descent based on bad initial approximation strategically provide the same outcome but the solution being found by the FFO combination and the gradient requires fewer capital investments into CUs. For the two-criterion optimization problem, the presented results demonstrate that among any couple of solutions one solution is much better from losses (more profitable in the long-term perspective).
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1758 – 1765 1764 The second one, on the other hand, with the required CUs power (requires fewer capital investments into CUs). The model application with two criteria allowed to detect that after the certain level the compensation effectiveness is decreased as it is seen in Figure 3. For instance, the solution №1 is much better than solution № 2 from losses’ decrease but requires significantly more expenses for the start-up investments into CU. Thus, the second option applied will give more information to the decision maker and allows making a choice based on the relation of tactical and strategic priorities. The FFO algorithm has a conceptual difference from suchlike more widespread Swarm algorithms as the Particle Swarm Optimization, the Artificial Bee Colony Optimization, and the Ant Colony Optimization. In the Particle Swarm Optimization algorithm, each particle takes the next step being oriented at its self-best solution as well as at one of the best solution among all particles. In the Artificial Bee Colony Optimization algorithm, each bee takes the step being oriented at single solution among some solutions. And in the Firefly algorithm, each agent performs the step oriented at all agents being in the best position than it itself. Thus, each agent has its own subset agents and is influenced by these subset agents at a certain step. Such peculiarity, on the one hand, slows down the process of algorithm convergence and on the other hand – allows the algorithm to take into account the region of space of solution searching (decision making) which can be called as an alternative between different variants of problem solution. To increase the Firefly algorithm effectiveness, it is possible to carry out its adjustment with a local search, such as the gradient descent. The Firefly algorithm gets the space of extremum, and the gradient descent searches the extremum in that region where it has started its operation. In other words, the Firefly algorithm carries out approximations, then the gradient descent uses these solutions as the initial positions. 4. CONCLUSION The multi-criterion problem of reactive power optimization in a power grid using heuristic algorithms was considered. Two criteria were considered: minimization of active power losses in the power transmission lines and minimal costs of installed reactive power compensation units. The Fuzzy logic rule was designed and applied to decrease the dimension of the problem. The fuzzy logic allowed selecting the more appropriate nodes for the location of compensating units taking into account the voltage deviations in the node and active power losses in nearby branches. Firefly optimization algorithm was modified to apply to multi-criterion optimization problem and to improve effectiveness by using the gradient descent as a local search after the completion of the Firefly algorithm. The population-based stochastic algorithms can be applied to optimization problems in the field of power supply systems and smart grid easily and quickly due to their flexibility and ability to explore the decision space automatically. The experiment showed that the financial costs of the active power losses by four years and the CUs installed can be increased by 13.6% (126 000 $) by using Firefly optimization with the gradient descent. The result of Firefly with the gradient descent is 10.8%, and the best result of the gradient descent is 9.6%. The solution quality of the FFO algorithm with the local search is close to the PSO algorithm. The advantage of the FFO algorithm over the PSO algorithm is a straightforward modification for solving multicriteria problems. This simplicity of modification is due to the fact that each firefly is influenced by everyone finding a better solution by one or more criteria. Expenses related to the reactive power compensation are necessary to be made only one time, and savings using active power losses reduce financial costs per annum. The model application with two criteria (instead of criteria convolution into one or transferring of one of the criteria into the position of restrictions) give to the decision maker more information about system improvement options. It is of particular importance to use multi-criteria optimization when among criteria the part of which influences the short-term indicators and the other part affects the long-term ones. It allows the decision maker to follow the balance of tactical and strategic objective. ACKNOWLEDGEMENTS The research was carried out under the State Assignment of the Ministry of Education and Science of the Russian Federation, Project 8.6809.2017/8.9. REFERENCES [1] A. Augustine, et. al., “Voltage regulation of STATCOM using fuzzy self tuning PI controller,” in Proc. Circuit, Power and Computing Technologies (ICCPCT), Nagercoil, 2016.
  • 8. Int J Elec & Comp Eng ISSN: 2088-8708  Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units (V. Z. Manusov) 1765 [2] R.S. Rao, et. al. “Power loss minimization in distribution system using network reconfiguration in the presence of distributed generation,” IEEE Transactions on Power Systems, vol. 28, no. 1, pp. 317-325, 2013. [3] C.A. Rajan and M.R. Mohan, “An Evolutionary Programming Based Tabu Search Method for Solving the Unit Commitment Problem,” IEEE Transactionson Power Systems, vol. 19, no. 1, pp. 577-585, 2004. [4] A.H. Mantawy, et al., "Integrating Genetic Algorithms, Tabu Search, and Simulated Annealing for the Unit Commitment Problem, " in IEEE Transactions on Power Systems, vol. 14, no. 3, pp. 829-836, 1999. [5] D. Dervani and J. P. Roselyn, “Genetic algorithm based reactive power dispatch for voltage stability improvement,” International Journal of Electrical Power & Energy Systems, vol. 32, no. 10, pp. 1151-1156, 2010. [6] V.Z. Manusov, et. al., “Implementation of Population Algorithms to Minimize Power Losses and Cable Cross- Section in Power Supply System,” International Journal of Electrical and Computer Engineering, vol. 6, no. 6, pp. 2955-2961, 2016. [7] Md. Imran Azim and Md. Fayzur Rahman, "Genetic Algorithm Based Reactive Power Management by SVC", International Journal of Electrical and Computer Engineering, vol. 4, no. 2, pp. 200-206, 2014 [8] M.N. Dazahra, et. al. “Optimal Location of SVC using Particle Swarm Optimization and Voltage Stability Indexes,” International Journal of Electrical and Computer Engineering, vol. 6, no. 6, pp. 2581-2588, 2016. [9] J. J. Jamian, et al., “A New Particle Swarm Optimization Technique in Optimizing Size of Distributed Generation,” International Journal of Electrical and Computer Engineering, vol. 1, no. 1, pp. 137-146, 2012. [10] V.Z. Manusov, et. al., “Swarm intelligence algorithms for the problem of the optimal placement and operation control of reactive power sources into power grids,” International Journal of Design and Nature and Ecodynamics, vol. 12, no. 1, pp. 101-102, 2017. [11] X. Yang, “Firefly algorithm, Stochastic Test Function and Design Optimization,” International Journal of Bio- Inspired Computation, vol. 2, no. 2, pp. 78-84, 2010. [12] Baghouri Mostafa, Chakkor Saad, Hajraoui Abderrahmane, “Firefly algorithm Solution to Improving Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks”, International Journal of Electrical and Computer Engineering, vol. 6, no. 3, pp. 91-99, 2017. BIOGRAPHIES OF AUTHORS Vadim Zinovievich Manusov received the B.S. and the PhD degrees electrical engineering from Novosibirsk Electric Technical Institute, Novosibirsk, Russia in 1963 and 1986, respectively. He is a Professor of the Department of Industrial Power Supply Systems in Novosibirsk State Technical University, Russia. His current research area is artificial intelligence technologies and probabilistic methods in electric power systems. Pavel Viktorovich Matrenin received the B.S. and M.S. degrees information technologies from Novosibirsk State Technical University, Novosibirsk, Russia in 2012 and 2014, respectively. He is a PhD student in Novosibirsk State Technical University. His main interests are related to stochastic optimization methods, design and development information systems, and artificial intelligence technologies in electric power systems. Lola Sh. Atabaeva received the B.S from Tajik State Pedagogical University, Dushanbe, Republic of Tajikstan, in 1982. She is a Senior Lecturer, Foreign Languages Department, Novosibirsk State Technical University (NSTU). Her current direction of research activities: Teaching foreign languages (English) to Technical University Students. Providing translation practice classes.