You are on page 1of 11

Hybrid Harmony search algorithm & Fuzzy logic for Solving Unit

Commitment Problem with Wind Power Uncertainty


Mary P. Varghese, Ph.D Research Scholar, Dept. of EEE, Karpagam University,
Karpagam Academy of Higher Education, Coimbatore-21

Dr. A. Amudha, HoD, Dept. of EEE, Karpagam University,


Karpagam Academy of Higher Education, Coimbatore-21

Abstract- This work spotlights on fuzzy logic and Hybrid The reliable and cost-effective operation of power
Harmony search algorithm based method for solving the systems with an abundant presence of wind and solar
unit commitment problem in any electric utility is shown power depends critically on the competence of
in this paper. Fuzzy logic is chosen as its qualitative optimization methods to effectively manage their
representation capability of the results with respect to uncertainty. The most crucial decision process that faces
input variables. The most economic operating schedule this challenge is the unit commitment (UC) problem [1],
and all the feasible schedules and their respective cost of which schedules generating capacities forthe next day and
operation are calculated. A three unit system is considered prepares the power system for potentially strong
as an example and the above mentioned values were variations in the availability of intermittent renewable
computed. The Hybrid Harmony Search (HHS) method is resources.
an emergingmeta-heuristic optimization algorithm.
However, like mostof the evolutionary computation Many efforts within the realm of optimization under
techniques, it does not store orutilize the useful uncertainty have been developed for the UC problem.
knowledge gained during its search procedurein an Two main types of methods are stochastic programming
efficient way. In this paper, we propose and study a and robust optimization. Typically, stochastic
newoptimization approach, in which the HHS method is programming methods involve scenario trees for
mergedtogether with the Fuzzy Logic(FL). The model modeling uncertain parameters. The stochastic
that directly covers alltransmission contingencies and programming framework is versatile, however, it may
extreme wind realizations can beover-conservative. To induce substantial computational difficulties for large-
reduce this conservativeness, our modelconsiders the non- scale problems, and it is difficult to properly represent
contingency case with extreme windrealizations, as well temporal and spatial correlations within scenario trees.
as all transmission contingencies with theexpected wind Robust optimization relies on the uncertainty set concept,
realization. By making effective use of intervalarithmetic, specifically, realizations of uncertain deterministic set of
the overall problem is linear and can be efficientlysolved. parameters, which directs to basic models and enhanced
The HHS-FL is further employed in an optimalwind computational tractability [2].
generator design problem, and it can yield a
superioroptimization performance by analyzing the wind The fuzzy logic usage has obtained greater attention
speed in Coimbatore region. Numerical results in last decades as its effectiveness in the complex
demonstrate that the new approach is effective regarding mathematical models reducing in problem solving. Fuzzy
best power while wind changes, and simulation performed logic utilizes linguistic terms [3], which pact with the
through MATLAB. causal association among input and output variables. For
this cause, the method makes it simpler to influence and
Keyterms- Unit commitment, Transmission contingency, solve numerous problems, chiefly where the mathematical
Wind generation model is not clearly known or if known is complex to
formulate. It attempts to quantify linguistic terms so that
I. INTRODUCTION the variables can be treated as continuous rather than
discrete. Furthermore, Fuzzy logic is a technique, which
approximates reasoning, while allowing decisions to be
made efficiently. Where Pmin /max i is the minimum/maximum power
output limit for unit i.
Wind power is highly uncertain in nature as it
depends on the c1imatic conditions, location, wind speeds 4) System spinning reserve requirements: In order to
etc. of the area where the wind turbine setup has been ensure reliability, the system spinning reserve
commissioned [4]. The total cost of the system gets highly requirement must be satisfied. The spinning reserve
affected due to the uncertain nature of wind power as a requirement is expressed byfollowing equation (4)
result it has to be incorporated into the system. Wind
power available from a wind turbine isgiven in equation ∑N I i,tPi,tmaxi=1 ≥ Dt + SRt (4)
(1) as:
Where SRt is the required spinning reserve for hour t.
Pw= ρAV3/2 (1)
Unit minimum up/down time: Due to operational
where, P is air density in kg/m3, A is area of the blades in limitations, once a unit is committed/decommitted it
m2 and V is the speed of wind blowing in the area in m/s. should be kept stable for a minimum period of time before
a transition. This scenario can be expressed as (5)
The rest of this paper is organized as follows: In
section II, UC problem formulation is given. Section III T oni≤ Xoni,tToffi≤Xoffi,t (5)
gives brief overview of IBPSO and DPSO. Section IV
presents numerical case study for UC problem with and Emission constraint: Burning fuel emit contaminatedgases
without wind units. Finally conclusions are included in which should be limited by the following equation (6)
section V.
E=Hi(Pi,t) ≤Elimit (6)

