Heuristic Methods for Solution of FACTS Optimization ... - IEEE Xplore

45 downloads 0 Views 636KB Size Report
Abstract –This paper presents a comprehensive review on various heuristic methods for solution of flexible AC transmission systems (FACTS) optimization ...
2011 IEEE Student Conference on Research and Development

Heuristic Methods for Solution of FACTS Optimization Problem in Power Systems Ahmad Rezaee Jordehi, Jasronita Jasni, University Putra Malaysia

use, it is necessary to consider the following three issues: the type of FACTS devices, their location and their settings. The simultaneous solution of the three issues mentioned above represents a very complex and difficult multi-objective optimization problem, because in one side, the power system itself is a highly complex, nonlinear and non-stationary system and in other side, from the optimization perspective, the inclusion of multiple objectives, discontinuous and discrete variables, the existence of highly non-convex and highly scattered feasible regions, and multiple local minima, all make it formidable to find an appropriate technique with the ability to find global optimum in a reasonable computational effort. For solving this problem, there are four groups of methods, classical, technical, heuristic and mixed methods. Classical methods have been used in some researches [1], [2] for FACTS optimization, despite excellent advancements have been made in these methods, they suffer from following drawbacks that make their usage in power system optimization, especially FACTS optimization problem intractable and problematic.

Abstract –This paper presents a comprehensive review on various heuristic methods for solution of flexible AC transmission systems (FACTS) optimization problem in power systems. First, it classifies FACTS optimization methods into four main groups, then subdivides heuristic methods into different subsets and discusses thoroughly about characteristics, advantages and disadvantages of each heuristic subset. Finally, some hints for future researches on this area will be offered. Keywords--FACTS, Heuristics, Optimization

I.

INTRODUCTION

T

HE continual increase in demand for electricity has created so problems for power systems owners and planners such as transmission lines overloading, voltage deviation, stability margin reduction and so on. For dealing with this problem, the appropriate solution is using Flexible AC Transmission system (FACTS) devices to upgrade existing transmission system. FACTS devices consist of diverse devices such as static var compensator (SVC), static synchronous compensator (STATCOM), thyristor controlled series compensator (TCSC), static synchronous series compensator (SSSC), thyristor controlled phase shifting transformer (TCPST), thyristor controlled voltage regulator (TCVR), and unified power flow controller (UPFC). FACTS devices can conduct various control functions such as power flow control, voltage control, phase angle control, damping power system oscillations and so on. Using so called controlling capabilities of FACTS devices, the thermal limit of transmission lines and voltage limit of buses are not exceeded, losses reduce, and stability margin improves. Nowadays, the numerous advantages of FACTS devices in power system is undeniable, however the current concern of power system planners and owners is to extract the maximum possible benefit of these expensive devices. In order to optimize and obtain maximum potential benefit from their

978-1-4673-0102-2/11/$26.00 ©2011 IEEE

ƒ

They do not guarantee reaching to global optima, especially because they start from a single point, not a population, so it is likely that they converge to local optima. ƒ When the size of the problem increases, solution process becomes so difficult and in many cases, it will have convergence problems. (curse of dimensionality) • These methods usually require problem knowledge which in some cases is not available. ƒ Most often, these methods need some preconditions such as continuity, differentiability of objective function and convexity of problem, whereas in most cases the problem does not meet these preconditions. ƒ Computational time (especially when the dimension of problem is high) is so much. Technical methods are second group of optimization methods used in literature [3], [4], which although has the advantage of simplicity, but their salient drawback is that since optimization method is done in two stages and the variables to be optimized, are not optimized simultaneously, the accuracy level of results is not high.

30

The third group of methods that have not most of the drawbacks of two previous methods are heuristic methods that their application in FACTS optimization problem is so promising and encouraging. This review is mainly intended to analyze and discuss about the different heuristic methods have been applied on FACTS optimization problem, explain their strengths and drawbacks and also offer some hints for future researches on this area. The paper is organized as follows; in section II, different types of heuristics are discussed meticulously, in section III, an overall view on heuristic methods for FACTS optimization problem is expressed and finally, conclusion is presented in section IV.

