Acessibilidade / Reportar erro

DAILY SCHEDULING OF SMALL HYDRO POWER PLANTS DISPATCH WITH MODIFIED PARTICLES SWARM OPTIMIZATION

Abstract

This paper presents a new approach for short-term hydro power scheduling of reservoirs using an algorithm-based Particle Swarm Optimization (PSO). PSO is a population-based algorithm designed to find good solutions to optimization problems, its characteristics have encouraged its adoption to tackle a variety of problems in different fields. In this paper the authors consider an optimization problem related to a daily scheduling of small hydro power dispatch. The goal is construct a feasible solution that maximize the cascade electricity production, following the environmental constraints and water balance. The paper proposes an improved Particle Swarm Optimization (PSO) algorithm, which takes advantage of simplicity and facility of implementation. The algorithm was successfully applied to the optimization of the daily schedule strategies of small hydro power plants, considering maximum water utilization and all constraints related to simultaneous water uses. Extensive computational tests and comparisons with other heuristics methods showed the effectiveness of the proposed approach.

particle swarm optimization; small hydro power plants; daily scheduling


1 INTRODUCTION

In last ten years, a new type of hydro power plant called Small Hydro Power Plant (SHPP) has been introduced into the Brazilian Power System. Small Hydro Power Plants have been identified as one of the most important energy sources that can provide convenient and uninterrupted energy to remote rural communities, small cities or industries. Hydro power plant is typically defined as SHPP for an installed capacity less than 30,000 kW and small reservoir with less than 3 km2 dedicated water surface area (ANEEL, 2003ANEEL - AGÊNCIA NACIONAL DE ENERGIA ELÉTRICA. 2003. Critrérios para o enquadramento de aproveitamento hidroelétrico como PCH, Resolução 652 da Agência Nacional de Energia Elétrica - BRASIL, 2003.). SHPP are a renewable source of energy which can still be strongly developed all over the world. However, due to increasingly growing conflicts among competing objectives, daily SHPP dispatch became highly complex and more dynamic.

Important constraints underlying the characteristics of SHPP dispatch in addition to the traditional objectives of water supply, including water quality, endangered species habitat preservation, and various recreational uses must be considered priority on operational hydro power production model. Nevertheless for the operation of SHPP, simple and generally applicable daily power dispatch optimization procedures are lacking. Among the few works found related to SHPP, Anagnostopoulos & Papantonis (2007)ANAGNOSTOPOULOS JS & PAPANTONIS DE. 2007. Optimal sizing of a run-of-river small hydropower plant Energy Conversion and Management, 48(10): 2663-2670. presented a Stochastic Evolutionary Algorithm for the optimal sizing of a small hydro power plant that simulates in detail the plant operation during the year with the aim of maximizing the economic benefit and the energy produced. Peña et al (2009)PEÑA R, MEDINA A, ANAYA-LARA O & MCDONALD JR. 2009. Capacity estimation of a mini-hydro plant based on time series forecasting. Renewable Energy, 4(5): 1204-1209. estimated the capacity of a SHPP based on time series forecasting.

Acosta et al. (2012)ACOSTA LC, REVELO JV, FAJARDO DF & BUCHELI AP. 2012. Economic dispatch of renewable power generators in a microgrid. Alternative Energies and Energy Quality (SIFAE), 2012 IEEEInternational Symposium on, pages 1-6. had explored the applicability of the distributed generation concept in a small city with renewable energy provided by biomass and small hydro power plants in a micro-grid configuration. The management of the generators is performed with in an economic dispatch framework with modified metaheuristic optimization algorithms. The main concern of the work is find the most profitable dispatch configuration in a deregulated market. Varfolomejeva et al. (2013)13 VARFOLOMEJEVA R, UMBRASKO I & MAHNITKO A. 2013. Algorithm of smart control system operation of small hydropower plant. Environment and Electrical Engineering (EEEIC), 12th International Conference on, pp. 330-334. had applied dynamic programming (DP) and generalized reduced gradient method (GRG) to a single small hydro power plant (SHPP). The authors considered the operating regime optimization from the point of view of increasing the income during its whole day work. Theobtained results show that the GRG method can provide more accurate result than DP method. The main conclusion is because GRG method does not depend on the reservoir water leveldiscretization.