II. UC PROBLEM FORMULATION where Hi(Pi,t) is a quadratic function associated with


several emission types and Elimit is the emission limit.
A. OBJECTIVE FUNCTION
III. FUZZY LOGIC FORMULATION
The objective function of unit commitment
problem[5][6] is to minimize the total production cost
(TC) while satisfying several constraints as given in In thermal UC, the constraints related to the
equation (2). imprecisehourly load demand the system load balance,
spinning reserverequirement invite uncertainty. Therefore,
Min TC = [F(Pi,t + Sci(1 − Ii,t−1))] Ii,t (2) they can be treatedas fuzzy constraints instead of crisps
constraints [7][8]. Moreover,the solar power generation,
where F(Pi,t) = a + b.Pi,t + c.P2i,t, is the quadratic fuel cost which is directly related to thesolar radiation, is also a
function of Pi,t which is the thermal power output of unit contender of fuzzy representation.The following
I at hour t, Ii,t is the status of i-th unit at hour t, N and T subsections describe the fuzzy constraints withassociated
are the number of production units and time horizon, membership functions.
respectively.
The forecasted load demand is imprecise and can
B. CONSTRAINTS varywith the actual load demand. Therefore, the crisp
notation ischanged into the fuzzified load demand. The
Generation limit: The power output of each generating predicted loaddemand usually deviates (Δd) from the
unit must be limited within a specified range as in actual one by ±2% to±5%. The membership function for
equation (3). fuzzy load percentage (Δdvs. μLD ) erroris shown in
Figure 2. The load deviation erroris equally distributed in
Pimin≤ Pi,t ≤ Pimax (3) ±5%. Five linguistic values (NE2,NE1, ZE, PE1, PE2) are
defined for negative, zero and positiveerrors. The load
demand error thus can be represented as the following
fuzzy equality relation Df,t∼=_Ni=1Pi,t.where Df,t is the TABLE II. REPRESENTATION OF
calculated forecasted load demand for tth hour. GENERATOR/WIND DATA

IV. CASE STUDY BUS V(kv) P(pu) Q(pu)


1 33 2.163 0
All the three-bus systems are used for testing the 3 33 2.0 0.4
proposed algorithm. The results with optimal intervals of
wind power uncertainty are analyzed based on economic
indices and system reliability. The comparisons of the TABLE III. REPRESENTATION OF LOAD DATA
optimal intervals with predefined intervals are presented.
BUS Type P(MW) Q(Mvar)
All simulations were run on a personal computer with 1 PV 0 0
an Intel Core i5 2.60 GHz and 8 GB of memory, and
2 PQ 100 1
programs were developed using MATLAB R2012a.
Relevant problems were solved. The scheduling 3 PV 0 0
periodwas 24 h. The optimality gap was set as 1e-6. The
generating unit's cost curve was in 4- piecewise linear TABLE IV. ANALYSIS OF WIND SPEED
segments. JANUARY 2017-AUGUST 2017 IN COIMBATORE

a. Three-Bus System MONTH KM/Hr M/Sec


Jan 7.7 2.13
The three-bus system depicted in Figure is used Feb 8.9 2.47
to illustrate the proposed method. The system has three Mar 8.2 2.27
thermal units, a 100 MW wind farm and three 10.0 2.78
Apr
transmission lines. The parameters of thermal units,
May 13.1 3.64
transmission lines and wind power forecast are the same.
Jun 18.5 5.14
The probability of the wind power forecast error is
assumed to follow a normal distribution, and the standard July 18.1 5.03
deviation of the wind forecast error is approximated. The Aug 16.2 4.5
value of R with respect to pu are 0.040, 0.030, 0.025, as
well The value of X with respect to pu are 0.0200,
0.0100, 0.0125 respectively. Note that the algorithm could The impacts of different uncertainty levels on the
use any new solution for forecast uncertainty[9][10]. economics and reliability of power systems are critical,
TABLE I, II & III shows the schematic representation of especially when more and more variable and uncertain
Transmission Line data, Generator/Wind Data and Load renewable resources are integrated into existing power
data respectively. With 33kV, bus 1 and 3 provides P(pu) systems[11][12]. The analysis of wind speed from
of 2.163, 2.0 and load data for bus 1 and 3 is 0 and bus 2 January to August 2017 in Coimbatore is demonstrated in
is 100 MW and1 Mvar respectively. Table IV. This paper proposes a co-optimized model for
wind power intervals and UC as shown in figure 1. The
TABLE I. REPRESENTATION OF proposed UC model is based on IUC, and minimizes the
TRANSMISSION LINE DATA costs of generator operation.

