Power system stabilizer design using hybrid multi-objective particle swarm optimization with chaos

Size: px
Start display at page:

Download "Power system stabilizer design using hybrid multi-objective particle swarm optimization with chaos"

Transcription

1 J. Cent. South Univ. Technol. (2011) 18: DOI: /s Power system stabilizer design using hybrid multi-objective particle swarm optimization with chaos Mahdiyeh Eslami 1, Hussain Shareef 2, Azah Mohamed 2 1. Electrical Engineering Department, Islamic Azad University (SRBIAU), Hesara, Tehran, Iran; 2. Electrical, Electronic and Systems Engineering Department, University Kebangsaan Malaysia, Bangi, 43600, Selangor, Malaysia Central South University Press and Springer-Verlag Berlin Heidelberg 2011 Abstract: A novel technique for the optimal tuning of power system stabilizer (PSS) was proposed, by integrating the modified particle swarm optimization (MPSO) with the chaos (MPSOC). Firstly, a modification in the particle swarm optimization (PSO) was made by introducing passive congregation (PC). It helps each swarm member in receiving a multitude of information from other members and thus decreases the possibility of a failed attempt at detection or a meaningless search. Secondly, the MPSO and chaos were hybridized (MPSOC) to improve the global searching capability and prevent the premature convergence due to local minima. The robustness of the proposed PSS tuning technique was verified on a multi-machine power system under different operating conditions. The performance of the proposed MPSOC was compared to the MPSO, PSO and GA through eigenvalue analysis, nonlinear time-domain simulation and statistical tests. Eigenvalue analysis shows acceptable damping of the low-frequency modes and time domain simulations also show that the oscillations of synchronous machines can be rapidly damped for power systems with the proposed PSSs. The results show that the presented algorithm has a faster convergence rate with higher degree of accuracy than the GA, PSO and MPSO. Key words: passive congregation; chaos; power system stabilizer; penalty function; particle swarm optimization 1 Introduction With the advent of automatic voltage regulators (AVRs) in the late 1950s, installation of AVRs on power generating units became a common practice. Unfortunately, the high performance of these voltage regulators caused a destabilizing phenomenon on the power system. Most of the problems are associated with the low frequency oscillation in the interconnected power systems, especially in the deregulated paradigm. Small magnitude and low frequency oscillation often remained for a long time [1]. To provide fast damping for the system and thus improve the dynamic performance, a supplementary control signal in the excitation system and/or the governor system of a generating unit can be used. As the most effective damping controller, power system stabilizer (PSS) has been widely applied to suppress the low frequency oscillation and enhance the system dynamic stability. PSSs contribute to maintain the reliable performance of the power system stability by providing an auxiliary signal to the excitation system. Despite the existence of various structures of PSS, the conventional fixed structure lead-lag PSS (CPSS) is still preferred by most of power utilities. It may be due to the ease of on-line tuning, and the lac of assurance on the stability associated with some variables. To understand the effects of CPSS with different parameters on the overall dynamic performance of the power system, an extensive investigation was done by KUNDUR et al [2]. The investigation illustrated that the satisfactory performance during the system upsets is related to the appropriate choice of the CPSS parameters. The tuning problem of PSS parameters is one of the optimization issues in the power system stability. Intelligent optimization based methods have been initiated to solve this problem. Two main techniques used for the parameter tuning of PSS in a power system are sequential tuning and simultaneous tuning. The simultaneous tuning of PSS parameters is generally formulated as a very large scale nonlinear non-differentiable optimization problem. This type of optimization problem is very difficult to solve by applying traditional differentiable optimization algorithms. Sequential quadratic programming (SQP) techniques are fast deterministic optimization techniques [3], but they are very sensitive to the choice of initial point. To overcome the problems mentioned above, many random search methods such as genetic algorithm (GA) [4 5], simulated annealing (SA) [6], Tabu search Received date: ; Accepted date: Corresponding author: Mahdiyeh Eslami, Tel: ; mahdiyeh_eslami@yahoo.com

2 1580 (TS) [7], evolutionary programming (EP) [8] and rule based bacteria foraging [9] have been used. Despite these optimization methods seem to be effective for the design problem, the efficiency is reduced by the use of highly epistatic objective functions, and the large number of parameters to be optimized. Furthermore, they are time consuming methods. Particle swarm optimization (PSO) was introduced by KENNEDY and EBERHART [10] and it is a ind of random search algorithm that simulates the natural evolutionary process by mimicing the social behavior of flocs (swarms) of birds and insects (particles). Compared with other evolutionary computation algorithms, it has some advantages, including simple implementation, small computational load, and fast convergence. Therefore, it is efficient for solving many problems for which it is difficult to find accurate mathematical models. Despite these advantages, the PSO algorithm is prone to relapse into local minima and premature convergence when solving complex optimization problems. In order to improve the performance of PSS optimal parameter tuning methods, a modified particle swarm optimization based on the chaos (MPSOC) is proposed in this study. Firstly, passive congregation (PC), which is an important biological force preserving the swarm integrity is introduced in the standard PSO to decease the meaningless search. Secondly, MPSO and chaos are combined to improve the global searching capability and premature convergence to local minima. Then, the problem of tuning of PSS over a wide range of system configurations is formulated as a multi-objective function where the objective is the aggregation of the two objectives related to the damping ratio and damping factor. The proposed optimization procedure handles the problem-specific constraints using a penalty function to enhance the diversity of the swarm, leading to a better outcome. Based on the objective function and the proposed optimization procedure, a multi-machine power system, under a wide range of system configurations and operation conditions, is investigated to verify the effectiveness and robustness of the new method in tuning the PSS parameters. 2 PSO and proposed PSO modifications 2.1 Overview of PSO Particle swarm optimization (PSO) is a population based stochastic optimization method and a ind of evolutionary computation technique. It explores for the optimal solution from a swarm population of moving particle vectors, based on a fitness function. The method has been found to be robust in solving problems featuring nonlinearity and non-differentiability, multiple J. Cent. South Univ. Technol. (2011) 18: optima, and high dimensionality through adaptation, which is derived from the social-psychological theory. Each particle represents a potential answer and has a position ( X i ) and a velocity ( V i ) in the problem space. Each particle eeps a record of its individual best position ( P i ), which is associated with the best fitness it has achieved so far, at any step in the solution. This value is nown as the p best. Moreover, the optimum position between all the particles obtained at the current step in the swarm is stored as global best position ( P g ). This location is called the g best. The velocity of particle and its new position will be updated according to the following equations [11]: 1 1 i i i X X V (1) V 1 i wvi c1 r1 ( Pi X i c 2 r 2 ( P g X i ), ) i=1, 2, 3,, N (2) where w is an inertia weight that controls the exploration of a particle during a search, c 1 and c 2 are positive numbers explaining the weights of the acceleration terms that guide each particle toward the individual best and the swarm best positions, respectively. r 1 and r 2 are uniformly distributed random numbers in the range of 0 1, and N is the number of particles in the swarm. The inertia weighting function in Eq.(2) is usually calculated using the following equation: wmax wmin w wmax ni (3) n I,max where w max is the initial weight, w min is the final weight, n I,max is the maximum iteration number, and n I is the iteration number The first term in Eq.(2) enables each particle to perform a global search by exploring a new search space. The last two terms in Eq.(2) enable each particle to perform a local search around its individual best position and the swarm best position. From the PSO equations, it can be revealed that the PSO algorithm does not need a mathematical model of the problem, unlie the traditional optimization algorithms such as Newton s method. The only information required by the PSO to search for the optimum solution is the evaluation of fitness function. 2.2 Modified particle swarm optimization (MPSO) In this study, a modified particle swarm optimization (MPSO) is proposed. The MPSO introduces an additional part at the end of the velocity update formula nown as the passive congregation part [12]. The basic idea is that individuals need to monitor both their environment and their surroundings. Thus, each group member receives a multitude of information from other members, which may decrease the possibility of a