In 1999, Paterni et al. [5] applied genetic algorithms to find optimal location of phase shifter in French network consisting of 200-bus and 400 transmission lines in order to maximize ratio of the gain on the annual cost of production to the total investment cost of the phase shifters (return on investment). The computational time was 1.5 hours which was so high. In 2001, Gerbex et al. [6] applied genetic algorithms to determine optimal type, location and setting of multiple FACTS devices (including SVC, TCSC, TCPST and UPFC) in power system in order to maximize loadability. Their main results were threefold; first, using FACTS devices, the loadability of power system improves significantly, second, using different types of FACTS devices enhances the loadability more (synergy effect), and third, there is always a maximum number of devices beyond which, the loadability does not increase further. Although their research was considered comprehensive in that time, but they did not take into account some important issues such as, power losses, FACTS devices cost and generation cost.

II. HEURISTIC TECHNIQUES Heuristics are techniques which seek optimal or near optimal solutions with a population-based and stochastic-based manner and inspired of biological or human intelligence phenomena. In the following, various heuristic algorithms and their application in FACTS optimization problem will be discussed.

B. Evolution Strategies A. Genetic Algorithms Evolution Strategies (ES) are another subset of heuristics which use mutation and selection as their search operators. In the developed ES strategies, namely (µ+λ) and (µ, λ) strategies , the mutation rate is not directly controlled. It is adapted during the process of evolution. This mechanism to adapt strategy parameters is referred to as self-adaptation, which is one of the most powerful characteristics of ES [14]. In FACTS optimization literature, few researches has used this method [14], [15]. In 2006, Santiago et al. [14] applied evolution strategies to find optimal type, location and setting of FACTS devices. From different variants of ES, they used (µ, λ) variant of ES.

Genetic algorithms (GAs) are a subset of heuristic methods which are inspired of the process of natural evolution. In a genetic algorithm, a population of strings which called chromosomes evolves toward better solution. In each generation, the fitness function for each individual is calculated, some of individuals are selected and two operators (mutation and recombination) are applied to them to create offsprings. If the fitness value of offsprings be more than parents, the offsprings replace parents. In this manner, chromosomes evolve from generation to generation. The advantages of GA are 9 It does not require detailed knowledge about objective function, and also does not need convexity or differentiability of objective function. Because of this property, GA is a general-purpose optimization technique. 9 Optimal solutions are not affected by initial solutions, because after choosing initial solutions randomly, stochastic operators (mutation and recombination) are applied to them. One essential point about GA and also other heuristics is that their control parameters should be selected optimally so that the algorithm has a good computational behavior. For example for GA, if the mutation rate be so high, the computational time increases tremendously and if mutation rate be so low, the algorithm is likely to get trapped in local optima. In literature, [5]-[13] has used GA for FACTS optimization problem.

C. Evolutionary Programming Evolutionary Programming (EP) was coined by Fogel in 1960, and involves four steps; ¾ Initialization: Initial population is selected randomly. ¾ Reproduction: New individuals are reproduced by applying mutation operator to current individuals. ¾ Selection: Each individual is evaluated by its fitness value and individuals with higher fitness value constitute next generation ¾ Termination: The algorithm continues until termination criterion reaches. According to above description of evolutionary programming, it seems so similar to GA and ES. But there are a few differences between EP and those two

31

other heuristics. The differences between EP and GA are twofold. First is that, in EP, there is no constraint on representation, the typical GA approach involves encoding the problem solutions as a string of representative tokens. Second difference is that in EP, mutation rate changes in evolution process according to a normal distribution (self-adaptation). The main differences between EP and ES is that EP typically uses stochastic selection, but ES uses deterministic selection. In FACTS optimization literature, there are few researches that have used EP for optimization. In [16], Hao et al. applied self-adaptive evolutionary programming to determine optimal location and setting of UPFC in order to achieve maximum attainable loadability in power system and in [17], Zhang et al. applied multi-objective evolutionary programming to tune TCSC and SVC settings in order to enhance power system transient stability.