The hydro power problem examined in this paper is inherently nonlinear with both nonlinear and linear constraints. Both traditional and meta heuristic algorithms can be applied to these type of problems. Very fast and incredibly reliable traditional algorithms are available for solving problems with linear objective functions and constraints. However, traditional algorithms are typically less efficient when applied to nonlinear objectives and nonlinear constraints. Theytypically require longer solutions time and can fail to identify a solution more frequently in this setting. Recently, a new optimization method called the Particle Swarm Optimization (PSO) was designed to find good solutions to optimization problems. This algorithm is a population-based algorithm and was introduced by Kennedy & Eberhart (1995)KENNEDY J & EBERHART R. 1995. Particle Swarm Optimization. IEEE International Conference on Neural Networks, 27: 1942-1948.. The technique was inspired by bird flocking and animal social behaviors. The main advantage of the PSO algorithm is that its computational cost is lower, and immediately implementable on personal computers as well as on more sophisticated machines. Its characteristics have encouraged its adoption to tackle a variety of problems in different fields.

This paper analyzes the results obtained by applying PSO algorithm to an optimization problem related to the Daily Hydroelectric Generation Scheduling (DHGS) of small hydro power plants. In order to improve the performance of standard PSO, this work attempts to introduce a modified particle swarm optimization algorithm, where the capacity of solving nonlinear problem is enhanced effectively through adjusting inertia factor dynamically, combined on local and global search methods of PSO algorithm. The main contribution of this paper is an alternative approach based on the fact that PSO techniques are designed to solve the daily small hydro power plants scheduling problem. This kind of power plant requires special approach due the hydrology seasonality and the small regulation reservoir capacity. The efficiency of the proposed method is demonstrated through comparison of performance with Standard PSO and other heuristic algorithms, such as Simulated Annealing.

The review of the PSO algorithm is described in the next section. Section 3 elaborates on the implementation of the new approach of PSO. Section 4 presents the problem formulation of small hydro power plants scheduling and the results for the case study. Finally, the main conclusions are summarized in Section 5.

2 PARTICLE SWARM OPTIMIZATION ALGORITHM

The PSO algorithm, originally proposed by Kennedy and Eberhart (1995)KENNEDY J & EBERHART R. 1995. Particle Swarm Optimization. IEEE International Conference on Neural Networks, 27: 1942-1948., was based on the social behavior of organisms such as birds flocking and fish schooling, coupled with swarm theory. Generally, the main idea of PSO can be described as follows: firstly, a swarm of particles is randomly initialized with a position and velocity. Assuming the search space S is D-dimensional, the position of the i th particle of a swarm can be represented by a D-dimensional vector =[x i1, x i2, ..., x iD]T where each particle moves in S with an adaptable velocity = [ν i1, ν i2, ..., ν iD]T. This way, the best position the i th particle has ever visited in the search space is recorded and represented as = [p i1, p i2, ..., p iD]T. The best position of the best particle in the swarm is denoted by , therefore, the new velocity and position of the i th particle is adjusted as follows:

where i=1,2,...,n; n is total of particles in the swarm; k =1,2,..., k th is the iteration counter; r 1 and r 2 are two random numbers uniformly distributed in [0, 1]; c 1 and c 2 are two positive constants called individual cognitive level and social cognitive level, respectively.Both c 1 and c 2 are generally 2.05; and ω is the inertial weight coefficient, which controls the influence of velocity of the previous iterations on the current iteration.