From To MVA R(pu) X(pu)


1 2 100 0.040 0.0200
1 3 100 0.030 0.0100
2 3 100 0.025 0.0125
where xi;j is the dimension j of HM i; uj and lj are the
minimum and maximum limits of dimension j; random
generates random numbers uniformly between zero and
one.

Generating a new harmony [14] for each


individual in HM The procedures for obtaining the I th
harmony are described as following: The jth dimension of
the I th new harmony vi;j, is selected from the harmony
memory with a probability of memory choice probability
ð HMCRÞ. With a probability of 1 HMCR, it is generated
randomly.

/* Hybrid Search Initialization */


For(i=1; i< HHS; I++)
For(j=1;j<n;J++)
FIG 1. REPRESENTATION OF PROPOSED Randomly initialize xji in HM
MODEL OUTPUT Endfor
Endfor
V. KEY STEPS OF HYBRID
/* End of HHS initialization*/
ALGORITHM
Repeat
/*Construction and evaluation of new solution candidate
The harmony search algorithm generates a new
x */
harmony through harmony memory selection, pitch
For (j=1; j<n; j++)
adjustment and random search. The evolution is updated
If(rand(0,1)<HMCR)
through the comparisons between the new generated
Let xj in X be the jth dimension of a randomly selected
harmony and the worst one in the harmony memory. But
HM member.
the method of randomly generating new element
If(rand(0,1)<PAR)Apply pitch adjustment distance bw to
sometimes is not efficacious, and in that case it can’t
mutate xj;
generate an effective harmony.
Xj-xj+ rand(0,1) X bw
Endif
DE obtains new individual through the
Else
difference between any two individuals in the population,
Let xj in x be a random value
and it can obtain the effective element of a new
End iif
individual, but it usually needs a considerable population
Endfor
size to ensure the diversity of the searching.
Evaluate the fitness of X.F(x)
/* End of construction and evaluation of new solution
A hybrid harmony search algorithm with
candidate x */
differential evolution can integrate the advantages of the
/* HHS update */
two algorithms and obtain competitive results. Here in
If (f(x) is better than the fitness of the worst HHS member)
this section a hybrid harmony search with differential
Replace the worst HHS member with X.
evolution (HSDE) algorithm is proposed [13] for the
Else
solution of the problem described.
Disregard x
Endif
Initialize of N individuals randomly as the HM at the start
/* End of HHS update */
of the algorithmas given in equation (7)
Until a presser termination criterion is met.
xi;j¼ lj+ rand(). (uj-lj) (7)
The optimization issues concerning power increasing crossover probability factor. It tends to emerge
systems, such as cost minimization. A hybrid HS premature convergence as well as improve the local
algorithm[15] is proposed to handle non convex economic searching ability. The appropriate parameters would
load dispatch of real-world power systems. The economic directly influence the results of the algorithm. Test results
load dispatch and combined economic and emission load have shown that the algorithm will obtain better results
dispatch problems[16] can be converted into the when F and CR are changing in a linear fashion[19]. The
minimization of the cost function. Sinsuphan et al. dynamic F and CR are set up in a linear relation as in
combine the HS with sequential quadratic programming equation (8) and (9):
and GA to solve the optimal power flow problems[17].
The objective function to be optimized is the total Ft = Fmax–(Fmax-Fmin).t/Tmax (8)
generator fuel costs in the entire system. The chaotic self- CRt= Crmin+(Crmax-Crmin). t/Tmax (9)
adaptive differential HS algorithm, proposed by Arul et
al., is employed to deal with the dynamic economic wheret C is the current iteration and T max is the maximum
dispatch problem number of iterations.

VI. IMPROVED HYBRID HARMONY