3 J. Cent. South Univ. Technol. (2011) 18: failed attempt at detection or a meaningless search. This ind of information exchange can be realized by a model called passive congregation. The updated velocity equation in MPSO is defined as 1 i w i 1 1 ( Pi i ) c2 r2 Pg Xi c3 r3 Ri Xi V V c r X ( ) ( ) (4) 1 1 i Xi Vi X (5) where R i is a particle selected randomly from the swarm, c 3 is the passive congregation coefficient, and r 3 is a uniform random sequence in the range of 0 1. It must be noted that each particle obtains passive additional information from another particle that is selected at random. This could increase the diversity of the swarm and lead to a better result. new weight parameter is defined by multiplying Eq.(3) and Eq.(6) in order to improve the global searching capability as wnew w w w w ( w n ) max min new max I ni,max (1 ) (7) 1 1 It is observed that the proposed new weight decreases and oscillates simultaneously for total iteration, whereas the conventional weight decreases monotonously from w max to w min. The difference in the proposed and conventional weight factor is depicted in Fig MPSO with chaotic sequence (MPSOC) Chaos is a non-linear phenomenon that widely exists in the nature. Due to the ease of implementation and its special ability to avoid being trapped in local optima, chaos has been a novel optimization technique and chaos-based searching algorithms have aroused intense interests [13]. Chaos phenomenon is different from confusion or erratic behavior. Although it seems lie random phenomenon, it is not a real random phenomenon. So, chaos behavior has characteristics of randomness, periodicity, and regularity. Despite of the high efficiency of MPSO, the drawbac of premature convergence prevents the algorithm to get the global optimal. To overcome this drawbac, chaotic mutation is imposed during the evolution. In this wor, the well-nown logistic equation [14], which exhibits the sensitive dependence on initial conditions, is employed for constructing hybrid MPSO. The logistic equation used in this wor is described as (1 ), =1, 2, ; θ 0 (0, 1) (6) 1 1 where μ is the control parameter with a real value between 0 and 4. Although Eq.(6) is deterministic, it exhibits chaotic dynamics when μ=4 and 0 {0, 0.25, 0.5, 0.75, 1}. That is, it exhibits the sensitive dependence on initial conditions, which is the basic characteristic of chaos. A minute difference in the initial value of the chaotic variable would result in a considerable difference in its long time behavior. The trac of chaotic variable can travel ergodically over the whole search space. In general, the above chaotic variable has special characteristics, i.e. ergodicity, pseudo-randomness and irregularity. To improve the performance of MPSO, a new velocity update equation is introduced by applying chaotic sequence for weight parameter, w, in Eq.(4). The Fig.1 Comparison of conventional and new inertia weight As a result, the updated velocity formula will be assigned according to the following equation: 1 i new i 1 1 ( i i ) c2 r2 Pg Xi c3 r3 Ri Xi V w V c r P X ( ) ( ) (8) 2.4 Constraint optimization using MPSOC The general constrained nonlinear optimization problem can be defined as minimize f(x) subject to g i (X) 0, i=1, 2,, p h j (X)=0, j=1, 2,, m L X U, =1, 2,, n (9) where X is n-dimensional vector of design variables, f(x) is the objective function, g(x) and h(x) are inequality and equality constraints, and L and U are lower bound and upper bound constraints. The MPSOC algorithm requires only the objective function to chec whether the new particle position is more favorable than the previous one. A number of approaches have been used in the evolutionary computing to execute constraint handling such as the methods that preserve the feasibility of solutions,

4 1582 penalty-based methods and hybrid methods. In this wor, the penalty-based method proposed in Ref.[15] is used. In this approach, the constraint optimization problem in Eq.(9) is replaced with the alternative unconstrained problem as pm l F( X ) f( X ) r qi ( X ) (10) i1 In Eq.(10), f(x) is the original objective function of the problem in Eq.(9), r is a penalty factor and l is the power of the penalty function. The function q i (X) is a relative violation function of the constraints and is given as max{0, gi ( X )},1 i p qi ( X ) (11) hi p ( X ), p 1 i p m The parameters r and l are problem dependent, and r should be a suitably large positive constant. In the present study, the values set for r and l are and 2, respectively. 3 Adaptation of MPSOC for PSS tuning To utilize the developed optimization technique in PSS tuning in the power system, the system elements such as generators, excitation system and PSS must be modeled. It also requires a suitable objective function to obtain satisfactory results. The system model and objective function used in PSS parameter tuning in a multi machine power system are elaborated. 3.1 Power system model In this study, each generator is modeled as a two-axis, six-order model. For all operating conditions, the power system with generators, PSSs, and excitation systems can be modeled by a set of nonlinear differential equations as x f ( x, u) (12) where x [,, Eq, d, Ed, q ] and u are the vector of state variables and the vector of the damping controller output signals, respectively. The vector of state variables include the speed deviation (Δω), rotor angle (Δδ), the d- and q-axis component of stator voltage (E q, E d ), and the d- and q-axis component of stator flux (ψ d, ψ q ), respectively. In the PSS design, the power system is usually linearized in terms of a perturbed value in order to perform the small signal analysis. Therefore, the system in Eq.(12) is linearized around an equilibrium operating point of the power system. Equation (13) describes the linear model of the power system as x Ax Bu (13) y Cx Du J. Cent. South Univ. Technol. (2011) 18: where A is the power system state matrix, B is the input matrix, C is the output matrix, and D is the feed-forward matrix. The set of linearized systems is then considered to be controlled by a given configuration of controllers defining a set of linear close-loop systems similar to the close loop setup shown in Fig.2. For each of these systems, it is possible to compute the eigenvalues and then their damping. From Eq.(13), the eigenvalues λ j =σ j ± iω j of the total system can be evaluated. Then, the damping ratio (ζ j ) of this eigenvalue is defined by j j 2 2 j j Fig.2 Closed-loop setup (14) 3.2 PSS structure The operating function of a PSS is to produce a proper torque on the rotor of the machine in such a way that the phase lag between the exciter input and the machine electrical torque is compensated. The supplementary stabilizing signal considered is proportional to the speed. The PSSs with a lead-lag structure of speed deviation input are considered in this study, and the transfer function of the i-th PSS is given by stw (1 st1 i )(1 st3i ) Ui Ki ( )[ ] i ( s) (15) 1 st (1 st )(1 st ) w 2i where Δω i and U i are the perturbations of the synchronous speed and the output voltage signal respectively, which are added to the excitation system reference perturbation. The signal washout bloc acts as a high-pass filter with the time constant T w that allows the signal associated with the oscillations in rotor speed to pass unchanged. Furthermore, it does not allow the steady state changes to modify the terminal voltages. From the view of the washout function, the value of T w is generally not critical and may be in the range of s. In this study, it is fixed as 10 s. The phase compensation blocs with time constants T 1i T 4i supply the suitable phase-lead characteristics to compensate the phase lag between the input and the output signals. The five PSS parameters consisting of the four time constants and the gain need be optimally chosen for each generator to guarantee the optimal system performance under various system configurations and disturbances. The adopted structure of PSS is shown in Fig.3. It consists of a gain bloc with gain K i, a signal washout bloc and two-stage phase compensation blocs. Here, the problem of the robust PSS design is formulated as a multi-objective optimization problem and MPSOC is employed to solve 4i