search and in some cases particle swarm optimization) which its explanation comes in the following section. F. Tabu Search Tabu Search (TS), is an optimization method which belongs to the class of trajectory-based methods. It uses a local or neighborhood search procedure to move from current solution to new solution repeatedly, until termination criterion meets. To explore regions of search space that would be left unexplored by local search procedure, tabu search modifies the neighborhood structure of each solution as the search progresses. The new neighborhood is determined by memory structures. The simplest forms of these memory structures are tabu lists. Tabu search excludes solutions which are in tabu list from neighborhood [22]. In literature, there are few application of TS on FACTS optimization, only in [23], Mori et al. used parallel tabu search (PTS) to maximize available transfer capacity (ATC) in power system with FACTS devices. They used PTS to enhance the performance of TS in some aspects. One aspect is the decomposition of neighbourhoods which contributes to reducing computational effort significantly, and the other aspect is to introduce the multiple tabu lengths. It results in increasing the diversity of solution candidates and provides better solutions. Usually, TS is used in the form of hybrid with SA to solve FACTS optimization problems.

D. Differential Evolution Differential Evolution (DE), Similar to other population-based heuristics has mutation, crossover and selection as its operators. Its main operator which evolves solution in search space and makes it selfadaptive, is the mutation. For applying mutation, three individuals from current population are selected, then the weighted difference between two of them will be added with the third individual to form new individual. In recent years, DE has gained the attraction of researchers on FACTS optimization. [18]-[20]. In 2008, Baghaee et al. [18] used differential evolution for placement of TCSC and UPFC in order to maximize loadability considering power losses and cost functions of FACTS devices. They tested the method on IEEE 30-bus test system. In 2009, Sookanata [19] applied DE in order to minimize generation cost. Also, he used GA and sensitivity analysis and compared the results of them with DE results. The computational time with DE was less than GA and sensitivity analysis.

G. Fuzzy Logic Fuzzy Logic was introduced by Zadeh in 1964 to address uncertainty and imprecision which widely exist in the engineering problems [24]. The advantages of Fuzzy logic for FACTS optimization are that it can represent power system constraints more accurately and fuzzified constraints are softer than crisp constraints. In [25], Thukaram et al. used fuzzy approach for contingency ranking in power system and then to find optimal location of UPFC in power system. Like some other heuristics such as TS, and SA, fuzzy logic is usually used in hybrid form with other heuristics not alone.