Each particle is considered to have a neighborhood that consists of a number of other particles and its movement is influenced by their experience (i.e., best positions). The neighborhoods can be defined in different ways. Different topologies have been proposed and applied with promising results by Kennedy (2003)KENNEDY J. 2003. Bare bones particle swarms. In Proc. IEEE Swarm Intelligence Symposium, Indianapolis, USA. IEEE Press: pp. 80-87. and by Mendes et al. (2004)MENDES R, KENNEDY J & NEVES J. 2004. The fully informed particle swarm: Simpler, maybe better. IEEE Trans. Evol. Comput., 8(3): 204-210.. The most common neighborhood topology is the ring topology, where the immediate neighbors of the particle x i are the particles x i-1, x i+1 and x i is considered to be the particle that follows immediately after x n. The ring topology is the scheme adopted in the current study. All vector operations in equations (1) and (2) are performed to each and every component of the matrix. A stability analysis of PSO, as well as recommendations regarding the selection of its parameters are provided by Clerc & Kennedy (2002)CLERC M & KENNEDY J. 2002. The particle swarm, explosion, stability, and convergence in a multidimensional complex space. IEEE Trans. Evol. Comput., 6(1): 58-73. and Trelea (2003)12 TRELEA IC. 2003. The particle swarm optimization algorithm: Convergence analysis and parameter selection. Information Processing Letters, 85: 317-325..

2.1 Inertial Weight Coefficient

A suitable selection of the inertial weight coefficient has great influence in the performance of the PSO algorithm. A larger inertial weight coefficient ω improves the convergence speed of global exploration while a smaller inertial weight coefficient tends to facilitate local exploration to the current search area. In general, a linearly decreasing inertial weight coefficient that was proposed by (Shi & Eberhart 1998a10 SHI Y & EBERHART RC. 1998. A modified particle swarm optimizer. IEEE World Congress on Computational Intelligence, IEEE Press: pp. 1951-1957., 1998b11 SHI Y & EBERHART RC. 1998. A modified particle swarm optimizer. Proceedings of the IEEE Congress on Evolutionary Computation, NJ: IEEE Press: pp. 303-308.) is used in standard PSO. The procedure represented in equation (3), w often is decreased linearly from about 0.9 to 0.4 during a run, k th represents the maximum allowed number of iterations and k is the current iteration counter.

3 MODIFIED PARTICLE SWARM OPTIMIZATION ALGORITHM

In order to overcome the disadvantages of the conventional PSO, including prematurity, slow convergence, and liability to getting trapped in local optima, a new approach for PSO Algorithm is introduced in this paper. The improvement unifies the PSO Algorithm and a new scheme of linearly decreasing inertial weight coefficient ω.

This approach shows similarity with Unified PSO algorithm (UPSO), developed by Parsopoulos & Vrahatis (2004)PARSOPOULOS KE & VRAHATIS MN. 2004. UPSO: A unified particle swarm optimization scheme. Proceedings of the International Conference of Computational Methods in Sciences and Engineering (ICCMSE 2004): VSP International Science Publishers, Zeist, The Netherlands, 1: 868-873., but the main difference is the impact caused by the inertial weight coefficient ω associated to the constriction coefficient χ on the convergence behavior. This approach, called Modified UPSO (M-UPSO), is presented below.

3.1 Unified Particle Swarm Optimization Algorithm

Parsopoulos & Vrahatis (2004)PARSOPOULOS KE & VRAHATIS MN. 2004. UPSO: A unified particle swarm optimization scheme. Proceedings of the International Conference of Computational Methods in Sciences and Engineering (ICCMSE 2004): VSP International Science Publishers, Zeist, The Netherlands, 1: 868-873. developed the UPSO approach as an algorithm that harnessesthe global and local PSO variant in unified scheme, which combines their exploration and exploitation capabilities. These two variants of PSO are distinguished due to the number of particles that comprise the neighborhood of a particle. On the L best variant, known as local PSO variant, this number is related to the best particle in the neighborhood of x i. On the G best, or global PSO variant, the number of particles are related to the best particle in the entire swarm. The following model uses a single constriction coefficient χ, which was distinguished and studied further by Clerc & Kennedy (2002)CLERC M & KENNEDY J. 2002. The particle swarm, explosion, stability, and convergence in a multidimensional complex space. IEEE Trans. Evol. Comput., 6(1): 58-73..

Let denote the velocity update of the particle in the global PSO variant and let denote the corresponding velocity update for the local variant, then:

These two search directions are combined in a single equation, resulting in the main UPSO scheme proposed by Parsapoulos & Vhariats (2004)PARSOPOULOS KE & VRAHATIS MN. 2004. UPSO: A unified particle swarm optimization scheme. Proceedings of the International Conference of Computational Methods in Sciences and Engineering (ICCMSE 2004): VSP International Science Publishers, Zeist, The Netherlands, 1: 868-873.:

where u ∈ [0, 1] is a new parameter, called unification factor, which controls the influence of the global and local velocity update. χ is the constriction factor that normally assumes standard value 0.729. The other parameters are the same as for the standard PSO, except for the inertial weight coefficient w that was not longer used in UPSO scheme (Parsopoulos & Vrahatis, 2004PARSOPOULOS KE & VRAHATIS MN. 2004. UPSO: A unified particle swarm optimization scheme. Proceedings of the International Conference of Computational Methods in Sciences and Engineering (ICCMSE 2004): VSP International Science Publishers, Zeist, The Netherlands, 1: 868-873.). The original global and local PSO variants constitute special cases of UPSO for u=1 and u=0, respectively. For all intermediate values u ∈ [0, 1] define UPSO variants that combine the exploration and exploitation properties of G best and L best.

3.2 Modified UPSO (M-UPSO)

The PSO approach proposed by (Shi & Eberhart 1998a10 SHI Y & EBERHART RC. 1998. A modified particle swarm optimizer. IEEE World Congress on Computational Intelligence, IEEE Press: pp. 1951-1957., 1998b11 SHI Y & EBERHART RC. 1998. A modified particle swarm optimizer. Proceedings of the IEEE Congress on Evolutionary Computation, NJ: IEEE Press: pp. 303-308.) had introduce a concept of inertial weight. The motivation was to be able to eliminate the need of maximum velocity factor V max. As originally developed, w often is decreased linearly from about 0.9 to 0.4 during a run. After some experience with the inertial weight, it was found that although the maximum velocity factor V max could not be eliminated. However, the PSO algorithm still gets trapped in local optima.

A slight adjustment was made to the inertial weight to avoid the local optima. The solution proposed in this paper consists in refresh the inertial weight at end of each particle evaluation, assign to ω = ω max This procedure is defined as:

where i is the current particle evaluated in current iteration and N represents the total of particles in swarm. After applying the new inertial weight decrease procedure and the constriction coefficient χ to equations (4) and (5), the Modified UPSO scheme is derived as:

According to equations (9) and (10), the new position shift of a particle in M-UPSO consists in weighted combination of the and position shifts. Each position has the influence of inertial weight and the constriction coefficient. The unification factor balances the influence of these two search directions.

4 APPLICATION ON SHORT-TERM OPTIMAL OPERATION OF CASCADE SMALL HYDRO POWER PLANTS

The coordination of hydro power plants' operation involves the scheduling of water release. According to the scheduling period, the hydro system operation problem can be divided into long-term hydro-scheduling and short-term hydro-scheduling problems. The long-term hydro-scheduling problem involves the long-term forecasting of water availability and the scheduling of reservoir water release for a time interval that depends on the reservoir capacity. Typical long-term scheduling goes anywhere from 1 week to 1 year or several years. For hydro schemes with a capacity of impounding water over several seasons, the long-term problem involves meteorological and statistical analysis. The present study focus is on the short-term hydro-schedulingproblem.

Short-term hydro-scheduling refers to time periods from one day to one week. It involves the hour-by-hour scheduling of all power plants generation on a hydro system to achieve the better benefit cost relation for the given time period. In an optimization model applied for short-term hydro-scheduling where the cascade reservoirs have small storage capability, the main objective is regulating water flows for a few hours and providing a flat daily hydro power production. When necessary, hydroelectric generation shifts its scheduling along the day to cover on demand peak load.

The present study aims to maximize the daily hydro power production. Thus the paper unifies PSO theory and small reservoir operation, the outflows from reservoir storage corresponding to particles, amount of scheduling period to dimension of searching space, generation objective function to fitness function. That way, one particle can be indicated as mxn matrix (X mxn) where m is the number of hydro power stations and n is the time interval. Thus the component x i×j (i=1,2,,m;j=1,2,,n) of the matrix means the outflows from reservoir of the i th hydro power station in j th time interval.