5 J. Cent. South Univ. Technol. (2011) 18: Fig.3 Structure of power system stabilizer this problem. Furthermore, all the parameters of PSS are considered modifiable. Robustness is obtained by considering some operating conditions and the system configurations simultaneously. 3.3 Objective function Under an unstable condition, the declining rate of the power system oscillation is determined by the highest real part of the eigenvalue (damping factor) in the power system and the magnitude of each oscillation by its damping ratio. Hence, the objective functions naturally contain the damping ratio and the damping factor in the formulation for the optimal setting of PSS parameters. Therefore, for the optimal tuning of PSS parameters, a multi-objective function may be formulated as Maximize F 1 =min(abs(σ )) (16) Maximize F 2 =min(ζ ) (17) Minimize 1 1 f() x ( F. F ) [min(abs( )).min( )] (18) 1 2 The design problem can be formulated as the following constrained optimization problem: Subject to j 0, 1,2,3 and j min i,min i Ki,max T1,min i Ti T1,max i T2,min i Ti T2,max i, i 1,2,3,4 T3,min i Ti T3,max i T4,min i Ti T4,max i (19) where represents the number of electromechanical modes of oscillation and j=1, 2, 3,, n. n is the total number of eigenvalues. σ is the real part of the -th 2 2 electro-mechanical mode, and /, is the damping ratio of the -th electro-mechanical mode. ζ min is considered experimentally as 0.2. Figure 4 shows the expected performance of the multi-objective function f. It is observed that all the oscillation modes can be relocated by the above multi-objective function. α and β are empirically considered limits of frequency for the electro-mechanical modes. is a weight for combining both damping factor and damping ratio. The constraint set is made up of bounds of PSS parameters, which can be formulated as Eq.(19). According to Eq.(19), a total of 46+2n inequality constraints should be considered in the optimization of the PSS parameters. Finally, the main objective function may be obtained by substituting the objective function of Eq.(18) and inequality constraints presented in Eq.(19), into Eq.(10). Therefore, the final objective function (fitness function) for optimal tuning of PSS using MPSOC can be formulated as unconstrained objective function in the following form: 462n i1 F( X ) f( X) r max 0, gi ( X) (20) Fig.4 Region of eigenvalue location for objective function F The implementation procedure of the proposed MPSOC for the optimal design of PSS parameters is shown as a flowchart in Fig.5. The flowchart is self-explanatory, as each single part of the algorithm has been already discussed in previous sections. 4 Simulation results To demonstrate the application and robustness of MPSOC in tuning of PSS, a two-area multi-machine power system is simulated. The single line diagram of the system is shown in Fig.6. Details of the networ parameters are given in Ref.[16]. In this system, there are two generation areas and two loads interconnected by transmission lines. Each area has two generators. All the generators are equipped with identical speed governors and turbines, which include exciters, AVRs and PSSs. The generators and their controls are assumed to be identical. The system is quite heavily stressed, and it has 400 MW flowing on the tie-lines from Area 1 to Area 2. The simple model shows the fundamental electromechanical oscillations that are inherent in interconnected power systems. There are three different electromechanical modes of oscillation, which include two local modes of oscillation corresponding to each area, and one inter-area mode. To analyze the low frequency oscillations in the system, the cases listed in Table 1 representing various operating conditions are studied. l

6 1584 J. Cent. South Univ. Technol. (2011) 18: Fig.5 Flowchart of MPSOC used for optimization of PSS parameters Fig.6 Single line diagram of two area system Table 1 Cases considered in tuning procedure Case No. Description 1 Base case (all lines in service) 2 Loss of line between bus 3 and bus Loss of line between bus 13 and bus Loss of either of these lines 4.1 PSS tuning results The result of the proposed PSS tuning method is compared with the result of GA, PSO and MPSO. The optimization procedure following the methods described above was carried out by a specially prepared computer program coded in MATLAB. All the programs were executed on a 2.10 GHz Pentium IV processor with 2 GB

7 J. Cent. South Univ. Technol. (2011) 18: of random access memory (RAM). To achieve the optimum performance in the proposed methodology, the MPSOC parameters need to be carefully adjusted. Table 2 lists the specified parameters for the four algorithms GA, PSO, MPSO and MPSOC used in this study in order to achieve the optimum performance. Furthermore, the conditions listed in Table 2 are also individually studied without any PSS and with CPSS. The parameters used for CPSS are 10.00, 0.05 s, s, 0.05 s, and 0.01 s, for K, T 1, T 2, T 3 and T 4, respectively, for all four generators. The optimal tuning of five PSS parameters, namely K i, T 1i T 4i, is performed by the MPSOC. Since there are four PSSs, twenty parameters need be optimized. Fortunately, these parameters have upper and lower limits Table 2 Parameters used for GA, PSO, MPSO and MPSOC algorithm Parameter GA PSO MPSO MPSOC Swarm size n I,max C C C μ 4 f w min w max Crossover probability 0.95 Mutation probability 0.10 as listed in Table 3. These limits help in reducing the computational times significantly. In this wor, the values of α and β are considered as π and 3π, respectively. The weight parameter is set to be 10, which is derived from the experiences of many experiments conducted on this problem. First, the system is run without PSS for the four cases mentioned before. Then, PSSs are connected to all the four generators and GA, PSO, MPSO and the MPSOC algorithms are used separately to find out the optimum parameters for the PSSs. Table 3 Lower and upper limits of PSS parameters Parameter Lower limit Upper limit T T T T K PPS Eigenvalue analysis The principal eigenvalues and the damping ratios obtained for all operating conditions with no PSS, CPSS and after application of various optimization methods in the system are given in Table 4. The values represent the smallest damping ratio and the unstable cases, respectively. For the system without PSS, it can be observed that some of the modes are weely damped and for some operating conditions the system is unstable. The addition of PSSs improves the damping in the system oscillations. The results clearly show that the performance Table 4 Eigenvalues and damping ratios with and without PSSs for four cases Case 1 Case 2 Case 3 Case 4 Without PSSs With CPSS With GA With PSO With MPSO With MPSOC ± i, ±7.302i, ±7.383i, ±3.84 8i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ±3.297i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ±3.557i, ±4.976i, ±6.345i, ± , ± i, ± i, ± i, ± i, ± i, ±3.304i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ± i, ±6.345i, ± i, ± i, ± i, ± i, ± i, ± i, ±3.558i, ± i, ± i, ± i, ± i, ± i, ±3.451i, ± i, ± i, ± i, ±5.234i, ±6.765i,

8 1586 of MPSOC optimized PSSs is better than those of MPSO, PSO and GA optimized PSSs, and CPSS. The results from the MPSO show that the minimum damping ratio and the maximum damping factor under all cases are better than those obtained by the use of CPSS, GA and PSO. This means that the addition of passive congregation part can increase the system dynamic stability. Moreover, the results from the MPSOC are better than those from MPSO. This shows that using chaotic sequence in MPSO is an effective approach to enhance the global searching capability and improve the performance stability Nonlinear time-domain simulation A number of time domain simulations were performed to demonstrate the efficiency of tuning of PSS parameters using the proposed MPSOC method. In these tests, to evaluate the effectiveness of the MPSOC based tuned PSS using the proposed multi-objective function, a 200 ms three-phase fault is applied at bus 3 and a fault between the bus 3 and bus 101 is cleared in 0.05 s at the near end. After a further 0.05 s, remote end circuit breaer at bus 101 is operated for the complete clearance in each case. The speed deviations of generators G 1, G 2, G 3 and G 4 under the fault at bus 3 are shown in Fig.7. These time domain simulations are also in good agreement with the results of eigenvalue analysis. The J. Cent. South Univ. Technol. (2011) 18: addition of PSSs improves the damping in the system oscillations. It can be seen that the PSSs tuned by the proposed method achieve good results and provide superior damping in comparison with the case when GA, PSO and MPSO are used. All of these figures represent large signal stability of the test systems with optimum PSSs. It is clear that the newly proposed method is quite efficient to damp out the local modes as well as the inter-area modes of oscillations. This illustrates the potential and the superiority of the proposed design approach to get the optimal set of PSS parameters Non parametric statistical analysis Table 5 presents a comparison of the results obtained by MPSOC, MPSO, PSO and GA in terms of the number of iterations, elapse time and best fitness value achieved by different methods. In order to mae a fair comparison among all the three algorithms, the same number of iterations and same ranges of parameters are used. To compare the accuracies of the algorithms, a maximum number of iteration is considered as a stopping condition and the results obtained from the algorithms are compared. The best fitness value achieved by each algorithm is a measure of the strength of the algorithm. Each algorithm was executed for 30 times, and the average elapsed time is considered as a measure of the computational time. As can be seen in Table 5, the best Fig.7 Speed response of generators: (a) G1; (b) G2; (c) G3; (d) G4