Most of the practical optimization problems are
SEARCH ALGORITHM
indeed constrained optimization problems, whose goal is
Harmony search algorithm was obtained by to find the optimal solution that satisfies a set of given
accepting the prevailing meta-heuristic algorithms constraints. In general, a constrained optimization
concepts are found in the standard of natural phenomena. problem is described as follows.
The algorithm was newly constructed in an analogy with Find x⃗ =(x1,x2,…,xn) to minimize f(x⃗ ),
music improvisation method [18], where music players subject to gi (x⃗ )≤0, i = 1,2,…, M, and hj(x⃗ )=0, j =
manage the pitches of their instruments to attain enhanced 1,2,…, N, where f(x⃗ ) is the objective function
harmony. The pitch of every musical instrument and gi(x⃗ ) and hj(x⃗ ) are the inequality and equality
establishes the aesthetic quality, just like the function constraint functions, respectively. As a matter of fact, the
value objective is resolute by the set of values allocated to equality constraint functions can be transformed into the
every decision variable. Optimization steps procedure of inequality constraint functions as shown in equation (10):
HHSA are as follows:
|hj(x⃗ )|−ε≤0, (10)
Step 1: Initiate the optimization crisis and
algorithmfactors. where ε is a small enough tolerance parameter. Therefore,
Step 2: Initiate the harmony memory (HM). we only consider the inequality constraint
Step 3: Enhance a novel harmony from the HM. functions gi(x⃗ )≤0, i = 1,2,…, M, here.
Step 4: Revise the HM.
Step 5: Repeat steps 3 and 4 till the termination standard The inequality constraints [20] can be described as
is satisfied. follows:

Researchers have shown that the values of (i) load bus voltage constraints:
scaling factor F and crossover probability factor CR have (ii) thermal limits:
a direct impact on population diversity. The simulations (iii) Generation output limits:
indicate that the larger scaling factor and the lower
crossover probability factor will be helpful to global After the HM has been ranked, the worst HM
searching and to obtain good population diversity. member x⃗ # can be selected and compared with the new
solution candidate x⃗ ∗. Note that x⃗ ∗ does not need to be
However, they decrease the convergence speed feasible. When x⃗ # is compared with x⃗ ∗, x⃗ ∗ will
of the algorithm while enhancing the global searching replace x⃗ # only in one of the following three cases:
ability. Instead, the individual difference of population
will decrease with the decreasing scaling factor and
1. x⃗ ∗ is feasible, and x⃗ # is infeasible, (iii) Competition selection mechanism is
2. both x⃗ ∗ and x⃗ # are feasible, established to improve solution precision
and f(x⃗ ∗)<f(x⃗ #), and enhance the ability of escaping local
3. both x⃗ ∗ and x⃗ # are infeasible, optima.
and x⃗ ∗ dominates x⃗ #.
The LHS algorithm performance based on harmony
To assess the constrained optimization capabilities of memory size (HMS) and harmony memory in view of rate
these two HS methods, the Number of Constraint (HMCR) are also examined.
Evaluations (NCEs) is used as the performance criterion
here. Similarly, the smaller the NCEs are, the more VII. FUZZY LOGIC CONTROLLER
proficient the optimization technique is. The evolution
procedures of the two HS approaches [21] are completed, In this investigation, the fuzzy logic controller is
when a predetermined optimization plan goal is met, and offered to follow the maximum power from the wind by
the NCEs utilized are in contrast with each other. means of the wind’s rotor speed. Fuzzy logic [23] is the
best controller to track the maximum power point. The
150
inputs of the fuzzy controller are the error between the
100 actual rotor speed and the estimated rotor speed and
P(MW)

change in this error. Output of the fuzzy controller is the


50
duty cycle of the boost converter. By adjusting the duty
0 cycle of the boost converter the maximum power will be
1
Best Power achieved. The rotor speed is found out using the equation
150 (3). At first, the various terms are selected to form the
fuzzy rules[24]. Based on these terms, the different rules
100
P(MW)

are formed. The linguistic terms used here are:


50

1. Error (Very Negative, Negative, Small Negative, Zero,


0
1 2 Small Positive, Positive, Very Positive)
Min / Max Power(MW)
2. Derivative of error (Negative, Zero, Positive)
FIG 2. BEST POWER OUTCOME BASED ON HHS
AND FL CONTROLLER For example, if the error is positive and change
in error is negative then the duty cycle will be positive.
The rules formed process is called as fuzzification.
The Hybrid HS method [22] makes use of less
Subsequent to fuzzification method, De-fuzzification as a
NCE than the novel HS for attaining the similar optimal
plant typically necessitates a control over non- fuzzy
design objective. Explicitly, the former is highly
value, as de-fuzzification phase is required.
proficient than the latter in managing with the specified
constraints in this optimal wind generator design crisis. It
To calculate the output alters the fuzzy logic
is also worth noting that the improvement of the NCEs
controlled technique is utilized and the fuzzy logic
usage grows with the increase of the optimization goal as
controller manages the inverter switch. In UPQC, the
displayed in figure 2.
reactive power, active power, capacitor voltage and
terminal voltage of the line are essential to be sustained
We propose an improved harmony search algorithm
[25]. So as to manage these factors, they are compared
named LHS with three key features:
and sensed with the reference values. To accomplish this,
the fuzzy controller membership functions is provided
(i) adaptive global pitch adjustment is designed
below in equation (11)
to enhance the exploitation ability of
solution space;
U= -[Αe+(1-α)*C] (11)
(ii) opposition-based learning technique is
blended to increase the diversity of solution;
Where α is self –adjustable factor which can regulate the •De-fuzzyfication interface provides non-fuzzy control
whole operation the de-fuzzification is performed which action from a conditional fuzzy control action.
converts the fuzzified value into de-fuzzified value [26].
It gives the final output value. The de-fuzzification is
shown in table V.Figure 2 shows the representation of
rule table for Fuzzy controller.

TABLE V. RULE TABLE FOR FUZZY


CONTROLLER

E/dE VLE LE ME HE

VLE HE HE LE ME

LE HE ME VLE ME

ME ME ME LE VLE

HE HE ME VLE VLE FIG 4. SCHEMATIC REPRESENTATION OF


PSEUDO COLOR

FIG 3. REPRESENTATION OF RULE TABLE FOR


FUZZY CONTROLLER

• The Fuzzyfication boundary will transfers its input data FIG 5. SURFACE REPRESENTATION
into appropriate linguistic values.

• The Knowledge Base is comprises of a data base with


the essential linguistic descriptions and control rule set
[27].

• A Decision Making Logic will, replicates a human


decision procedure, and bound the fuzzy control action
from the control rules knowledge and the linguistic
variable definitions.
The equality constraints C(x) for the above
objective function at the zero injection buses can be
defined as in equation (16) & (17):

Pgi-PDI-Vi ∑Vj[ Gij (Cos ði –ðj) + BijSin (ði–ðj)] =0 (16)


Qgi-QDI-Vi ∑Vj[ Gij (Cos ði –ðj) + Bij Sin (ði –ðj)] =0
(17)

where PDi and QDi are the real and reactive load demands
at ith bus, PGi and QGiare the real and reactive power
injections at ith bus and n is the total number of buses in
the network.

b.Performance Indices

The performance of all the algorithms used in


this paper is evaluated based on these performance indices
given below:

Mean square error (MSE):

FIG 6. BEST POWER OUTCOME MSE=∑I=1n(|xitrue-xiest|2)/n (18)

where xitrue and xiest are the true and estimated value of
The competence of the anticipated technique of the ith measurement quantity; n is the number of
state estimation is demonstrated in Figure 4, 5, 6 based on variables.
the surface structure and the pseudo color. In a
distribution network the power injected at ith bus can be Power system transient stability is the capability of a
expressed as in equation (12), (13), (14),(15): power system to return to a stable operating point after the
occurrence of a disturbance that changes its topology.
Pinj,I= Vi ∑ Vj[ Gij(Cos ði–ðj) + BijSin (ði–ðj)] (12) Instances of topology changes of a power system are
Qinj,I= Vi ∑ Vj[ Gij(Cos ði–ðj) - BijSin (ði –ðj)] (13)
(i) Generator or a line tripping,
The real power and reactive power flow from (ii) Change of a load suddenly, as well as a load
bus i to j can be depicted as trip,
(iii) Faultoccurrence, that is, a short circuit.
Pij= ViVj(-Gijði–ðj) + BijSin (ði –ðj))+Vi2Gij (14)
Gij= ViVj(-Gijði–ðj) - Bij Sin (ði –ðj))+Vi2Gij (15) To evaluate the transient stability performance of the
system, the easiest and extensively utilized test system is
Where, accepted and a short circuit fault is replicated on one line
G and B the line conductance and susceptance of the among Buses.
distribution system;
c. During The Fault
Vi voltage magnitude of ith bus;
δi bus voltage angle of ith bus; In case of fault instant, owing to short circuit, the
DFIG generator voltage terminal drops. This has obtained
a. Equality Constraints numerous outcomes.Generator rotor and stator flux
reduction outcomes in generator demagnetizing method.
The subsequent outcome is the electromagnetic torque converters, as a segment of stored potential energy in the
reduction and active generator power. rotating mass of the DFIG wind turbine shaft cannot be
abounding to the method [28].
Owing to mechanical rotor frequency decouple
control from the grid frequency through power electronic