4.1 Problem Formulation

In this section, the problem formulation model and some theoretical properties of the methods studied in this paper are presented. Aiming to make reading of the remaining of this papereasier, the notations are shown bellow. The notations describe fixed parameters of the smallhydroelectric plants, index and variables.

  • m total of hydro plants;

  • K set of upstream reservoirs of plant i

  • k power plant ∈ K

  • i index of hydro plants, so that i=1, ..., m;

  • j index of time, so that j=1,2,... ,n=24;

  • Hi,j average head available to i th hydro plant [m];

  • Ij natural inflow into reservoir at the end of hour j [m 3/s];

  • Pi,j power generation [kWh];

  • Pi,min minimum power generation of hydro plant [kWh];

  • Pi,max maximum power generation of hydro plant [kWh];

  • Qi,j discharged outflow in the i th hydro plant [m 3/s];

  • Qi,min minimum discharge outflow in the i th hydro plant [m 3/s];

  • Qi,max maximum discharge outflow in the i th hydro plant [m 3/s];

  • qi water discharge for multiples uses (downstream) [m 3/s];

  • Si,j water spillage of hydro plant [m 3/s]

  • Vi,j water volume of reservoir i at the end of hour j [hm 3];

  • Vi,min minimum water volume of reservoir [hm 3];

  • Vi,max maximum water volume of reservoir [hm 3];

  • Vi,begin initial storage volume of reservoir [hm 3];

  • Vi,end final storage volume of reservoir [hm 3];

  • ηi efficiency factor of i th hydro plant in relative units;

  • Δt time period [3,600s].

On the short-term economic dispatch of hydro plant problems can be finding out the water releases from each reservoir, that is (Q i,1, Q i,2, ..., Q i,j,) where i is a certain particle and j is the number of the time period, that maximizes the total hydroelectric generation while meeting various operational and physical constraints. The short-term optimal daily scheduling of hydro plants can be mathematically formulated as a nonlinear optimization problem as follows:

Subject to:

  • • Hydro plant power generation limits

  • • Hydro plant outflow limits

  • • Reservoir storage volumes limits

  • • Initial and terminal reservoir storage volumes

  • • Water dynamic balance equation for each reservoir

The water balance equation (18) relates storage and outflow: reservoir storage at end of stage j, beginning of stage j+1, is equal to initial storage minus outflow volumes (water flow through turbine, spilled flow and water discharge for multiples uses) plus inflow volumes (coming from rain, releases from upstream plants, runoff water and natural river flow). The conversion factor, Δt, is applied to convert water flow units (m 3/s) into water volume units (m 3). K i is the set of upstream reservoirs of plant i and in equation (18) is explicitly taken into account the water release of k power plants upstream of plant i.

4.2 Handling Constraints in M-UPSO

In M-UPSO each particle flying in the search space is considered a potential solution. A set of outflow decision variables, for each hydro plant (Q i,j), is selected as the position of the particle in each dimension and these values are within the hydro plant outflow bounds given by equation (15). To satisfy other constraints, a penalty function may be applied, so the constrained optimization problem may be transformed into an unconstrained optimization problem, shown in equation (19) as proposed by Yanbin & Xiaohui (2010)14 YANBIN YUAN & XIAOHUI YUAN. 2010. An improved PSO approach to short-term economicdispatch of cascade hydropower plants. Kybernetes, 39(8): 1359-1365..

Where the term V i,lim and P i,lim are described in equation (20); γ1 and γ2 are penalties coefficients.

4.3 M-UPSO Procedure for Optimal Daily Reservoir Operation

The calculation steps for optimal daily reservoir operation calculation based on M-UPSOalgorithm, which is represented as follows:

Step 1. Initialize population following (a) and (b) procedures. Set iteration counter k=0;

  1. a. The current position of the i th particle Q i,max and Q i,min. To generate initial good population, apply for Q 1,1 to Q n,m, the initialization model:

    is initialized with random real numbers withinthe range of the decision variable