9 J. Cent. South Univ. Technol. (2011) 18: Table 5 Iterations and time required by GA, PSO, MPSO and MPSOC algorithms Parameter Max iteration number Best result Average result Worst result GA PSO MPSO MPSOC GA PSO MPSO MPSOC GA PSO MPSO MPSOC Elapse time Best fitness value fitness value obtained by MPSOC is and is slightly lower than the values obtained by MPSO ( ), PSO ( ) and GA ( ). Also, it is obvious that the proposed algorithm requires far fewer iterations and less computational time when compared with other algorithms. Hence, it can be concluded that the MPSOC is the best among the aforementioned algorithms in terms of accuracy and convergence speed. To further validate the reliability of the results, non parametric statistical analysis of the data obtained from 30 independent runs is carried out using SPSS statistic software. First, one-sample Kolmogorov Smirnov test is conducted in which the null hypothesis, H 0, assumes that the data sample fits normal distribution, and the alternative hypothesis, H 1, assumes that the data sample does not fit normal distribution, with 0.05 significance level. The analysis results are listed in Table 6. As derived from Table 6, the p-value of each algorithm is greater than 0.05, which is not significant enough to reject H 0, and implies that H 1 does not hold true. The p-value is an index which measures the significance of the statistical test. Therefore, this study has 95% confidence that the four sets of test data match normal distribution. After proving that the test data match normal distribution, this research uses paired t-test, to validate each algorithm separately, and to determine the differences of the test data. The results are shown in Table 7. The H 0 of this distribution assumes that the means of the data sets are equal and H 1 assumes that the means of the data sets are not equal. As seen from the Table 7 Paired t-test results Paired differences Method Mean Correlation t df Sig.(2-tailed) MPSOC- MPSO MPSOC- PSO MPSOC- GA MPSO- PSO MPSO- GA PSO- GA Table 7, the pairs with the p-value = 0 are all smaller than 0.05, and the result shows a significant level to reject H 0. This study thus has 95% confidence that the six pairs are significantly different. From Table 7, it can be seen that the MPSOC test results are smaller than other algorithms. In addition, the MPSO test results are better than PSO, from 30 tests. The standard deviations of the three algorithms presented in Table 5 indicate their significant differences. According to Table 5, the standard deviations obtained by MPSOC are smaller than those of the other algorithms and as a result, MPSOC is more stable. 5 Conclusions Table 6 Single-sample Kolmogorov Smirnov test results Item GA PSO MPSO MPSOC Normal parameters Mean Standard deviation Most extreme differences Absolute Positive Negative Kolmogorov Smirnov Asymp. Sig. (2-tailed) ) A new hybrid and modified particle swarm optimization with chaos (MPSOC) is applied for PSSs design in a multi-machine power system. It is done by introducing passive congregation and chaotic sequence into the PSO to decrease a meaningless search and to improve the global searching capability and escape the premature convergence to local minima, respectively. 2) The problem of tuning of PSS over a wide range of system configurations is formulated as a multiobjective function where the objective is the aggregation of the two objectives on the damping ratio and damping factor. 3) A multi-machine power system, under a wide

10 1588 range of system configurations and operation conditions, is investigated to verify the effectiveness and robustness of the new method. 4) The eigenvalue analysis shows acceptable damping of system modes, particularly the lowfrequency modes, when the PSSs are tuned by MPSOC. Time domain simulations also show that the oscillations of synchronous machines can be rapidly damped for power systems with the proposed PSSs over a wide range of conditions. Besides, the comparative performances of four optimization algorithms, namely MPSOC, MPSO, PSO and GA for optimal design of PSS have been presented by non parametric statistical analysis. The results show that the presented algorithm has a faster convergence rate with higher degree of accuracy than the GA, PSO and MPSO. The obtained results show that the proposed technique can find the best PSS parameters simultaneously with an excellent global damping performance. Therefore, it is suitable for large scale power systems stability improvement. References [1] BASLER M J, SCHAEFER R C. Understanding power system stability [J]. IEEE Transactions on Industry Applications, 2008, 44(2): [2] KUNDUR P, KLEIN M, ROGERS G, ZYWNO M S. Application of power system stabilizers for enhancement of overall system stability [J]. IEEE Transactions on Power Systems, 2002, 4(2): [3] CAI L, ERLICH I. Simultaneous coordinated tuning of PSS and FACTS damping controllers in large power systems [J]. IEEE Transactions on Power Systems, 2005, 20(1): [4] ABDEL-MAGID Y L, ABIDO M A. Optimal multi-objective design of robust power system stabilizers using genetic algorithms [J]. IEEE Transactions on Power Systems, 2003, 18(3): J. Cent. South Univ. Technol. (2011) 18: [5] SEBAA K, BOUDOUR M. Optimal locations and tuning of robust power system stabilizer using genetic algorithms [J]. Electric Power Systems Research, 2009, 79(2): [6] ABIDO M A. Robust design of multimachine power system stabilizers using simulated annealing [J]. IEEE Transactions on Energy Conversion, 2002, 15(3): [7] ABIDO M A. A novel approach to conventional power system stabilizer design using tabu search [J]. International Journal of Electrical Power & Energy Systems, 1999, 21(6): [8] ABIDO M A, ABDEL-MAGID Y L. Optimal design of power system stabilizers using evolutionary programming [J]. IEEE Transactions on Energy Conversion, 2002, 17(4): [9] MISHRA S, TRIPATHY M, NANDA J. Multi-machine power system stabilizer design by rule based bacteria foraging [J]. Electric Power Systems Research, 2007, 77(12): [10] KENNEDY J, EBERHART R. Particle swarm optimization [C]// IEEE International Conference on Neural Networs. Perth, Australia. IEEE Service Center, Piscataway, 1995: [11] SHI Y, EBERHART R. A modified particle swarm optimizer [C]// IEEE International Conference on World Congress on on Computational Intelligence, Anchorage, AK, USA. 1998: [12] HE S, WU Q, WEN J Y, SAUNDERS J R, PATON R C. A particle swarm optimizer with passive congregation [J]. Biosystems, 2004, 78(1/2/3): [13] LI Y, ZHANG N, LI C. Support vector machine forecasting method improved by chaotic particle swarm optimization and its application [J]. Journal of Central South University of Technology, 2009, 16(3): [14] WANG Y, ZHOU J, QIN H, LU Y. Improved chaotic particle swarm optimization algorithm for dynamic economic dispatch problem with valve-point effects [J]. Energy Conversion and Management, 2010, 51(12): [15] PARSOPOULOS K E, VRAHATIS M N. Particle swarm optimization method for constrained optimization problems [M]. Amsterdam: IOS Press, 2002: [16] ROGERS G. Power System Oscillations [M]. Boston: Kluwer Academic, 2000: 1 7. (Edited by YANG Bing)

Particle Swarm Optimization for Simultaneous Tuning of Static Var Compensator and Power System Stabilizer

Particle Swarm Optimization for Simultaneous Tuning of Static Var Compensator and Power System Stabilizer Iran University of Science and Technology (مهدیه اسالمی) From the SelectedWorks of Dr. Mahdiyeh Eslami 2011 Particle Swarm Optimization for Simultaneous Tuning of Static Var Compensator and Power System

More information

Research Article Comparative Study of Popular Objective Functions for Damping Power System Oscillations in Multimachine System

Research Article Comparative Study of Popular Objective Functions for Damping Power System Oscillations in Multimachine System e Scientific World Journal, Article ID 54994, 8 pages http://dx.doi.org/.55/4/54994 Research Article Comparative Study of Popular Objective Functions for Damping Power System Oscillations in Multimachine

More information

Optimal tunning of lead-lag and fuzzy logic power system stabilizers using particle swarm optimization

Optimal tunning of lead-lag and fuzzy logic power system stabilizers using particle swarm optimization Available online at www.sciencedirect.com Expert Systems with Applications Expert Systems with Applications xxx (2008) xxx xxx www.elsevier.com/locate/eswa Optimal tunning of lead-lag and fuzzy logic power

More information

SSSC Modeling and Damping Controller Design for Damping Low Frequency Oscillations

SSSC Modeling and Damping Controller Design for Damping Low Frequency Oscillations SSSC Modeling and Damping Controller Design for Damping Low Frequency Oscillations Mohammed Osman Hassan, Ahmed Khaled Al-Haj Assistant Professor, Department of Electrical Engineering, Sudan University

More information

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5].

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5]. Hybrid particle swarm algorithm for solving nonlinear constraint optimization problems BINGQIN QIAO, XIAOMING CHANG Computers and Software College Taiyuan University of Technology Department of Economic

More information

Artificial immune system based algorithms for optimization and self-tuning control in power systems

Artificial immune system based algorithms for optimization and self-tuning control in power systems Scholars' Mine Masters Theses Student Research & Creative Works 007 Artificial immune system based algorithms for optimization and self-tuning control in power systems Mani Hunjan Follow this and additional

More information

Artificial Bee Colony Based Power System Stabilizer Design for a Turbo-Generator in a Single-Machine Power System

Artificial Bee Colony Based Power System Stabilizer Design for a Turbo-Generator in a Single-Machine Power System Artificial Bee Colony Based Power System Stabilizer Design for a Turbo-Generator in a Single-Machine Power System H. Shayeghi H. A. Shayanfar A. Ghasemi Technical Eng. Department E.E.Department Center