E. Simulated Annealing Simulated Annealing (SA) is inspired from annealing process in metallurgy. Its salient advantage is simplicity and its main disadvantage is getting trapped in local optima. Because of this drawback, SA application in FACTS optimization problem is relatively limited. Only in [21] Gitizadeh applied modified SA to find optimal placement of SVC and TCSC in order to alleviate congestion in power system. He used a new perturbation mechanism for SA, but he validated the method just on IEEE 14-bus test system. Most often, SA is used in form of hybrid with other optimization methods (usually tabu

H. Gravitational Search Algorithm Gravitational Search Algorithm (GSA) is based on law of gravity and mass interactions and uses the theory of newtonian physics and its searcher agents are the collection of masses. In GSA, agents are considered as objects and their performance is evaluated by their masses. All these objects attract each other by gravity force and this force causes a movement of all objects globally towards the objects with higher masses. The heavy masses

32

correspond to solutions of problem and the position of agents corresponds to solutions and its mass is determined using fitness function. By lapse of time, masses are attracted by heaviest mass which presents the optimum solution in search space [26]. In [27], Rashedi et al. proposed GSA to place SVC in power systems in order to enhance voltage stability. They showed that GSA not only has the merits of particle swarm optimization (PSO), but also its computational time is less. Nevertheless, they did not apply it to large-scale power systems.

constants, maximum velocity, number of particles in the swarm and maximum number of iterations. Two important advantages of PSO are that it is easy to implement and there are few parameters to adjust, also takes real numbers as particles, so it does not require coding and encoding like GA. In recent years some researchers have focused on applying PSO to FACTS optimization problem and trying to improve its computational behavior [33]-[40]. In 2005, Saravanan et al. [33] applied PSO to find optimal type, location and setting of FACTS devices in order to reach maximum loadability and minimum installation cost of FACTS devices. They used SVC, TCSC and UPFC as FACTS controllers. They tested the method on IEEE 6-bus and 30-bus test systems and proposed TCSC as the best FACTS device for the power systems considering both system loadability and installation cost of devices. In 2009, Benabid et al. [37], proposed a new variant of PSO specialized in multi-objective optimization, called non-dominated sorting particle swarm optimization (NSPSO). They found optimal location, type and setting of SVC and TCSC in order to maximize static voltage stability margin, minimize power losses, and minimize load voltage deviation. Comparing the results of NSPSO with non-dominated sorting GA (NSGA) and traditional PSO, they showed more efficiency of NSPSO in multiobjective FACTS optimization problem.

I. Bee Colony Algorithm Bee Colony Algorithm (BCA), is inspired by natural food foraging behavior of honey bees to find the optimal solution. In a colony, foraging process begins by sending scout bees for seeking flower patches. They move from one patch to another randomly. The scout bees that find a patch, deposit their pollen or nectar when return to hive, and perform waggle dance containing information about a flower patch which helps colony to send its bees to appropriate flower patches. The dancer goes back to flower patch with follower bees waiting inside hives after waggle dance. More follower bees are sent to more suitable patches. These steps result in a fast and efficient food foraging process. Bee colony algorithm (BCA) mimics such mentioned behavior exactly [28]. In 2009, Idris eta al. [29] applied bee algorithm to find optimal setting and location of SVC and TCSC in order to maximize ATC in power systems. They validated their results by comparing them with genetic algorithms. They showed that bee algorithm can converge to global solution in one-fourth time of genetic algorithms, but applicability of proposed algorithm to large-scale reallife power system was not proved.

K. Bacterial Foraging Algorithm Bacterial foraging algorithm (BFA) is based on the movement patterns of E. Coli in the intestines. Each individual (bacterium) represents a potential solution of the problem. The algorithm conducts a four-sequential process; chemotaxis, swarming, reproduction and elimination. [41], [42]. In 2010 Kumar et al. [43], applied bacterial foraging algorithm to find optimal location of TCSC for voltage profile improvement and power loss minimization

J. Particle Swarm Optimization Particle Swarm Optimization (PSO) is a stochastic, population-based algorithm inspired by social behavior of animals such as bird flocking and fish schooling. In PSO, a population (swarm) of potential solutions (particles) is used to probe the search space. Particles probe the search space according to a few simple formulae. The movements of particles are guided by their own best known position in the search space as well as the entire swarm's best known position (each bird utilizes its own experience and others experiences). When improved positions are being discovered, these will then come to guide the movements of the swarm. The process is repeated and by doing so it is hoped but not guaranteed that a satisfactory solution will finally be reached [30]-[32]. In PSO, tuning the parameters is so effective on its computational behavior. Its parameters are, type and value of inertia constant, acceleration

L. Other Heuristics There are some other heuristics such as ant colony search, intelligent water drops algorithms, firefly algorithm, artificial immune systems, harmony search, charged system search, monkey search, and cuckoo search which have not been applied to FACTS optimization problem yet, maybe in following years, they will gain attraction of researchers and will be used in FACTS optimization problem. M. Hybrid Heuristics In some cases, FACTS optimization problems cannot be solved efficiently by a single heuristic method. The approach for dealing this problem is to hybridize

33

heuristics. By hybridization, two methods remove or attenuate each other's weaknesses and consolidate each others' strengths, so the overall efficiency of optimizer becomes much better [44]. In literature, [45] has used TS/SA, [46] and [47] have used Fuzzy/GA approach and [48] has used PSO/GA. In 2003, Bhasaputra et al. [45] applied hybrid TS/SA to find optimal placement of multi-type FACTS devices to minimize power system generation cost. Hybrid TS/SA approach is an integrated approach between TS and SA, by using TS as a main algorithm. The trial generated neighborhood solution of SA is used for generating neighborhood solution for TS. Also, the probabilistic acceptance criterion of SA is used instead of aspiration level of TS. In 2006, Baskaran et al. [46] applied a micro-genetic algorithm in conjunction with fuzzy logic to find optimal type, location and setting of FACTS devices in order to minimize power system losses. They conducted optimization process in two stages, in the first stage, fuzzy logic was applied to reduce the search space and in second stage, a micro-genetic algorithm was applied. Using this hybrid method, they reduced search space and execution time.

area have been expressed, then different types of heuristic methods have been discussed thoroughly. Authors strongly believe that this review can be so beneficial for researchers who want to research on FACTS optimization problem. V. REFERENCES [1] G.Y. Yang, G. Hovland, R. Majumder, and Z.Y. Dong, “TCSC allocation based on line flow based equations via mixed-integer programming,” IEEE Trans. Power Syst., vol. 22, no. 4, pp. 22622269, November. 2007. [2] F.G.M. Lima, F.D. Galiana, I. Kockar, and J. Munoz, “Phase shifter placement in large-scale systems via mixed-integer programming,” IEEE Trans. Power Syst., vol. 18, no. 3, pp. 10291034, August. 2003. [3] R. Rajaraman, F. Alvarado, A. Maniaci, R. Camfield, S. Jalali, “Determination of location and amount of series compensation to increase power transfer capability,” IEEE Trans. Power Syst., vol. 13, no. 2, pp. 294-300, May. 1998. [4] N.K. Sharma, A. Ghosh, and R.K. Varma, “A novel placement strategy for FACTS controllers,” IEEE Trans. Power Syst., vol. 18, no. 3, pp. 982-987, July. 2003. [5] P. Paterni, S. Vitet, M. Bena, and A. Yokoyama, “Optimal location of phase shifters in French network by genetic algorithm,” IEEE Trans. Power Syst., vol. 14, no. 1, pp. 37-42, February. 1999. [6] S. Gerbex, R. Cherkaoui, and A.J. Germond, “Optimal location of multi-type FACTS devices in a power system by means of genetic algorithms,” IEEE Trans. Power Syst., vol. 16, no. 3, pp. 537-544, August. 2001.

III. OVERALL VIEW ON HEURISTICS Finally considering all the discussion, it should be noted that, heuristics outperform other optimization methods. They have a better computational behavior, are more flexible, do not require conditions such as convexity, continuity or differentiability of objective function and so on. All of them provide satisfactory results, but there is no heuristic algorithm that could provide a superior performance than others in solving all optimization problems, an algorithm may solve some problems better and some problems worse than others, it depends on objective function, equality and inequality constraints considered in the problem. In one word, it is strongly problem-dependent. One important point which authors emphasize on it is that, there should be more research effort on tuning setting parameters of heuristic methods. Most often, researchers tend to test new and various optimization methods on FACTS optimization, but in most of cases, they use a simple and inefficient method (most often just try and error for few combinations of settings) for tuning parameters of optimization methods. By tuning setting parameters appropriately, significantly better computational behavior can be extracted.

[7] H.C. Leung, and T.S. Chung, “A hybrid GA approach for optimal control setting determination of UPFC,” IEEE Power Engineering Review, vol. 21, pp. 62-65, December. 2001. [8] D. Arabkhaburi, A. Kazemi, M. Yari, and J. Aghaei, “Optimal placement of UPFC in power systems using genetic algorithm,” in proc. Int. Conf. on industrial technology and power technologies (DRPT), April. 2006. pp. 1694-1699. [9] A. Karami, M. Rashidinejhad, and A.A. Gharaveisi, “Voltage security enhancement and congestion management via STATCOM and IPFC using artificial intelligence,” Iranian Journal of Science and Technology, Transaction B., vol.31, no. 3, pp. 289-301, June. 2007. [10] H.R. Baghaee, M. Jannati, B. Vahidi, S.H. Hosseinian, and S. Jazebi, “Optimal multi-type FACTS allocation using genetic algorithm to improve power system security,” in proc. Int. Middle East Power System Conf. (MEPCON), March. 2008. pp. 162-166. [11] I. Pisica, C. Bulac, L. Toma, and M. Eremia, “Optimal SVC placement in electric power systems using a genetic algorithms based method,” in proc. Int. Conf. on power technologies, July. 2009. pp. 16. [12] F.B. Alhasawi, J.V. Milanovic, A.A. Alabduljabbar, “Economic viability of FACTS devices for reducing generating cost,” Power and energy society general meeting, April. 2010. pp.1-8. [13] B. Asadzadeh, V. Asadzadeh, S.S. Hosseinian, and G.B. Gharehpetian, “Allocation of UPFC in north west grid of Iran to increase power system security,” in proc. Int. Transmission and Distribution Conf., April. 2010. pp. 1-8. [14] M. Santiago, and R. Maldonado, “Optimal Placement of FACTS Controllers in Power systems via Evolutionary Strategies”, in Proc. Int. Conf. on Transmission and Distribution Evolutionary Computation, 2006, pp.1-6. [15] A. Rezaee, and M. Joorabian, “Optimal placement of multi-type FACTS devices in a power system using evolution strategies,”, in Proc. Int. Conf. on Power Engineering and Optimization, June, 2011, pp.285-292 [16] J. Hao, L.B. Shi, and C. Chen, “Optimizing location of unified power flow controllers by means of improved evolutionary

IV. CONCLUSION In this paper, an attempt has been made to review heuristic optimization methods for placement and coordination of FACTS devices. First, the characteristics of an ideal optimization method on this

34

[36] H.I. Shaheen, G.I. Rashed, S.J. Cheng , “Application and comparison of computational intelligence techniques for optimal location and parameter setting of UPFC,” Int. Journal of Engineering Applications of Artificial Intelligence, Vol. 23, Issue. 2, pp. 203-216, March. 2010. [37] R. Benabid, M. Boudour, and M.A. Abido, “Optimal location and setting of SVC and TCSC devices using non-dominated sorted particle swarm optimization,” Int. Journal of Electric Power Systems Research, Vol. 79, Issue. 12, pp. 1668-1677, December. 2009. [38] Y. Del Valle “Optimization of Power System Using FACTS Devices,” PHD. Dissertation, Dept. Elect. Eng., Georgia Institute of Technology, Atlanta, USA, 2009. [39] Y.D. Valle, R.G. Harley, G.K. Venayagamoorthy, “Comparison of enhanced-PSO and classical optimization methods: a case study for STATCOM placement,” in proc. Int. Conference on Intelligent System Applications to Power Systems, 2009. pp. 1-7. [40] K. Sandarewaran, B. Hariharan, F.P. Parasseri, D.S. Antony, and B. Subair, “Optimal placement of static var compensators (SVC's) using particle swarm optimization ,” in proc. Int. Conference on Power, Control and Embedded Systems (ICPCES), 2010. PP. 1-4. [41] K.M. Passino “Biomimicry of bacterial foraging for distributed optimization and control,” IEEE Control Systems Magazine, Vol. .22, Issue 3, pp. 52-67, June, 2002. [42] W.J. Tang, Q.H. Wu, J.R.Saunders, “Bacterial foraging algorithm for dynamic environments,” IEEE Congress on Evolutionary Computation, pp. 1324-1330, July, 2006. [43] M.S. Kumar, and P. Renuga, “Bacterial foraging algorithm based enhancement of voltage profile and minimization of losses using thyristor controlled series capacitor (TCSC)”, Int Journal of Computer Applications, Vol. 7, No.2, September, 2010, pp. 21-27, 2010. [44] K. Wardwik, A. Ekwue, and R. Aggarwal, Artificial Intelligence Techniques in Power Systems, IEE, London, UK, 1997. [45] P. Bhasaputra, and W. Ongsakul, “Optimal placement of multitype FACTS devices by hybrid TS/SA approach,” in proc. Int. Symposium on Circuits and Systems, September. 2003. pp. 375-378. [46] J. Baskaran, V. Palanisamy, “Optimal location of FACTS devices in a power system solved by a hybrid approach,” Journal of Nonlinear Analysis, Vol. 65, Issue. 11, pp. 2094-2102, December. 2006. [47] A.R. Phadke, M. Fozdar, and R. Niazi, “Multi-objective FuzzyGA formulation for optimal placement and sizing of shunt FACTS controllers,” in proc. Int. Conference on Power Systems, 2009. pp. 16. [48] A. Mohammadi, M. Jazaeri, “A hybrid particle swarm optimization-genetic algorithm for optimal location of SVC devices in power system planning,” in proc. Int. Universities Power Engineering Conference (UPEC), 2007. pp. 1175-1181.

programming,”, in Proc. Int. Conf. on Generation, Transmission and Distribution , November, 2004, pp.705-712. [17] L. Zhang, B. Ye, Q. Jiang, and Y. Cao, “Application of multiobjective evolutionary programming in coordinated design of FACTS controllers for transient stability improvement”, in Proc. Int. Conf. on Power systems (PSCE), Nov.29-Dec.1, 2006, pp.2085-2089. [18] H.R. Baghaee, B. Vahidi, S. Jazebi, G.B. Gharehpetian, and A. Kashefi, “Power system security improvement by using differential evolution algorithm based FACTS allocation”, in Proc. Int. Conf. on Power systems Technology(ICPST), 2008, pp.1-6. [19] B. Sookanata, “Determination of FACTS placement using differential evolution technique”, in Proc. Int. Conf. on Electrical Engineering and Informatics , August, 2009, pp.672-675. [20] S.J. Galloway, I.M. Elders, G.M. Burt, B. Sookanata, “Optimal flexible alternative current transmission system device allocation under system fluctuations due to demand and renewable generation”, IET Journal of Transmission and Distribution, Vol. 4, pp. 725-735, 2010. [21] M. Gitizadeh, “A modified simulated annealing approach to congestion alleviation in a power system using FACTS devices,” in proc. Int. Conf. of Universities Power Engineering (UPEC), 2010. pp. 1-6. [22] F. Glover, “Tabu search, part I,” ORSA Journal on Computing in Proc. Int. Journal of Operations Research Society of America (ORSA) , August., 1989, pp.190-206. [23] H. Mori, Y. Goto, “A parallel tabu search method for determining optimal allocation of FACTS in power systems,” in proc. Int. Conf. on Power System Technology (MEPCON), March. 2000. Vol.2 pp. 1077-1082. [24] R.C. Bansal, “Optimization methods for electric power systems: an overview,” Int. Journal of Emerging Electric Power Systems, vol. 2, Issue. 1, 2005. [25] D. Thukaram, L. Jenkins, and K. Visadkha, “Improvement of system security with unified power flow controller at suitable locations under network contingencies of interconnected systems,” in IEE proc. Int. Conf. on Generation, Transmission and Distribution, 2005. pp. 682-690. [26] A. Rashedi, H. Nezamabadipour, and S. Saryazdi, “GSA: a gravitational search algorithm,” Information Science, Vol. 179, Issue. 13, pp. 2232-2248, 2009. [27] A. Rashedi, H. Nezamabadipour, S. Saryazdi, and M. Farsangi, “Allocation of static var compensator using gravitational search algorithm,” in proc. National. Conf. on Fuzzy and intelligent systems, August. 2007. [28] D.T. Pham, et al. “The bees algorithm, a novel tool for complex optimization problems,” in proc. Int. Conf. on Intelligent Production machines and systems (IPROMS 2006), Oxford, Elsevier, pp. 454459. [29] R.M. Idris, A. Khairuddin, and M.W. Mustafa, “Optimal choice of FACTS devices for ATC enhancement using bees algorithm,” in proc. Australian universities power engineering Conference (AUPEC), September. 2007. pp. 1-6. [30] J. Kennedy, and R. Eberhart, “Particle swarm optimization,” in proc. Int. Conf. on Neural Networks, 1995. pp. 1942-1948. [31] Y. Shi, and R. Eberhart “A modified particle swarm optimizer,” in proc. Int. Conf. on Evolutionary Computation , 1998. pp. 69-73. [32] R.C. Eberhart, J. Kennedy, and Y. Shi, Swarm Intelligence, Morgan Kauffmann Publishers, San Fransisco, CA, 2001. s [33] M. Saravanan, S.M.R. Slochanal, P. Venkatesh, and P.S. Abrahamh, “Application of PSO technique for optimal location of FACTS devices considering system loadability and cost of installation,” in proc. Int. Power Engineering Conf. (IPEC), 2005. pp. 716-721. [34] G.I. Rashed , H.I. Shaheen, and S.J. Cheng , “Optimal location and parameter setting of TCSC by both genetic algorithm and particle swarm optimization,” in proc. Industrial Electronics and Applications Conf., 2007. pp. 1141-1147. [35] D. Das, A. Prasai, R.G. Harley, and D. Divan, “Optimal placement of distributed FACTS devices in power networks using particle swarm optimization,” in proc. Int. Conf. on Energy Conversion , 2009. pp. 527-534.

35

Suggest Documents