International Journal of Clean Coal and Energy, 2013, 2, 1-7
doi:10.4236/ijcce.2013.22B001 Published Online May 2013 (http://www.scirp.org/journal/ijcce)
Swarm Intelligence in Power System Planning
Ke Meng, Z.Y. Dong, Yichen Qiao
Centre for Intelligent Electricity Networks, The University of Newcastle, Australia
Email: ke.meng@uon.edu.au, zydong@ieee.org
Received 2013
ABSTRACT
Power system planning is one of the essential tasks in th e power system operation management, which requires in-depth
knowledge of the system under consideration. It can be regarded as a nonlinear, discontinuous, constrained
multi-objective optimization problem. Although the traditional optimization tools can be used, the modern planning
problem requires more advanced optimization tools. In this paper, a survey of state-of-the-art mathematical optimiza-
tion methods that facilitates power system planning is provided, and the needs of introducing swarm intelligence ap-
proaches into power system planning are discussed.
Keywords: Power System Planning; Swarm Intelligence
1. Introduction
Power system planning plays a significant role in main-
taining power system stability and reliability. It deter-
mines the right schedule of introducing additional gen-
eration facilities, transmission lines, substations, trans-
formers, reactive compensations, and control devices;
also it covers the direction of replacement needs with
respect to aging existing power system devices, where all
of these are directed at increased stability and reliability
through market-driven augmentations [1].
Generally speaking, in terms of objectives, the plan-
ning issues may be categorized as generation planning
and transmission planning; while in term of periods, the
planning problems can be classified into short-term plan-
ning, mid-term planning, and long-term planning [2].
Generation planning is intended to determine the optimal
timing, locations, generation equipments and associated
capacities required to satisfy various system constraints
and operation conditions, which can maximize profit and
minimize risk [1]. Similarly, transmission planning aims
to select the best time, siting, and transmission facilities
to meet the rising customer demand, which minimizes
investment and maintains stability [2]. From planning
period point of view, the major purpose of short-term
planning is to devise operation plans for power plants or
single generating unit so as to ensure the balance of sup-
ply and demand [3]. Med-term planning provides the
guidance for making market decisions and system opera-
tions. Long-term planning ensures adequate generation
capacities and delivery capabilities will be available to
meet the expected future demand increases.
In a word, planning is one of the most important re-
search areas in power system analysis, which needs
careful and extensive studies and it should be carried out
in a timely and effective manner.
2. New Challenges
Nowadays, power industries worldwide have been un-
dergoing profound changes with system deregulations
and reconstructions. In particular, the traditional, verti-
cally monopolistic structures have been reformed into
competitive markets in pursuit of increased efficiency in
electricity productions and utilizations. Along with the
introduction of competitive and deregulated electricity
markets, many power system problems have become
difficult to be analyzed with traditional methods, espe-
cially when power system planning issues are involved.
Since the change in the competition environment, the
perspectives of power system planning are also change
correspondingly. In the traditional vertically-integrated
structure, the whole power system is operated by single
system and service provider, who owns all the generation
and transmission assets. Therefore, when conducting
power system planning, the generation and transmission
planning can be carried out simultaneously. However,
after deregulations, the conventional monopolistic struc-
ture has been separated into three independent parts:
generation, transmission, and distribution. This separa-
tion results in a situation that transmission companies
have no direct role in deciding the patterns of power
generation and distribution. Furthermore, some invest-
ment and operation information about generation and
distribution companies becomes business confidential
and cannot be obtained by the planner [4].
Copyright © 2013 SciRes. IJCCE
K. MENG ET AL.
2
Moreover, the modern power system planning process
requires a wide array of input information, such as
weather forecasts, load forecasts, market forecasts, ex-
pected water supply and fuel price variations. In addition,
system constraints, single unit constraints, and various
chance constraints, along with other environmental and
physical influence, are taken into account. Besides tech-
nical information, there are social and governmental or-
ganizations to be consulted in the process of planning so
as to ensure that every decision is well rounded and
completed. All these have made existing problems even
more complex. As a consequence, more advanced and
effective techniques need to be introduced into planning
issues.
3. Swarm Intelligence
Swarm intelligence is an artificial intelligence technique
involving the study of collective behavior in decentral-
ized system, which is made up by populations of simple
individuals interacting locally with each other and with
external environment [5-8]. Several examples of these
systems can be found in the nature, for example, colonies
of ants, flocks of birds, schools of fish, groups of bees,
packs of wolves, and so on. An interesting phenomenon
of swarms is that collective swarm behavior can emerge
on a global scale even when all individuals have only a
restricted view of the system and interactions between
individuals and their environment occur only on a local
scale [9]. Owning to these outstanding characteristics, the
principles of swarm behavior have been studied exten-
sively and been widely applied into many fields. Com-
putational swarm intelligence is the algorithmic models
that imitate the principles of large groups of simple
swarm individuals working together to achieve a goal
through self-learning, self-adjusting, and mutual coop-
eration manners. These algo rithms have shown to be able
to adapt well in changing environments, and are im-
mensely flexible and robust [8,10]. Two of the computa-
tional swarm intelligence techniques are ant colony op-
timization (ACO) [11] and particle swarm optimization
(PSO) [6]. In the next section, these two swarm intelli-
gence algorithms will be discussed in detail.
3.1. Ant Colony Optimization (ACO)
ACO is a metaheuristic inspired by the foraging behavior
of ants [12- 14 ]. In o rde r to f ind the shor test path f rom th e
nest to food source, ant colonies exploit a positive feed-
back mechanism: they use a form of indirect communi-
cation called stigmergy, which is based on the laying an d
detection of pheromone trails [15,16]. These ants deposit
pheromone on the ground in order to mark some favor-
able path that should be followed by other members of
the colony [13]. ACO takes inspirations from the collec-
tive behavior of ants and exploits a similar mechanism
for solving optimization problems. In ACO, firstly colo-
nies of artificial ants with given size are generated, and
each ant denotes a potential solution, whose performance
is measured based on a quality function. Many different
paths can be constructed by ants walking on the graph,
and these paths encode the target problem. The cost of
the generated paths is used to modify the pheromone left
by ants, and therefore to bias the generation of further
paths towards promising regions of the search space
[17,18]. Among these feasible paths, ACO attempts to
find the one with min imum cost.
3.2. Particle Swarm Optimization (PSO)
PSO is a heuristic algorithm developed in [19-21].The
algorithm is inspired by the social behavior of a bird
flock. It has been found to be successful in a wide variety
of optimization tasks. In PSO, each solution is a bird in
the flock and is referred to as a particle, which denotes a
candidate solution to the optimization problem. The birds
in the population evolve their social behavior and ac-
cordingly their movement towards a destination. In a
PSO system, each particle flies through the multidimen-
sional search space, adjusts its position in search space
according to its own experience and that of neighbor par-
ticles. A particle makes use of the global best position
which the current particle has visited so far, as well as
the population best position which the entire population
has found so far and the process repeats until the swarm
reaches a desired destination. The effect is that particles
fly toward a minimum, while still searching a wide area
around the best solution. The performance of each parti-
cle is measured by using a predefined fitness function,
which encapsulates the characteristics of the optimization
problem. Two parameters inertia weight and constriction
factor are used to control over the previous velocity of
the particles [22]. In short, PSO is characterized as a
simple heuristic of well balanced mechanism with flexi-
bility to enhance and adapt to both global and local ex-
ploration abilities, which gains lots of attention in power
system applications [23].
4. Power System Planning
In this section, a survey of state-of-the-art mathematical
optimization approaches that facilitates power system
planning is provided and the merits and needs of intro-
ducing swarm intelligence methods into power system
planning are discussed.
4.1. Generation Expansion Planning
Generation expansion planning is intended to determine
the locations, cap acities, and expected op erations of gen-
Copyright © 2013 SciRes. IJCCE
K. MENG ET AL. 3
eration plants required to satisfy various requirements
and constraints imposed by future expectations and fore-
casting conditions, which is to be done in a manner that
maximizes profits and minimizes risks [1],[24]. Mathe-
matically, the consequent typical generation planning
challenge can be expressed as a large-scale, non-linear
optimization problem with the objectives of maximizing
profits and minimizing risks subject to a set of compli-
cated constraints.
To solve the complicated issues of generation expan-
sion planning, different mathematical methods have been
suggested and reported. The initial work started in [25],
where a linear programming method was applied to ne-
cessitate the linear approximation of objective function
and various constraints. Then linear programming model
was further enhanced to address the increasingly com-
plex planning issues with multi-objectives [26]. An ex-
tensive study of the applications of linear programming
methods in power system was given in [27]. Linear pro-
gramming methods are fast and reliable, but the main
drawback is that they are associated with the piecewise
linear cost approximation. Another great alternative for
generation planning is nonlinear programming methods
[28]. However, nonlinear programming methods have a
problem of algorithm convergence and complexity.
Along with the ever expanding large-scale interconnec-
tion of modern power network, both linear programming
and nonlinear programming techniques were not ade-
quate for most applications until dynamic programming
appeared, which overcame some limitations and received
wide acceptance [29]. In general dynamic programming
based methods have the advantage over the other tech-
niques, in that, nonlinearity in project capital costs and
engineering constraints, sophisticated techniques of pro-
duction costing such as probabilistic simulation, and an
adequate modelling of the reliability o f the system dur ing
its future stages, can all be more adequately accounted
for [30,31]. However, the curse of dimensionality prob-
lem of generation expansion planning afflicts the method
of dynamic programming particularly severely [32,33].
In many cases, the mathematical equations involved have
to be simplified or decomposed in order to obtain possi-
ble solutions because of the limited capability of existing
mathematical approaches [34,35].
Recently, the advent of global optimization techniques
provides another tool for solving power system genera-
tion expansion planning problems and satisfactory per-
formance has been reported in a number of references.
Typical modern heuristic methods include evolutionary
programming (EP) [36], simulated annealing (SA) [37],
genetic algorithm (GA) [33,38-42], immune algorithm
(IA) [43], PSO [44,45], and composite method [46]. Al-
though the heuristic methods do not always guarantee
discovering globally optimal so lutions in finite time, they
often provide a fast and reasonable solution. Generally
speaking, each method has its own merits and drawbacks.
Many attempts try to merge some of the individual im-
plementations together into a new algorithm, so that it
can overcome individual disadvantages and benefit from
each others’ advantages. Extensive reviews and com-
parisons of these techniques in power system generation
expansion planning are given in [47-49]. Based on the
experience, when compared with other methods, the PSO
is computationally inexpensive in terms of memory and
speed. The most attractive features of PSO could be
summarized as: simple concept, easy implementation,
fast computation, and robust search ability [50].
4.2. Transmission Expansion Planning
Transmission lines are key components in a power sys-
tem, especially where system stability and reliability
analysis is concerned. In a deregulated electricity market,
transmission network service providers make possible
the required competitive en vironment for the market par-
ticipants. Therefore, as the market grows, transmission
planning should be carried out in a timely and effective
manner. In a competitive mar ket, su ch plannin g is mainly
driven by market needs, with the proviso that certain
constraints, such as reliability, security, economic con-
siderations, and regulatory rules, are satisfied [51,52].
However, restructuring and deregulation of the power
industry have given rise to more and more system uncer-
tainties and have changed the objectives of transmission
planning. As a consequence, the process of transmission
planning requires an evaluation of the annual load shape
and of the cost effectiveness and financial performance
of programs and plants, together with an analysis of
product attributes, profitability niches, delivery prefer-
ences, and investment risks [53]. The intention of such
planning is to minimize revenue requirements, meet cus-
tomer needs, as well as maximize network profits [53,54].
Following these changes, new approaches and action
criteria are demanded. These should not only consider
the traditional constraints, but they should also promote
fair competition in the electricity market as well as en-
suring certain levels of reliability.
Transmission expansion planning is a complex multi-
period, multi-objective optimization problem. In previou s
research, as far as optimization approaches used for
transmission expansion planning, the linear programming
was most frequently applied [55-58]. Since the transmis-
sion expansion planning problem is essentially of a dis-
crete nature, it can be defined via a mixed-integer pro-
gramming formulation. The applications of mixed-inte-
ger programming methods can be found in [59-64]. Dy-
namic programming method [65] can also been applied
to this problem. Similar as generation expansion plan-
ning, the artificial intelligence based methods also pro-
Copyright © 2013 SciRes. IJCCE
K. MENG ET AL.
4
vide perfect options for transmission expansion planning.
Technical references can be classified according to the
methodolog ies used to solve th e problem, which includes
expert systems [66] and fuzzy theory [67]. Recently, dif-
ferent heuristic methods have been proved to be effective
with promising performance, such as SA [68,69], tabu
search (TS) [70], GA [71-73], differential evolution (DE)
differential evolution (DE) [4,74], and PSO [75,76].
4.3. Planning with Distributed Generation and
Renewable Energy resources
Today, more and more renewable energy resources are
being built up and connected to the power grid s at trans-
mission as well as distribution levels. Large scale wind
farms are connected to transmission networks and are so
far the largest renewable generation source except hydro
power generations. Planning of wind farms requires sig-
nificant amount of studies including the conventional
generation connection studies as well as very expensive
wind farm planning itself. Normally to connect a wind
farm, significant historical wind resource data are re-
quired to evaluate the suitability of the wind farm site.
Once the site is selected, further optimization planning is
required to design the exact scheme of the wind farm so
as to maximize the energy output of wind power. This is
normally a multi-objective, cons trained, highly nonlinear
problem. Computational intelligence such as PSO and
DE can be used to solve the optimization problem in de-
signing the wind farms, [77,78]. At distribution level, the
increasing penetrations of distributed renewable genera-
tion can potentially cause problems with some feeders.
The common problems are protection system design and
reactive power support issues with such heavily DG
connected feeders. Planning of DGs and power quality
control devices such as STATCOM is another complex
optimization problem, and evolutionary computation can
be used in the planning as well, [79,80].
5. Conclusions
Owning to these outstanding characteristics, the swarm
intelligence techniques have been studied extensively
and have been widely applied in many fields. In general,
the swarm intelligence techniques can be used to solve
the nonlinear, discontinuous, constrained, optimization
problem. In this paper, a comprehensive survey of state-
of-the-art mathematical optimization methods that facili-
tates power system planning is provided; the importance
of introducing swarm intelligence methods into power
system planning is discussed.
REFERENCES
[1] F. F. Wu, Z. Yen, Y. H. Hou and Y. X. Ni, “Applications
of AI Techniques to Generation Planning and Invest-
ment,” 2004 IEEE Power Engineering Society General
Meeting, Vol. 1, 2004, pp. 936-940.
[2] G. Y. Yang, “Applying Advanced Methods to Power Sys-
tem Planning Studies,” Ph.D. thesis, the University of
Queensland, Brisbane, Australia, Oct. 2008.
[3] A. Mazer, “Electric Power Planning for Regulated and
Deregulated Markets,” IEEE Press, Wiley Inter-science,
2007.
[4] J. H. Zhao, Z. Y. Dong, P. Lindsay and K. P. Wong,
“Flexible Transmission Expansion Planning with Uncer-
tainties in an Electricity Market,” IEEE Transactions on
Power Systems, Vol. 24, No. 1, 2009, pp. 479-488.
doi.org/10.1109/TPWRS.2008.2008681
[5] E. Bonabeau, M. Dorigo and G. Theraulaz, “Swarm Intel-
ligence: From Natural to Artificial Systems,” 1st ed, Lon-
don, U.K.: Oxford Univ., 1999.
[6] J. Kennedy, R. Eberhart and Y. Shi, “Swarm Intelligence,”
1st ed. San Mateo, CA: Morgan Kaufmann, 2001.
[7] A. Engelbrecht, “Fundamentals of Computational Swarm
Intelligence” 1st ed. New York: Wiley, 2005.
[8] A. Engelbrecht, X. Li, M. Middendorf and L.M. Gam-
bardella, “Editorial Special Issue: Swarm Intelligence,”
IEEE Transactions on Evolutionary Computation, Vol.
13, No. 4, 2009, pp. 677-680.
doi:10.1109/TEVC.2009.2022002
[9] D. Merkle and M. Middendorf, “Swarm Intelligence and
Signal Processing,” IEEE Signal Processing Magazine,
Vol. 25, No. 6, 2008, pp. 152-158.
doi:10.1109/MSP.2008.929839
[10] M. G. Hinchey, R. Sterritt and C. Rouff, “Swarms and
Swarm Intelligence,” Computers, Vol. 40, No. 4, 2007,
pp. 111-113. doi:10.1109/MC.2007.144
[11] M. Dorigo and T. Stützle, “Ant Colony Optimization,”
Cambridge, MA: MIT Press, Vol. 3172, 2004, pp. 1-12.
doi:10.1007/b99492
[12] S. Goss, S. Aron, J. L. Deneubourg and J. M. Pasteels,
“Self-Organized Shortcuts in the Argentine Ant,” Natur-
wissenschaften, Vol. 76, No. 12, 1989, pp. 579-581.
doi:10.1007/BF00462870
[13] M. Dorigo, M. Birattari and T. Stützle, “Ant Colony Op-
timization: Artificial Ants as a Computational Intelligence
Technique,” Computational Intelligence Magazine on
IEEE, Vol. 1, No. 4, 2006, pp. 28-39.
doi:10.1109/MCI.2006.329691
[14] T. Stützle and M. Dorigo, “ACO Algorithms for the Quad-
ratic Assignment Problem,” in D. Corne, M. Dorigo, and
F. Glover, (eds): New Ideas in Optimization, New York:
McGraw-Hill, 1999.
[15] M. Dorigo, V. Maniezzo and A. Colorni, “Ant System:
Optimization by a Colony of Cooperating Agents,” IEEE
Trans. Syst., Man, Cybern. Part-B, Vol. 26, No. 1, 1996,
pp. 29-41.
[16] M. Birattari, P. Pellegrini and M. Dorigo, “On the Invari-
ance of Ant Colony Optimization,” IEEE Transactions on
Evolutionary Computation, Vol. 11, No. 6, 2007, pp.
Copyright © 2013 SciRes. IJCCE
K. MENG ET AL. 5
732-742. doi:10.1109/TEVC.2007.892762
[17] M. Dorigo and L. M. Gambardella, “Ant Colony Sstem: A
Cooperative learning approach to the traveling salesman
problem,” IEEE Transactions on Evolutionary Computa-
tion, Vol. 1, No. 1, 1997, pp. 53-66.
doi:10.1109/4235.585892
[18] M. Zlochin, M. Birattari, N. Meuleau and M. Dorigo,
“Model-based Search for Combinatorial Optimization: A
Critical Survey,” Annals of Operations Research, Vol.
131, No. 1-4, 2004, pp. 373-395.
doi:10.1023/B:ANOR.0000039526.52305.af
[19] J. Kennedy and R. Eberhart, “Particle Swarm Otimiza-
tion,” IEEE Int. Conf. Neural Network, Perth, Australia,
1995, pp. 1942-1948.
[20] J. Kennedy, “The Particle Swarm: Social Adaptation of
Knowledge,” IEEE Int. Conf. Evol. Comput., 1997, pp.
303-308.
[21] J. Kennedy, “Small Worlds and Mega-minds: Effects of
NCZGDbourhood Topology on Particle Swarm Perform-
ance,” Proc. IEEE Congr. Evol. Comput., Vol. 3, 1999,
pp. 1931-1938.
[22] Y. Shi and R. Eberhart, “Parameter Selection in Particle
Swarm Optimization,” Lecture Notes in Computer Sci-
ence, Vol. 1447, 1998, pp. 591-600.
doi:10.1007/BFb0040810
[23] Y. del Valle, G. K. Venayagamoorthy, S. Mohagheghi, J.
C. Hernandez and R. G. Harley, “Particle Swarm Opti-
mization: Basic Concepts, Variants and Applications in
power Systems,” IEEE Transactions on Evolutionary
Computation, Vol. 12, No. 2, 2008, pp. 171-195.
doi:10.1109/TEVC.2007.896686
[24] Z. Y. Dong, K. P. Wong, X. Zhou and C. Ziser, “New
Issues on Reliable and Efficient Operation of the National
Electricity Market of Australia”, Proc DRPT, 2008, Nan-
jing, China, Apr 2008.
[25] P. Masse and R. Gilbrat, “Application of Linear Program-
ming to Investments in the Electric Power Industry,”
Management Science, Vol. 3, No. 2, 1957, pp. 149-166.
doi:10.1287/mnsc.3.2.149
[26] W. Rutz, M. Becker, F. E. Wicks and S. Yerazunis, “Se-
quential Objective Linear Programming for Generation
Planning,” IEEE Transactions on Power Apparatus and
Systems, Vol. PAS-98, No. 6, 1979, pp. 2015-2021.
doi:10.1109/TPAS.1979.319394
[27] J. K. Delson and S. M. Shahidehpour, “Linear Program-
ming Applications to Power System Economics, Planning
and Operations,” IEEE Transactions on Power Systems,
Vol. 7, No. 3, 1992, pp. 1155-1163.
doi:10.1109/59.207329
[28] A. Ramos, I. J. Perez-Arriaga and J. Bogas, “A Nonlinear
Programming Approach to Optimal Static Generation
expansion Planning,” IEEE Transactions on Power Sys-
tems, Vol. 4, No. 3, 1989, pp. 1140-1146.
doi:10.1109/59.32610
[29] R. T. Jenkins and D. S. Joy, “Wien Automatic System
Planning Package (WASP) - An Electric Utility Optimal
Generation Expansion Planning Computer Code,” Oak
Ridge National Laboratory, Oak Ridge, TN, ORNL 4945,
1974.
[30] A. K. David and R. D. Zhao, “Integrating Expert Systems
with Snamic Programming in Generation Expansion
Planning,” IEEE Transactions on Power Systems, Vol. 4,
No. 3,1989, pp. 1095-1101.doi:10.1109/59.32604
[31] R. Tanabe, K. Yasuda, R. Yokoyama and H. Sasaki,
“Flexible Generation Mix under Multi Objectives and
Uncertainties,” IEEE Transactions on Power Systems,
Vol. 8, No. 2, 1993, pp. 581-587. doi:10.1109/59.260824
[32] B. F. Hobbs, “Optimization Methods for Electric Utility
resource planning,” European Journal of Operational
Research, Vol. 83, No. 1, 1995, pp. 1-20.
doi:0.1016/0377-2217(94)00190-N
[33] Y. M. Park, J. B. Park and J. R. Won, “A Hybrid Genetic
algorithm/dynamic Programming Approach to Optimal
Long-term Generation Expansion Planning,” Electrical
Power and Energy Systems, Vol. 20, No. 4, 1998, pp.
295-303. doi:10.1016/S0142-0615(97)00070-7
[34] J. A. Bloom, “Long-range Generation Planning Uing De-
composition and Probabilistic Simulation,” IEEE Trans-
actions on Power Apparatus and Systems, Vol. PAS-101,
No. 4, 1982, pp. 797-802.
doi:10.1109/TPAS.1982.317144
[35] Y. M. Park, K. Y. Lee and L. T. O. Youn, “New Analyti-
cal Approach for Long-term Generation Expansion Plan-
ning Based on Maximum Principle and Gaussian Distri-
bution Function,” IEEE Transactions on Power Appara-
tus and Systems, Vol. PAS-104, No. 2,1985, pp. 390-397.
doi:10.1109/TPAS.1985.319054
[36] Y. M. Park, J. R. Won, J. B. Park and D. G. Kim, “Gen-
eration Expansion Planning Based on an Advanced Evo-
lutionary Programming,” IEEE Transactions on Power
Systems, Vol. 14, No. 1,1999, pp. 299-305.
doi:10.1109/59.744547
[37] Y. L. Chen, and C. C. Liu, “Interactive fuzzy Satisfying
Method for Optimal Multi-objective VAR Planning in
Power Systems,” IEE Proceedings - Generation, Trans-
mission and Distribution, Vol. 141, No. 6, 1994, pp.
554-560. doi:10.1049/ip-gtd:19941459
[38] Y. Fukuyama and H. D. Chiang, “A Parallel Genetic Al-
gorithm for Generation Expansion Planning,” IEEE
Transactions on Power Systems, Vol. 11, No. 2, 1996, pp.
955-961. doi:10.1109/59.496180
[39] J. B. Park, Y. M. Park, J. R. Won and K. Y. Lee, “An Im-
proved Genetic Algorithm for Generation Expansion
Planning,” IEEE Transactions on Power Systems, Vol. 15,
No. 3, 2000, pp. 916-922. doi:10.1109/59.871713
[40] H. Teixeira Firmo, L. F. Loureiro and Legey, “Generation
Expansion Planning: An Iterative Genetic Algorithm Ap-
Proach,” IEEE Transactions on Power Systems, Vol. 17,
No. 3, 2002, pp. 901-906.
doi:10.1109/TPWRS.2002.801036
[41] G. B. Shrestha, B. K. Pokharel, T.T. Lie, and S. E. Fleten,
“Management of Price Uncertainty in Short-Term Gen-
eration Planning,” IET Proceedings - Generation, Trans-
mission and Distribution, Vol. 2, No. 4, 2008, pp.
491-504.doi:10.1049/iet-gtd:20070177
[42] H. A. Shayanfar, A. Saliminia Lahiji, J. Aghaei and A.
Copyright © 2013 SciRes. IJCCE
K. MENG ET AL.
6
Rabiee, “Generation Expansion Planning in Pool Market:
a Hybrid Modified Game Theory and Improved Genetic
Algorithm,” Energy Conversion and Management, Vol.
50, No. 5, 2009, pp. 1149-1156.
doi:10.1016/j.enconman.2009.02.001
[43] S. L. Chen, T. S. Zhan and M. T. Tsay, “Generation Ex-
pansion Planning of the Utility with Refined Immune
Algorithm,” Electric Power Systems Research, Vol. 76,
No. 4, 2006, pp. 251-258. doi:10.1016/j.epsr.2005.06.005
[44] S. Kannan, S. M. R. Slochanal, P. Subbaraj and N.P.
Padhy, “Application of Particle Swarm Optimization
Technique and Its Variants to Generation Expansion
Planning Problem,” Electric Power Systems Research,
Vol. 70, No. 3, 2004, pp. 203-210.
doi:10.1016/j.epsr.2003.12.009
[45] H. Shayeghi, A. Pirayeshnegab, A. Jalili, and H. A. Sha-
yanfar, “Application of PSO Technique for GEP in Re-
structured Power Systems,” Energy Conversion and
Management, Vol. 50, No. 9, 2009, pp. 2127-2135.
doi:10.1016/j.enconman.2009.04.018
[46] K. P. Wong and Y. W. Wong, “Combined Genetic Algo-
rithm / simulated annealing / fuzzy Set Approach to
Short-term Generation Scheduling with Takeor-Pay Fuel
Contract,” IEEE Transactions on Power Systems, Vol. 1,
1996, No. 1.
[47] J. X. Zhu and M. Y. Chow, “A Review of Emerging Tech-
niques on Generation Expansion Planning,” IEEE Trans-
actions on Power Systems, Vol. 12, No. 4, 1997, pp.
1722-1728. doi:10.1109/59.627882
[48] S. Kannan, S. M. R. Slochanal and N. P. Padhy, “Applica-
tion and Comparison of Metaheuristic Techniques to
Generation Expansion Planning Problem,” IEEE Trans-
actions on Power Systems, Vol. 20, No. 1, 2005, pp.
466-475. doi:10.1109/TPWRS.2004.840451
[49] S. Kannan, S. M. R. Slochanal, S. Baskar, and P. Murugan,
“Application and Comparison of Metaheuristic Tech-
niques to Generation Expansion Planning in the Partially
Deregulated Environment,” IET Proceedings - Genera-
tion, Transmission and Distribution, Vol. 1, No. 1, 2007,
pp. 111-118. doi:10.1049/iet-gtd:20050271
[50] J. B. Park, K. S. Lee, J. R. Shin and K. Y. Lee, “A Particle
Swarm Optimization for Economic Dispatch with
Non-smooth Cost Functions,” IEEE Transactions on
Power Systems, Vol. 20, No. 1, 2005, pp. 34-42.
doi:10.1109/TPWRS.2004.831275
[51] Z. Xu, Z. Y. Dong and K. P. Wong, “Transmission Plan-
ning in a Deregulated Environment,” IEE Proceedings -
Generation, Transmission and Distribution, Vol. 153, No.
3, May 2006, pp. 326-334.
[52] Z. Xu, Z. Y. Dong and K. P. Wong, “A Hybrid Planning
Method for Transmission Networks in a Deregulated En-
vironment,” IEEE Transactions on Power Systems, Vol.
21, No. 2, 2006, pp. 925-932.
doi:10.1109/TPWRS.2006.873134
[53] K. Wissman, “Review of the Ohio Power Siting Board
Process,” http://www.nrucpartnerships.org.
[54] A. K. David and F. S. Wen, “Transmission Planning and
Investment under Competitive Electricity Market Envi-
ronment,” 2001 IEEE Power Engineering Society Sum-
mer Meeting, Vol. 3, 2001, pp. 1725-1730.
[55] J. C. Kaltenback, J. Peschon and E. H. Gehrin, “A Mathe-
matical Optimization Technique for the Expansion of
Electric Power Transmission Systems,” IEEE Transac-
tions on Power Apparatus and Systems, Vol. PAS-89, No.
1, 1970, pp. 113-119. doi:10.1109/TPAS.1970.292677
[56] A. Monticelli, A. Santos, M. V. F. Pereira, S. H. F. Cunha,
B. J. Parker and J. C. G. Praca, “Interactive Transmission
Network Planning Using Least-effort Criterion,” IEEE
Transactions on Power Apparatus and Systems, Vol.
PAS-101, No. 10, 1982, pp. 3919-3925.
doi:10.1109/TPAS.1982.317043
[57] A. Monticelli, A. Santos, M. V. F. Pereira, S. H. F. Cunha,
B. J. Parker and J. C. G. Praca, “Interactive Transmission
Network Planning Using Least-effort Criterion,” IEEE
Transactions on Power Apparatus and Systems, Vol.
PAS-101, No. 10, 1982, pp. 3919-3925.
doi:10.1109/TPAS.1982.317043
[58] R. Villasana, L. L. Garver, and S. J. Salon, “Transmission
net Work Planning Using Linear Programming,” IEEE
Transactions on Power Apparatus and Systems, Vol.
PAS-104, No. 2, 1985, pp. 349-356.
doi:10.1109/TPAS.1985.319049
[59] A. dos Santos, Jr. P.M. Franca and A. Said, “An Optimi-
zation Model for Long-range Transmission Expansion
planning,” IEEE Transactions on Power Systems, Vol. 4,
No. 1, 1989, pp. 94-101. doi:10.1109/59.32462
[60] R. Romero and A. Monticelli, “A Hierarchical Decompo-
sition Approach for Transmission Network Expansion
Planning,” IEEE Transactions on Power Systems, Vol. 9,
No. 1, 1994, pp. 373-380. doi:10.1109/59.317588
[61] R. Romero and A. Monticelli, “A Zero-one Implicit Enu-
meration Method for Optimizing Investments in
Trans-mission Expansion Planning,” IEEE Transactions
on Power Systems, Vol. 9, No. 3, 1994, pp. 1385-1391.
doi:10.1109/59.336126
[62] G. Latorre-Bayona and I. J. Perez-Arriaga, “Chopin: A
Heuristic Model for Long Term Transmission Expansion
Planning,” IEEE Transactions on Power Systems, Vol. 9,
No. 4, 1994, pp. 1886-1894. doi:10.1109/59.331446
[63] N. Alguacil, A. L. Motto and A. J. Conejo, “Transmission
Expansion Planning: A Mixed-integer LP Approach,”
IEEE Transactions on Power Systems, Vol. 18, No. 3,
2003, pp. 1070-1077. doi:10.1109/TPWRS.2003.814891
[64] M. Carrion, J. M. Arroyo and N. Alguacil, “Vulnerabil-
Ity-constrained Transmission Expansion Planning: A Sto-
chastic Programming Approach,” IEEE Transactions on
Power Systems, Vol. 22, No. 4, 2007, pp. 1436-1445.
doi.org/10.1109/TPWRS.2007.907139
[65] Y. P. Dusonchet and A. H. El-Abiad, “Transmission Plan-
ning Using Discrete Dynamic Optimization,” IEEE
Transactions on Power Apparatus and Systems, Vol.
PAS-92, No. 4, 1973, pp. 1358-1371.
doi:10.1109/TPAS.1973.293543
[66] R. C. G. Teive, E. L. Silva and L. G. S. Fonseca, “A Co-
operative Expert System for Transmission Expansion
Planning of Electrical Power Systems,” IEEE Transac-
Copyright © 2013 SciRes. IJCCE
K. MENG ET AL.
Copyright © 2013 SciRes. IJCCE
7
tions on Power Systems, Vol. 3, No. 2, 1998, pp. 636-642.
doi:10.1109/59.667393
[67] C. Jaeseok, A. A. El-Keib and T. Tran, “A Fuzzy Branch
and Bound-Based Transmission System Expansion Plan-
ning for the Highest Satisfaction Level of the Decision
Maker,” IEEE Transactions on Power Systems, Vol. 20,
No. 1, 2005, pp. 476-484.
doi:10.1109/TPWRS.2004.840446
[68] R. Romero, R. A. Gallego and A. Monticelli, “Transmis-
sion System Expansion Planning by Simulated
an-Nealing,” IEEE Transactions on Power Systems, Vol.
11, No. 1, 1996, pp. 364-369. doi:10.1109/59.486119
[69] A. S. D. Braga and J. T. Saraiva, “A Multiyear Dynamic
Approach for Transmission Expansion Planning and
Long-term Marginal Costs Computation,” IEEE Transac-
tions on Power Systems, Vol. 20, No. 3, 2005, pp.
1631-1639. doi:10.1109/TPWRS.2005.852121
[70] R. A. Gallego, R. Romero and A. J. Monticelli, “Tabu
search Algorithm for Network Synthesis,” IEEE Transac-
tions on Power Systems, Vol. 15, No. 2, 2000, pp.
490-495.doi:10.1109/59.867130
[71] A. H. Scobar, R. A. Gallego and R. Romero, “Multistage
and Coordinated Planning of the Expansion of Transmis-
sion Systems,” IEEE Transactions on Power Systems,
Vol. 19, No. 2, 2004, pp. 735-744.
doi:10.1109/TPWRS.2004.825920
[72] R. Romero, M. J. Rider and I. deJ. Silva, “A Me taheuristic
to Solve the Transmission Expansion Planning,” IEEE
Transactions on Power Systems, Vol. 22, No. 4, 2007, pp.
2289-2291. doi:10.1109/TPWRS.2007.907592
[73] P. Maghouli, S. H. Hosseini, M. O. Buygi and M. Shahi-
dehpour, “A Multi-objective Framework for Transmis-
sion Expansion Planning in Deregulated Environments,”
IEEE Transactions on Power Systems, Vol. 24, No. 2,
2009, pp. 1051-1061. doi:10.1109/TPWRS.2009.2016499
[74] T. Sum-Im, G. A. Taylor, M. R. Irving and Y. H. Song,
“Differential Evolution Algorithm for Static and Multi-
stage Transmission Expansion Planning,” IET Proceed-
ings - Generation, Transmission and Distribution, Vol. 3,
No. 4, 2009, pp. 365-384. doi:10.1049/iet-gtd.2008.0446
[75] Y. X. Jin, H. Z. Cheng, J. Y. Yan and L. Zhang, “New
Discrete Method for Particle Swarm Optimization and Its
Application in Transmission Network Expansion Plan-
ning,” Electric Power Systems Research, Vol. 77, 2007,
pp. 227-233. doi:10.1016/j.epsr.2006.02.016
[76] H. Shayeghi, M. Mahdavi and A. Bagheri, “Discrete PSO
Algorithm Based Optimization of Transmission Lines
Loading in TNEP Problem,” Energy Conversion and
Management, Vol. 51, 2010, pp. 112-121.
doi:10.1016/j.enconman.2009.08.030
[77] Z. Y. Dong, K. P. Wong, K. Meng, F. Luo, F. Yao and J.
Zhao, “Wind Power Impact on System Operations and
Planning” Proceedings of IEEE PES General Meeting
2010. doi:10.1109/PES.2010.5590222
[78] G. Chen, D. J. Hill and Z. Y. Dong, “Tansmission Net-
work Expansion Planning with Wind Energy Integration:
A Stochastic Programming Model”, IEEE PES General
Meeting, San Diego, CA, USA 22-26 May 2012.
[79] G.Y. Yang, Z. Y. Dong and K. P. Wong, “Differential
Evolution with Niche Method in the Application of
Power System Planning”, (Chapter 3) in Z. Xu and Z. Fan
edit, Evolutionary Computing for Intelligent Power Sys-
tem Optimization and Control, Nova Publishers, series in
Energy Science, Engineering and Technology, published
4th Quarter, 2010.
[80] J. H. Zhao, Z. Y. Dong, J. Foster and K. P. Wong, “Flexi-
ble Transmission Network Planning Considering Distrib-
uted Generation Impacts,” IEEE Transactions on Power
Systems, Vol. 24, No. 1, 2009, pp. 479-488.