More information

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms Helwan University From the SelectedWorks of Omar H. Abdalla May, 2008 Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

More information

Beta Damping Quantum Behaved Particle Swarm Optimization

Beta Damping Quantum Behaved Particle Swarm Optimization Beta Damping Quantum Behaved Particle Swarm Optimization Tarek M. Elbarbary, Hesham A. Hefny, Atef abel Moneim Institute of Statistical Studies and Research, Cairo University, Giza, Egypt tareqbarbary@yahoo.com,

More information

DAMPING POWER SYSTEM OSCILLATION USING ELITIST DIFFERENTIAL SEARCH ALGORITHM IN MULTI MACHINE POWER SYSTEM

DAMPING POWER SYSTEM OSCILLATION USING ELITIST DIFFERENTIAL SEARCH ALGORITHM IN MULTI MACHINE POWER SYSTEM DAMPING POWER SYSEM OSCILLAION USING ELIIS DIFFERENIAL SEARCH ALGORIHM IN MULI MACHINE POWER SYSEM NAZ NIAMUL ISLAM,, M A HANNAN, AZAH MOHAMED, 3 HUSSAIN SHAREEF Department of Electrical, Electronic and

More information

DESIGNING POWER SYSTEM STABILIZER WITH PID CONTROLLER

DESIGNING POWER SYSTEM STABILIZER WITH PID CONTROLLER International Journal on Technical and Physical Problems of Engineering (IJTPE) Published by International Organization on TPE (IOTPE) ISSN 2077-3528 IJTPE Journal www.iotpe.com ijtpe@iotpe.com June 2010

More information

CHAPTER 3 SYSTEM MODELLING

CHAPTER 3 SYSTEM MODELLING 32 CHAPTER 3 SYSTEM MODELLING 3.1 INTRODUCTION Models for power system components have to be selected according to the purpose of the system study, and hence, one must be aware of what models in terms

More information

Abstract. 2. Dynamical model of power system

Abstract. 2. Dynamical model of power system Optimization Of Controller Parametersfornon-Linear Power Systems Using Different Optimization Techniques Rekha 1,Amit Kumar 2, A. K. Singh 3 1, 2 Assistant Professor, Electrical Engg. Dept. NIT Jamshedpur

More information

Dynamic analysis of Single Machine Infinite Bus system using Single input and Dual input PSS

Dynamic analysis of Single Machine Infinite Bus system using Single input and Dual input PSS Dynamic analysis of Single Machine Infinite Bus system using Single input and Dual input PSS P. PAVAN KUMAR M.Tech Student, EEE Department, Gitam University, Visakhapatnam, Andhra Pradesh, India-533045,

More information

An Improved Shuffled Frog Leaping Algorithm for Simultaneous Design of Power System Stabilizer and Supplementary Controller for SVC

An Improved Shuffled Frog Leaping Algorithm for Simultaneous Design of Power System Stabilizer and Supplementary Controller for SVC Journal of Advances in Computer Research Quarterly ISSN: 2008-6148 Sari Branch, Islamic Azad University, Sari, I.R.Iran (Vol. 4, No. 1, February 2013), Pages: 39-53 www.jacr.iausari.ac.ir An Improved Shuffled

More information

Hierarchical VBA based TCSC Robust damping control system design

Hierarchical VBA based TCSC Robust damping control system design Australian Journal of Basic and Applied Sciences, 3(4): 4132-4148, 2009 ISSN 1991-8178 Hierarchical VBA based TCSC Robust damping control system design 1 2 3 Laiq Khan, IkramUllah and K.L.Lo 1,2 Department

More information

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION Onah C. O. 1, Agber J. U. 2 and Ikule F. T. 3 1, 2, 3 Department of Electrical and Electronics

More information

ECE 585 Power System Stability

ECE 585 Power System Stability Homework 1, Due on January 29 ECE 585 Power System Stability Consider the power system below. The network frequency is 60 Hz. At the pre-fault steady state (a) the power generated by the machine is 400

More information

The Effects of Machine Components on Bifurcation and Chaos as Applied to Multimachine System

The Effects of Machine Components on Bifurcation and Chaos as Applied to Multimachine System 1 The Effects of Machine Components on Bifurcation and Chaos as Applied to Multimachine System M. M. Alomari and B. S. Rodanski University of Technology, Sydney (UTS) P.O. Box 123, Broadway NSW 2007, Australia

More information

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS Journal of ELECTRICAL ENGINEERING, VOL. 64, NO. 6, 2013, 366 370 COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

More information

1 Unified Power Flow Controller (UPFC)