S
t
Power
a com
from
r pens
Simulink
t ation
sour E d
MP=Mean ce (
(Power) E
Parameter VLE,LE )
s ,ME,HE
Population
Generate
, PAR, N
harmony Tmax If o
memory, VLE,L
Evaluate E≤
iteration count
objective
i=1 New BP==Ye
function ME s
harmo Sto
≤HE
ny Y re
New
genera e po
harmony
ted s U wer
En
betterN d
N than pd
i<T o
o stored ate VLE-Very
ma Y ha Low Error
harmony LE-low
xB es rm
on Error
P y ME-
Medium
Error
HE-High
Error
BP-Best
Power

FIG 7. FLOW DIAGRAM FOR THE ESTIMATION OF BEST POWER

It leads to exciting oscillations in the rotating mass of the


shaft in addition, which is harsh with greater time constant d. After Clearance of the Fault
and superior damping time. Figure 7 represents the best
power outcome.
When the fault is rectified, the voltage cannot [2] Yaowen Yu, “Transmission Contingency-Constrained
recuperate totally instantly as RSC cannot supply essential Unit Commitment with Uncertain Wind Generation
reactive power [29] to the generator for its magnetization viaInterval Optimization”, IEEE 2015.
development.
[3] C. Indhumathi, “A FUZZY BASED TECHNIQUE FOR
The generator thus necessitates absorbing grids UNIT COMMITMENT”, IEEE 2015
reactive power and this achievement delays the recovering
method of the grid voltage [30]. [4] Srikanth Reddy, “Optimal Scheduling of Uncertain
Wind Energy and Demand Response in Unit Commitment
The voltage recovers totally, the voltages and the using mBinary Grey Wolf Optimizer (BGWO)”, IEEE
generator currents initiate to converge to their pre-fault 2016.
values, and the RSC maintains its control over the active
and reactive power. [5] HaoQuan, “Incorporating Wind Power Forecast
Uncertainties Into Stochastic Unit Commitment Using
VIII. CONCLUSION Neural Network-Based Prediction Intervals” IEEE Sep
2016.
The work, highlights the theory and applications the HHS
method and fuzzy logic controller. The basics of the HHS [6] Chaoyue Zhao, “Distributionally Robust Contingency-
are initially introduced. Subsequently, both the fundamental Constrained Unit Commitment, IEEE 2016.
HHS algorithm and certain distinctive variants are discussed
in detail. The HHS method application in a few applications [7] Alma Ademovic, “A Genetic Algorithm Solution to the
fields, like power systems, optimization, processing, are Unit Commitment Problem Based on Real-
also presented. In addition, as a case study example, a CodedChromosomes and Fuzzy Optimization”, IEEE 2010.
Hybrid HS anticipated by the investigator for coping with
the constrained of Unit Commitment problems is confirmed. [8] 1Md. SajidAlam, “Priority list and particle swarm
Owing to the Pareto-dominance ranking of Hybrid HM optimization based Unit commitment of thermal units
members, the provided constraints can be openly handled in including renewable uncertainties”, IEEE 2016.
this novel Hybrid HS method. A real-world optimal wind
generator design crisis has been used to authenticate its [9] ShantanuChakraborty, TomonobuSenjyu, “Fuzzy
effectiveness.The fuzzy PI controller is better than certain Quantum Computation Based Thermal UnitCommitment
kind of fuzzy controllers in terms of the amount of fuzzy Strategy with Solar-battery System Injection” IEEE 2011.
sets for the input fuzzification, number of rules used, and
the number of coefficients to be optimized. The analysis of [10] ShantanuChakraborty, “Fuzzy logic-based thermal
wind speed has been examined from January to august in generation scheduling strategy with solar-battery system
Coimbatore region and the obtained results are 2.13, 2.47, using advanced quantum evolutionary method”, IEEE 2013.
2.27, 2.78, 3.64, 5.14, 5.03, and 4.5 respectively. These
studies may contribute to more accurate simulation results [11] H. Daneshi, “Application of Fuzzy Logic to Priced-
for finding out better strategies for best power with low based Unit Commitment under Price Uncertainty”, IEEE
error, smooth, reliable, and uninterrupted operation of 2010.
power networks with the future penetration of wind energy
systems. [12] Vo Ngoc Dieu, “Enhanced merit order and augmented
Lagrange Hopfield network for ramp rate constrained unit
Commitment”, IEEE 2006.
REFERENCE
[13] Xiao-ZhiGao, “A New Harmony Search Method in
[1] S. ChenthurPandian, “Fuzzy Logic Implementation for Optimal Wind Generator Design” IEEE 2010.
Solving the Unit Commitment Problem”, IEEE 2004.
[14] X. Z. Gao, T. Jokinen, “A Hybrid PBIL-based [25] Ying Wang, Kaifeng Zhang, “ Optimal Uncertain
Harmony Search Method with Application in Wind Intervals in Unit Commitment with Wind Power” IEEE
Generator Optimization X.”, IEEE 2010 2016.