Q1 ...n, 1 ...m = Q i,min + [rand (0, 1)(Q i,max - Q i,min)].

It is very important to create a population of individuals that satisfy the outflow constraints. Each individual position is represented in each hydro plant, at every dispatch horizon t, as a vector = [Q 1,1, ..., Q 1,n, Q 2,1, ..., Q 2,n, ...,Q m,1, ..., Q m,n];

  1. b. After creating the initial position of each particle, the velocity is also initialized with a uniformly distributed random number in [0, 1]. The following strategy is used in creating the initial velocity rand(0, 1) for i=1,...,m.

    =

Step 2. Set k=k+1;

Step 3. Repeat the following loop (step through M-UPSO operators) until all particles are evaluated;

  1. a. Evaluate each particle in the population through equations (9) and (10). The global best position G best is set to equation (9) which represents P best uses equation (10) for

    ;
    . The personal best position

  2. b. Calculate the new velocity equation (11) and the new

    by using equation (12);
    , based on

  3. c. Perform the M-UPSO operations for all particles in the iteration.

Step 5. Evaluate each particle in the population through equation (19);

Step 6. Check for termination criteria: if the termination criterion is not satisfied, then go to step 2, otherwise show the solution set.

To use all the steps mentioned above, the M-UPSO is coded in the software MATLAB(r)7.0 and is run on a PC 2 GHz Dual-Core, Operational System Windows 7/32 bits and 3 GB RAM.

4.4 Case Study

In recent years the number of SHPP inserted into Brazilian Power System has grown rapidly, especially due to incentives and policies that support renewable and energy efficiency. However, currently there are no techniques available for optimization and efficient operation forsmall reservoirs. Due to low efficiency verified after some operation years, especially with non-efficient operational conditions, the Brazilian National Operator System (O.N.S) has applied efforts aiming that the government approves rigid laws for regulating the SHPP projects. These constraints must increase the difficulty to develop new projects in the field of Small Power Plants. These issues have not been on target studies or research and development projects recently.

This work focuses efforts on applying optimization technique with low computational costaiming to contribute to the efficient operation of the SHPP. The cascade of small reservoir,which was applied the M-UPSO algorithm, has the characteristics showed on the Table 1. The arrangement of power plants into the cascade scheme is showed on Figure 1.

Table 1
Small Hydro Power Plant parameters.

Figure 1
Cascade of two Small Hydro Power Plants.

This cascade is located on the Pomba river watershed that belongs to basin of the "Rio Paraiba do Sul". The geographic location is in the Southwest Brazil in Minas Gerais region. The inflows have highly seasonal characteristics, which introduce variability on the energy production and require optimization techniques to improve the total production.

To solve the short-term daily scheduling, which targets on five days of operation planning, the M-UPSO algorithm was applied. The results obtained were compared with the U-PSO scheme, standard PSO and Simulated Annealing algorithm. The parameters used in M-UPSO, U-PSO and PSO algorithm are described on Table 2. For the Simulated Annealing algorithm the parameters used were: cooling factor 0.9 and maximum iteration allowed 2,300. The stopped criteria for all algorithms used is related to the maximum storage reservoir variation allowed per day.

Table 2
Parameters of algorithms used to solve DHGS problem.

Figure 2
Inflows into SHPP1 reservoir.

The results for DHGS' problem are reported in Table 3. The two bests results were provided by M-UPSO and UPSO. All constraints were observed and the proposed algorithm M-UPSO could improve the daily production with the same inflows used for others algorithm optimization model.

Table 3
Results for DHGS problem applying M-UPSO algorithm.

5 CONCLUSIONS

In this paper, an optimal operation model for the small hydro power plants is established. The model takes into account capacity and electricity quantity benefits. A modified particle swarm optimization (M-UPSO) algorithm solves the proposed model. The proposed M-UPSO algorithm is easy to implement and does not require additional computational complexity. Thisalgorithm showed quite promising results: the ability to jump out of the local optima is considerably improved, the convergence precision and speed are remarkably enhanced, and thus the high precision and efficiency of the PSO algorithm are achieved.