1 Unified Power Flow Controller (UPFC) Power flow control with UPFC Rusejla Sadikovic Internal report 1 Unified Power Flow Controller (UPFC) The UPFC can provide simultaneous control of all basic power system parameters ( transmission voltage,

More information

PSO Based Predictive Nonlinear Automatic Generation Control

PSO Based Predictive Nonlinear Automatic Generation Control PSO Based Predictive Nonlinear Automatic Generation Control MUHAMMAD S. YOUSUF HUSSAIN N. AL-DUWAISH Department of Electrical Engineering ZAKARIYA M. AL-HAMOUZ King Fahd University of Petroleum & Minerals,

More information

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Zhixin Miao Department of Electrical Engineering, University of South Florida, Tampa FL USA 3362. Email:

More information

Multi-Objective Optimization and Online Adaptation Methods for Robust Tuning of PSS Parameters

Multi-Objective Optimization and Online Adaptation Methods for Robust Tuning of PSS Parameters MEPS 06, September 6-8, 2006, Wrocław, Poland 187 Multi-Objective Optimization and Online Adaptation Methods for Robust Tuning of PSS Parameters G. K. Befekadu, O. Govorun, I. Erlich Institute of Electrical

More information

PSS Design for a Single-Machine Power System Using Honey Bee Mating Optimization

PSS Design for a Single-Machine Power System Using Honey Bee Mating Optimization PSS Design for a Single-Machine Power System Using Honey Bee Mating Optimization H. Shayeghi H. A. Shayanfar E.E.Department Technical Eng. Department Center of Excellence for Power System Automation and

More information

Minimization of Energy Loss using Integrated Evolutionary Approaches

Minimization of Energy Loss using Integrated Evolutionary Approaches Minimization of Energy Loss using Integrated Evolutionary Approaches Attia A. El-Fergany, Member, IEEE, Mahdi El-Arini, Senior Member, IEEE Paper Number: 1569614661 Presentation's Outline Aim of this work,

More information

DESIGN OF A HIERARCHICAL FUZZY LOGIC PSS FOR A MULTI-MACHINE POWER SYSTEM

DESIGN OF A HIERARCHICAL FUZZY LOGIC PSS FOR A MULTI-MACHINE POWER SYSTEM Proceedings of the 5th Mediterranean Conference on Control & Automation, July 27-29, 27, Athens - Greece T26-6 DESIGN OF A HIERARCHICAL FUY LOGIC PSS FOR A MULTI-MACHINE POWER SYSTEM T. Hussein, A. L.

More information

ROBUST PSS-PID BASED GA OPTIMIZATION FOR TURBO- ALTERNATOR

ROBUST PSS-PID BASED GA OPTIMIZATION FOR TURBO- ALTERNATOR ROBUST PSS-PID BASED GA OPTIMIZATION FOR TURBO- ALTERNATOR AMINA.DERRAR, ABDELATIF.NACERI, DJAMEL EL DINE.GHOURAF IRECOM Laboratory, Department of Electrical engineering UDL SBA University, BP 98, Sidi

More information

Adaptive Fuzzy Gain of Power System Stabilizer to Improve the Global Stability

Adaptive Fuzzy Gain of Power System Stabilizer to Improve the Global Stability Bulletin of Electrical Engineering and Informatics ISSN: 2302-9285 Vol. 5, No. 4, December 2016, pp. 421~429, DOI: 10.11591/eei.v5i4.576 421 Adaptive Fuzzy Gain of Power System Stabilizer to Improve the

More information

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 1, 2016, pp. 159-169. ISSN 2454-3896 International Academic Journal of

More information

Reactive Power and Voltage Control of Power Systems Using Modified PSO

Reactive Power and Voltage Control of Power Systems Using Modified PSO J. Energy Power Sources Vol. 2, No. 5, 2015, pp. 182-188 Received: March 29, 2015, Published: May 30, 2015 Journal of Energy and Power Sources www.ethanpublishing.com Reactive Power and Voltage Control

More information

Numerical Methods For Optimization Problems Arising In Energetic Districts

Numerical Methods For Optimization Problems Arising In Energetic Districts Numerical Methods For Optimization Problems Arising In Energetic Districts Elisa Riccietti, Stefania Bellavia and Stefano Sello Abstract This paper deals with the optimization of energy resources management

More information

CHAPTER 3 MATHEMATICAL MODELING OF HYDEL AND STEAM POWER SYSTEMS CONSIDERING GT DYNAMICS

CHAPTER 3 MATHEMATICAL MODELING OF HYDEL AND STEAM POWER SYSTEMS CONSIDERING GT DYNAMICS 28 CHAPTER 3 MATHEMATICAL MODELING OF HYDEL AND STEAM POWER SYSTEMS CONSIDERING GT DYNAMICS 3.1 INTRODUCTION This chapter focuses on the mathematical state space modeling of all configurations involved

More information

DESIGN OF POWER SYSTEM STABILIZER USING FUZZY BASED SLIDING MODE CONTROL TECHNIQUE

DESIGN OF POWER SYSTEM STABILIZER USING FUZZY BASED SLIDING MODE CONTROL TECHNIQUE DESIGN OF POWER SYSTEM STABILIZER USING FUZZY BASED SLIDING MODE CONTROL TECHNIQUE LATHA.R Department of Instrumentation and Control Systems Engineering, PSG College of Technology, Coimbatore, 641004,

More information

Design of PSS and SVC Controller Using PSO Algorithm to Enhancing Power System Stability

Design of PSS and SVC Controller Using PSO Algorithm to Enhancing Power System Stability IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 2 Ver. II (Mar Apr. 2015), PP 01-09 www.iosrjournals.org Design of PSS and SVC Controller

More information

Fuzzy Applications in a Multi-Machine Power System Stabilizer

Fuzzy Applications in a Multi-Machine Power System Stabilizer Journal of Electrical Engineering & Technology Vol. 5, No. 3, pp. 503~510, 2010 503 D.K.Sambariya and Rajeev Gupta* Abstract - This paper proposes the use of fuzzy applications to a 4-machine and 10-bus

More information

ACTA UNIVERSITATIS APULENSIS No 11/2006

ACTA UNIVERSITATIS APULENSIS No 11/2006 ACTA UNIVERSITATIS APULENSIS No /26 Proceedings of the International Conference on Theory and Application of Mathematics and Informatics ICTAMI 25 - Alba Iulia, Romania FAR FROM EQUILIBRIUM COMPUTATION

More information

Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS

Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS Abhijit N Morab, Abhishek P Jinde, Jayakrishna Narra, Omkar Kokane Guide: Kiran R Patil

More information

A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops

A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops Australian Journal of Basic and Applied Sciences, 5(2): 258-263, 20 ISSN 99-878 A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops

More information

EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH

EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH Abhilash Asekar 1 1 School of Engineering, Deakin University, Waurn Ponds, Victoria 3216, Australia ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

Self-Tuning Control for Synchronous Machine Stabilization

Self-Tuning Control for Synchronous Machine Stabilization http://dx.doi.org/.5755/j.eee.2.4.2773 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 392-25, VOL. 2, NO. 4, 25 Self-Tuning Control for Synchronous Machine Stabilization Jozef Ritonja Faculty of Electrical Engineering

More information

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System.

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Khyati Mistry Electrical Engineering Department. Sardar

More information

Performance Of Power System Stabilizerusing Fuzzy Logic Controller

Performance Of Power System Stabilizerusing Fuzzy Logic Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. I (May Jun. 2014), PP 42-49 Performance Of Power System Stabilizerusing Fuzzy

More information

Fuzzy adaptive catfish particle swarm optimization

Fuzzy adaptive catfish particle swarm optimization ORIGINAL RESEARCH Fuzzy adaptive catfish particle swarm optimization Li-Yeh Chuang, Sheng-Wei Tsai, Cheng-Hong Yang. Institute of Biotechnology and Chemical Engineering, I-Shou University, Kaohsiung, Taiwan

More information

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems Journal of Applied Mathematics Volume 2013, Article ID 757391, 18 pages http://dx.doi.org/10.1155/2013/757391 Research Article A Novel Differential Evolution Invasive Weed Optimization for Solving Nonlinear

More information

Discrete evaluation and the particle swarm algorithm

Discrete evaluation and the particle swarm algorithm Volume 12 Discrete evaluation and the particle swarm algorithm Tim Hendtlass and Tom Rodgers Centre for Intelligent Systems and Complex Processes Swinburne University of Technology P. O. Box 218 Hawthorn

More information

Optimization of PI Parameters for Speed Controller of a Permanent Magnet Synchronous Motor by using Particle Swarm Optimization Technique

Optimization of PI Parameters for Speed Controller of a Permanent Magnet Synchronous Motor by using Particle Swarm Optimization Technique Optimization of PI Parameters for Speed Controller of a Permanent Magnet Synchronous Motor by using Particle Swarm Optimization Technique Aiffah Mohammed 1, Wan Salha Saidon 1, Muhd Azri Abdul Razak 2,

More information

Reactive Power Contribution of Multiple STATCOM using Particle Swarm Optimization

Reactive Power Contribution of Multiple STATCOM using Particle Swarm Optimization Reactive Power Contribution of Multiple STATCOM using Particle Swarm Optimization S. Uma Mageswaran 1, Dr.N.O.Guna Sehar 2 1 Assistant Professor, Velammal Institute of Technology, Anna University, Chennai,

More information

MITIGATION OF POWER SYSTEM SMALL SIGNAL OSCILLATION USING POSICAST CONTROLLER AND EVOLUTIONARY PROGRAMMING

MITIGATION OF POWER SYSTEM SMALL SIGNAL OSCILLATION USING POSICAST CONTROLLER AND EVOLUTIONARY PROGRAMMING Journal of Engineering Science and Technology Special Issue on Applied Engineering and Sciences, October (2014) 39-50 School of Engineering, Taylor s University MITIGATION OF POWER SYSTEM SMALL SIGNAL

More information

Automatic Generation Control. Meth Bandara and Hassan Oukacha

Automatic Generation Control. Meth Bandara and Hassan Oukacha Automatic Generation Control Meth Bandara and Hassan Oukacha EE194 Advanced Controls Theory February 25, 2013 Outline Introduction System Modeling Single Generator AGC Going Forward Conclusion Introduction

More information

Chapter 9: Transient Stability

Chapter 9: Transient Stability Chapter 9: Transient Stability 9.1 Introduction The first electric power system was a dc system built by Edison in 1882. The subsequent power systems that were constructed in the late 19 th century were

More information

Design of multi-objective damping controller for gate-controlled series capacitor

Design of multi-objective damping controller for gate-controlled series capacitor Sādhanā Vol. 39, Part 2, April 214, pp. 363 376. c Indian Academy of Sciences Design of multi-objective damping controller for gate-controlled series capacitor 1. Introduction AMIN SAFARI 1, and NAVID

More information

CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS

CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS 51 CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS 3.1 INTRODUCTION Optimal Power Flow (OPF) is one of the most important operational functions of the modern

More information

Contents Economic dispatch of thermal units

Contents Economic dispatch of thermal units Contents 2 Economic dispatch of thermal units 2 2.1 Introduction................................... 2 2.2 Economic dispatch problem (neglecting transmission losses)......... 3 2.2.1 Fuel cost characteristics........................

More information

TCSC-Based Wide Area Damping Controller (WADC) for Inter-area oscillations in Saudi Power Network

TCSC-Based Wide Area Damping Controller (WADC) for Inter-area oscillations in Saudi Power Network -Based Wide Area Damping Controller (WADC) for Inter-area oscillations in Saudi Power Network Saleh M. Bamasak (1)(2) *, Yusuf A. Al-Turki (1), Sreerama Kumar R. (1) & Malek M. Al-Hajji (2) 1 King Abdulaziz

More information

QFT Based Controller Design of Thyristor-Controlled Phase Shifter for Power System Stability Enhancement

QFT Based Controller Design of Thyristor-Controlled Phase Shifter for Power System Stability Enhancement International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 232-9364, ISSN (Print): 232-9356 Volume 5 Issue 4 ǁ Apr. 27 ǁ PP.54-64 QFT Based Controller Design of Thyristor-Controlled

More information

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method International Journal of Electrical Engineering. ISSN 0974-2158 Volume 7, Number 2 (2014), pp. 257-270 International Research Publication House http://www.irphouse.com Robust Tuning of Power System Stabilizers

More information

Discrete Evaluation and the Particle Swarm Algorithm.

Discrete Evaluation and the Particle Swarm Algorithm. Abstract Discrete Evaluation and the Particle Swarm Algorithm. Tim Hendtlass and Tom Rodgers, Centre for Intelligent Systems and Complex Processes, Swinburne University of Technology, P. O. Box 218 Hawthorn

More information

The particle swarm optimization algorithm: convergence analysis and parameter selection

The particle swarm optimization algorithm: convergence analysis and parameter selection Information Processing Letters 85 (2003) 317 325 www.elsevier.com/locate/ipl The particle swarm optimization algorithm: convergence analysis and parameter selection Ioan Cristian Trelea INA P-G, UMR Génie

More information

Robust Tuning of the PSS Controller to Enhance Power System Stability

Robust Tuning of the PSS Controller to Enhance Power System Stability International Conference on Advances in Computer and Electrical Engineering (ICACEE'1) v. 17-18, 1 Manila (Philippines) Robust uning of the PSS Controller to Enhance Power System Stability Saeid. Jalilzadeh

More information

Power System Stability GENERATOR CONTROL AND PROTECTION

Power System Stability GENERATOR CONTROL AND PROTECTION Power System Stability Outline Basis for Steady-State Stability Transient Stability Effect of Excitation System on Stability Small Signal Stability Power System Stabilizers Speed Based Integral of Accelerating

More information

Improving Transient Stability of a Multi-Machine Power Network Using FACTS Devices and Nonlinear Controller Tuned by PSO

Improving Transient Stability of a Multi-Machine Power Network Using FACTS Devices and Nonlinear Controller Tuned by PSO Research Journal of Applied Sciences, Engineering and Technology 5(1): 280-285, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: June 04, 2012 Accepted: June 21,

More information

Unified Power Flow Controller (UPFC) Based Damping Controllers for Damping Low Frequency Oscillations in a Power System

Unified Power Flow Controller (UPFC) Based Damping Controllers for Damping Low Frequency Oscillations in a Power System Unified Power Flow Controller (UPFC) Based Damping Controllers for Damping Low Frequency Oscillations in a Power System (Ms) N Tambey, Non-member Prof M L Kothari, Member This paper presents a systematic

More information

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES SYNOPSIS OF ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES A THESIS to be submitted by S. SIVASUBRAMANI for the award of the degree of DOCTOR OF PHILOSOPHY DEPARTMENT OF ELECTRICAL

More information

A New Improvement of Conventional PI/PD Controllers for Load Frequency Control With Scaled Fuzzy Controller

A New Improvement of Conventional PI/PD Controllers for Load Frequency Control With Scaled Fuzzy Controller International Journal of Engineering and Applied Sciences (IJEAS) ISSN: 2394-3661, Volume-2, Issue-4, April 2015 A New Improvement of Conventional PI/PD Controllers for Load Frequency Control With Scaled

More information

Power Electronic Circuits Design: A Particle Swarm Optimization Approach *

Power Electronic Circuits Design: A Particle Swarm Optimization Approach * Power Electronic Circuits Design: A Particle Swarm Optimization Approach * Jun Zhang, Yuan Shi, and Zhi-hui Zhan ** Department of Computer Science, Sun Yat-sen University, China, 510275 junzhang@ieee.org

More information

B-Positive Particle Swarm Optimization (B.P.S.O)

B-Positive Particle Swarm Optimization (B.P.S.O) Int. J. Com. Net. Tech. 1, No. 2, 95-102 (2013) 95 International Journal of Computing and Network Technology http://dx.doi.org/10.12785/ijcnt/010201 B-Positive Particle Swarm Optimization (B.P.S.O) Muhammad

More information

Particle Swarm Optimization. Abhishek Roy Friday Group Meeting Date:

Particle Swarm Optimization. Abhishek Roy Friday Group Meeting Date: Particle Swarm Optimization Abhishek Roy Friday Group Meeting Date: 05.25.2016 Cooperation example Basic Idea PSO is a robust stochastic optimization technique based on the movement and intelligence of

More information

Chaos suppression of uncertain gyros in a given finite time

Chaos suppression of uncertain gyros in a given finite time Chin. Phys. B Vol. 1, No. 11 1 1155 Chaos suppression of uncertain gyros in a given finite time Mohammad Pourmahmood Aghababa a and Hasan Pourmahmood Aghababa bc a Electrical Engineering Department, Urmia

More information

PSO with Adaptive Mutation and Inertia Weight and Its Application in Parameter Estimation of Dynamic Systems

PSO with Adaptive Mutation and Inertia Weight and Its Application in Parameter Estimation of Dynamic Systems Vol. 37, No. 5 ACTA AUTOMATICA SINICA May, 2011 PSO with Adaptive Mutation and Inertia Weight and Its Application in Parameter Estimation of Dynamic Systems ALFI Alireza 1 Abstract An important problem

More information

Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm

Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm Sunil Kumar Soni, Vijay Bhuria Abstract The main aim of power utilities is to provide high quality power

More information

A Particle Swarm Optimization (PSO) Primer

A Particle Swarm Optimization (PSO) Primer A Particle Swarm Optimization (PSO) Primer With Applications Brian Birge Overview Introduction Theory Applications Computational Intelligence Summary Introduction Subset of Evolutionary Computation Genetic

More information

Multi Objective Economic Load Dispatch problem using A-Loss Coefficients

Multi Objective Economic Load Dispatch problem using A-Loss Coefficients Volume 114 No. 8 2017, 143-153 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Multi Objective Economic Load Dispatch problem using A-Loss Coefficients

More information

QFT Framework for Robust Tuning of Power System Stabilizers

QFT Framework for Robust Tuning of Power System Stabilizers 45-E-PSS-75 QFT Framework for Robust Tuning of Power System Stabilizers Seyyed Mohammad Mahdi Alavi, Roozbeh Izadi-Zamanabadi Department of Control Engineering, Aalborg University, Denmark Correspondence

More information

Research Paper ANALYSIS OF POWER SYSTEM STABILITY FOR MULTIMACHINE SYSTEM D. Sabapathi a and Dr. R. Anita b

Research Paper ANALYSIS OF POWER SYSTEM STABILITY FOR MULTIMACHINE SYSTEM D. Sabapathi a and Dr. R. Anita b Research Paper ANALYSIS OF POWER SYSTEM STABILITY FOR MULTIMACHINE SYSTEM D. Sabapathi a and Dr. R. Anita b Address for Correspondence a Research Scholar, Department of Electrical & Electronics Engineering,

More information

JKAU: Eng. Sci., Vol. 23 No. 1, pp: (2012 A.D. /1433 A.H.) DOI: / Eng

JKAU: Eng. Sci., Vol. 23 No. 1, pp: (2012 A.D. /1433 A.H.) DOI: / Eng JKAU: Eng. Sci., Vol. 23 No. 1, pp: 59-81 (2012 A.D. /1433 A.H.) DOI: 10.4197 / Eng. 23-1.4 Robust Coordinated Design of Power System Stabilizer and Excitation System Using Genetic Algorithm to Enhance

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability ECE 4/5 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability Spring 014 Instructor: Kai Sun 1 Transient Stability The ability of the power system to maintain synchronism

More information

Designing Coordinated Power System Stabilizers: A Reference Model Based Controller Design

Designing Coordinated Power System Stabilizers: A Reference Model Based Controller Design IEEE TRANSACTIONS ON POWER SYSTEMS 1 Designing Coordinated Power System Stabilizers: A Reference Model Based Controller Design Abdolazim Yaghooti, Student Member, IEEE, Majid Oloomi Buygi, Member, IEEE,

More information

Verification of a hypothesis about unification and simplification for position updating formulas in particle swarm optimization.

Verification of a hypothesis about unification and simplification for position updating formulas in particle swarm optimization. nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA ) Verification of a hypothesis about unification and simplification for position updating formulas in particle swarm optimization

More information

OPTIMAL DESIGN OF SVC-PI CONTROLLER FOR DAMPING IMPROVEMENT USING NEW COMPUTATIONAL INTELLIGENCE APPROACH

OPTIMAL DESIGN OF SVC-PI CONTROLLER FOR DAMPING IMPROVEMENT USING NEW COMPUTATIONAL INTELLIGENCE APPROACH 3 August 22. Vol. 42 No.2 25-22 JAI & LLS. All rights reserved. OPIMAL DESIGN OF SVC-PI CONROLLER FOR DAMPING IMPROVEMEN USING NEW COMPUAIONAL INELLIGENCE APPROACH N. A. M. AMARI, 2 I. MUSIRIN, 3 Z. A.

More information

ON THE USE OF RANDOM VARIABLES IN PARTICLE SWARM OPTIMIZATIONS: A COMPARATIVE STUDY OF GAUSSIAN AND UNIFORM DISTRIBUTIONS

ON THE USE OF RANDOM VARIABLES IN PARTICLE SWARM OPTIMIZATIONS: A COMPARATIVE STUDY OF GAUSSIAN AND UNIFORM DISTRIBUTIONS J. of Electromagn. Waves and Appl., Vol. 23, 711 721, 2009 ON THE USE OF RANDOM VARIABLES IN PARTICLE SWARM OPTIMIZATIONS: A COMPARATIVE STUDY OF GAUSSIAN AND UNIFORM DISTRIBUTIONS L. Zhang, F. Yang, and

More information

Robust Nonlinear Excitation Controller Design for Multimachine Power Systems

Robust Nonlinear Excitation Controller Design for Multimachine Power Systems Robust Nonlinear Excitation Controller Design for Multimachine Power Systems Author Mahmud, M., Hossain, Jahangir, Pota, H., Roy, N. Published 204 Conference Title 204 IEEE Power & Energy Society General

More information

A Particle Swarm Optimization for Reactive Power Optimization

A Particle Swarm Optimization for Reactive Power Optimization ISSN (e): 2250 3005 Vol, 04 Issue, 11 November 2014 International Journal of Computational Engineering Research (IJCER) A Particle Swarm Optimization for Reactive Power Optimization Suresh Kumar 1, Sunil

More information

OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION

OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION U.P.B. Sci. Bull., Series C, Vol. 78, Iss. 3, 2016 ISSN 2286-3540 OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION Layth AL-BAHRANI 1, Virgil DUMBRAVA 2 Optimal Power Flow (OPF) is one of the most

More information

GENETIC ALGORITHM BASED FUZZY LOGIC POWER SYSTEM STABILIZERS IN MULTIMACHINE POWER SYSTEM

GENETIC ALGORITHM BASED FUZZY LOGIC POWER SYSTEM STABILIZERS IN MULTIMACHINE POWER SYSTEM Proceedings of the 13th WSEAS International Conference on SYSTEMS GENETIC ALGORITHM BASED FUZZY LOGIC POWER SYSTEM STABILIZERS IN MULTIMACHINE POWER SYSTEM NIKOS E. MASTORAKIS MANISHA DUBEY Electrical

More information

DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID

DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID Engineering Review Vol. 36 Issue 2 8-86 206. 8 DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID Samir Avdaković * Alija Jusić 2 BiH Electrical Utility Company

More information

EE 451 Power System Stability

EE 451 Power System Stability EE 451 Power System Stability Power system operates in synchronous mode Power system is subjected to a wide range of disturbances (small and large) - Loads and generation changes - Network changes - Faults

More information

Optimal Placement & sizing of Distributed Generator (DG)

Optimal Placement & sizing of Distributed Generator (DG) Chapter - 5 Optimal Placement & sizing of Distributed Generator (DG) - A Single Objective Approach CHAPTER - 5 Distributed Generation (DG) for Power Loss Minimization 5. Introduction Distributed generators

More information

5 Handling Constraints

5 Handling Constraints 5 Handling Constraints Engineering design optimization problems are very rarely unconstrained. Moreover, the constraints that appear in these problems are typically nonlinear. This motivates our interest

More information

Automatic Generation Control of interconnected Hydro Thermal system by using APSO scheme

Automatic Generation Control of interconnected Hydro Thermal system by using APSO scheme IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331 PP 50-57 www.iosrjournals.org Automatic Generation Control of interconnected Hydro Thermal system

More information

Journal of Engineering Science and Technology Review 7 (1) (2014)

Journal of Engineering Science and Technology Review 7 (1) (2014) Jestr Journal of Engineering Science and Technology Review 7 () (204) 32 36 JOURNAL OF Engineering Science and Technology Review www.jestr.org Particle Swarm Optimization-based BP Neural Network for UHV

More information

1. Introduction. Keywords Transient Stability Analysis, Power System, Swing Equation, Three-Phase Fault, Fault Clearing Time

1. Introduction. Keywords Transient Stability Analysis, Power System, Swing Equation, Three-Phase Fault, Fault Clearing Time Energy and Power 17, 7(1): -36 DOI: 1.593/j.ep.1771.3 Numerical Simulations for Transient Stability Analysis of Two-Machine Power System Considering Three-Phase Fault under Different Fault Clearing Times

More information

Improving the Control System for Pumped Storage Hydro Plant

Improving the Control System for Pumped Storage Hydro Plant 011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (011) (011) IACSIT Press, Singapore Improving the Control System for Pumped Storage Hydro Plant 1 Sa ad. P. Mansoor

More information

Minimax Approximation Synthesis in PSS Design by Embedding

Minimax Approximation Synthesis in PSS Design by Embedding Minimax Approximation Synthesis in PSS Design by Embedding Gravitational Search Algorithm Dr. Akash Saxena Department of Electrical Engineering Swami Keshvanand Institute of Technology Jaipur, India Power

More information

DAMPING OF SUBSYNCHRONOUS MODES OF OSCILLATIONS

DAMPING OF SUBSYNCHRONOUS MODES OF OSCILLATIONS Journal of Engineering Science and Technology Vol. 1, No. 1 (26) 76-88 School of Engineering, Taylor s College DAMPING OF SUBSYNCHRONOUS MODES OF OSCILLATIONS JAGADEESH PASUPULETI School of Engineering,

More information

Coordinated Design of PSS withmultiple FACTS Controllersusing Advanced Adaptive PSO

Coordinated Design of PSS withmultiple FACTS Controllersusing Advanced Adaptive PSO International Journal on Electrical Engineering and Informatics Volume 5, Number 3, September 2013 Coordinated Design of PSS withmultiple FACTS Controllersusing Advanced Adaptive PSO Rajendraprasad Narne

More information

Predicting, controlling and damping inter-area mode oscillations in Power Systems including Wind Parks

Predicting, controlling and damping inter-area mode oscillations in Power Systems including Wind Parks 3rd IASME/WSEAS Int. Conf. on Energy & Environment, University of Cambridge, UK, February 3-5, 008 Predicting, controlling and damping inter-area mode oscillations in Power Systems including Wind Parks

More information

LOC-PSS Design for Improved Power System Stabilizer

LOC-PSS Design for Improved Power System Stabilizer Journal of pplied Dynamic Systems and Control, Vol., No., 8: 7 5 7 LOCPSS Design for Improved Power System Stabilizer Masoud Radmehr *, Mehdi Mohammadjafari, Mahmoud Reza GhadiSahebi bstract power system

More information

FOR REDUCE SUB-SYNCHRONOUS RESONANCE TORQUE BY USING TCSC

FOR REDUCE SUB-SYNCHRONOUS RESONANCE TORQUE BY USING TCSC FOR REDUCE SUB-SYNCHRONOUS RESONANCE TORQUE BY USING TCSC Shrikant patel 1, N.K.Singh 2, Tushar kumar 3 Department of Electrical Engineering, Scope College of Engineering Bhopal,(M.P.) Emil:Shrikantcseb@gmail.com

More information

DISTRIBUTION SYSTEM OPTIMISATION

DISTRIBUTION SYSTEM OPTIMISATION Politecnico di Torino Dipartimento di Ingegneria Elettrica DISTRIBUTION SYSTEM OPTIMISATION Prof. Gianfranco Chicco Lecture at the Technical University Gh. Asachi, Iaşi, Romania 26 October 2010 Outline

More information