[15] Chao-Ming Huang, “Short-term wind power [26] PengXiong, “A Linear Decision Rule Approach for
forecasting anduncertainty analysis using a hybrid Robust Unit Commitment Considering Wind Power
intelligent method”, IEEE 2017. Generation”, IEEE 2013.

[15] D. P. Kadam, “Thermal Unit Commitment Problem by [27] PengXiong, “A Distributionally Robust Optimization
using Genetic Algorithm, Fuzzy Logic and Priority List Modelfor Unit Commitment Considering Uncertain Wind
Method”, IEEE 2007. Power Generation”, IEEE Transactions On Power Systems
2015.
[16] S.Kayalvizhi, “Optimal Operation of Autonomous
Microgrid for Minimization of Energy Loss, Cost and [28] Bing Yan, “Grid Integration of Wind Generation
Voltage Deviation”, IEEE. Considering Remote Wind Farms: Hybrid Markovian and
Interval Unit Commitment”, Ieee/Caa Journal Of
[17] A´ lvaro Lorca, “Multistage Robust Unit Commitment AutomaticaSinica, Vol. 4, No. 2, April 2017.
with Dynamic Uncertainty Sets and Energy Storage”, IEEE
June 2016. [29] Jin Yi, Xinyu Lt, “Optimal Design of Photo voltaic-
Wind Hybrid Renewable Energy System using a Discrete
[18] TarkeshwarMahto, “Frequency stabilization of a hybrid Geometric Selective Harmony Search”, IEEE 2016.
two-area power system by a novel quasi-oppositional
harmony search algorithm”, IEEE 2015. [30] Shengli Liao, Zhifu Li, Gang Li “ Modeling and
Optimization of the Medium-Term Units Commitment of
[19] TarkeshwarMahto, “Power and Frequency Stabilization Thermal Power” Energies 2015, 8, 12848–12864;
of an Isolated Hybrid Power System Incorporating Scaling oi:10.3390/en81112345
Factor Based Fuzzy Logic Controller”, IEEE 2016.

[20] DeepikaNegi, “Improved Binary PSO for Wind-


Thermal Unit Commitment Considering Wind Power
Uncertainity and Emission” IEEE 2016.

[21] MahtoTarkeshwar,, “Quasi-oppositional harmony


search algorithm and fuzzy logic controller for load
frequency stabilisation of an isolated hybrid power system”,
IEEE 2014.

[22] Carlos Henrique M. Sabóia, “A local branching


approach for network-constrained thermal unit commitment
problem under uncertainty”, IEEE 2014.

[23] Mohammad ShoaibShahriar, “Optimization of Unit


Commitment Problem for Wind-Thermal Generation using
Fuzzy OptimizationTechnique”, IEEE 2015.

[24] Chunheng Wang,” Fully Parallel Stochastic Security-


Constrained Unit Commitment”, IEEE 2015.

You might also like