Furthermore, the solution to the daily scheduling of cascade small of reservoirs, those with the purpose of increasing capacity and power generation benefits, is done by adopting M-UPSO algorithm. Obtaining a good solution for this type of optimization problem is hard, but theresults from extensive testing of the proposed M-UPSO compared with the U-PSO, PSO and Simulated Annealing, in this case, confirm the validity of the developed approach.

  • 1
    ACOSTA LC, REVELO JV, FAJARDO DF & BUCHELI AP. 2012. Economic dispatch of renewable power generators in a microgrid. Alternative Energies and Energy Quality (SIFAE), 2012 IEEEInternational Symposium on, pages 1-6.
  • 2
    ANEEL - AGÊNCIA NACIONAL DE ENERGIA ELÉTRICA. 2003. Critrérios para o enquadramento de aproveitamento hidroelétrico como PCH, Resolução 652 da Agência Nacional de Energia Elétrica - BRASIL, 2003.
  • 3
    CLERC M & KENNEDY J. 2002. The particle swarm, explosion, stability, and convergence in a multidimensional complex space. IEEE Trans. Evol. Comput., 6(1): 58-73.
  • 4
    ANAGNOSTOPOULOS JS & PAPANTONIS DE. 2007. Optimal sizing of a run-of-river small hydropower plant Energy Conversion and Management, 48(10): 2663-2670.
  • 5
    KENNEDY J & EBERHART R. 1995. Particle Swarm Optimization. IEEE International Conference on Neural Networks, 27: 1942-1948.
  • 6
    KENNEDY J. 2003. Bare bones particle swarms. In Proc. IEEE Swarm Intelligence Symposium, Indianapolis, USA. IEEE Press: pp. 80-87.
  • 7
    MENDES R, KENNEDY J & NEVES J. 2004. The fully informed particle swarm: Simpler, maybe better. IEEE Trans. Evol. Comput., 8(3): 204-210.
  • 8
    PARSOPOULOS KE & VRAHATIS MN. 2004. UPSO: A unified particle swarm optimization scheme. Proceedings of the International Conference of Computational Methods in Sciences and Engineering (ICCMSE 2004): VSP International Science Publishers, Zeist, The Netherlands, 1: 868-873.
  • 9
    PEÑA R, MEDINA A, ANAYA-LARA O & MCDONALD JR. 2009. Capacity estimation of a mini-hydro plant based on time series forecasting. Renewable Energy, 4(5): 1204-1209.
  • 10
    SHI Y & EBERHART RC. 1998. A modified particle swarm optimizer. IEEE World Congress on Computational Intelligence, IEEE Press: pp. 1951-1957.
  • 11
    SHI Y & EBERHART RC. 1998. A modified particle swarm optimizer. Proceedings of the IEEE Congress on Evolutionary Computation, NJ: IEEE Press: pp. 303-308.
  • 12
    TRELEA IC. 2003. The particle swarm optimization algorithm: Convergence analysis and parameter selection. Information Processing Letters, 85: 317-325.
  • 13
    VARFOLOMEJEVA R, UMBRASKO I & MAHNITKO A. 2013. Algorithm of smart control system operation of small hydropower plant. Environment and Electrical Engineering (EEEIC), 12th International Conference on, pp. 330-334.
  • 14
    YANBIN YUAN & XIAOHUI YUAN. 2010. An improved PSO approach to short-term economicdispatch of cascade hydropower plants. Kybernetes, 39(8): 1359-1365.

Publication Dates

  • Publication in this collection
    Jan-Apr 2015

History

  • Received
    26 Jan 2012
  • Accepted
    02 Dec 2013
Sociedade Brasileira de Pesquisa Operacional Rua Mayrink Veiga, 32 - sala 601 - Centro, 20090-050 Rio de Janeiro RJ - Brasil, Tel.: +55 21 2263-0499, Fax: +55 21 2263-0501 - Rio de Janeiro - RJ - Brazil
E-mail: sobrapo@sobrapo.org.br