In this study, we applied the most recently developed artificial bee colony (ABC) optimization technique in search of an optimal reservoir release policy. The effect of the optimization algorithms was also investigated in terms of reservoir size and operational complexities. Particle swarm optimization, genetic algorithm and neural network-based stochastic dynamic programming are used to compare the model performances. Two different reservoir data were used to achieve the detailed analysis and complete understanding of the application efficiency of these optimization techniques. Release curves were developed for every month as guidance for the decision-maker. Simulation was carried out for each method using actual inflow data, and reliability, resiliency and vulnerability are measured. The release policy provided by ABC optimization algorithms outperformed in terms of reliability, less waste of water and handling critical situations of low inflow. Also, the ABC showed better performance in the case of complex reservoirs.
Introduction
Like other optimization models, a reservoir system operation model consists of a single or multi-objective function to be minimized or maximized, based on the reservoir functionality. To get the maximum benefit from a dam/reservoir – one of the most expensive structures – researchers are still trying to improve the existing methods to operate it in an optimal way. The most popular and vastly used optimization tool is the genetic algorithm (GA), where both real valued and binary coded GAs have been successfully applied in search of reservoir release policies (Chang & Chen, 1998; Wardlaw & Sharif, 1999; Ahmed & Sarma, 2005; Jothiprakash & Shanthi, 2006). In this field, another population-based optimization algorithm known as particle swarm optimization (PSO) gained popularity over the GA as it's free from the complexities of those basic operators of the GA. According to the study of Kumar & Reddy (2007), a modified version of PSO (elitist-mutated PSO) performed better than the GA and standard PSO in reservoir release policy. Even though PSO is very fast in searching for the optimal solution, it has some drawbacks and application difficulties too. Premature convergences, failure to find a better solution for complex functions and asking for fine tuning of the parameters are the common problems of PSO algorithms (Reddy, 2006).
In this paper, we have introduced the artificial bee colony (ABC) algorithm, the most recently developed swarm intelligence, to formulate the rule curve for reservoir operation. First, Tereshko (2000) observed the foraging techniques of the honey bee and developed a model, based on reaction–diffusion equations. His model brings the idea of adopting the natural honey bee's technique in searching for the global optimum solution by sharing the knowledge of local optima among the so-called particles or agents. Karaboga (2005) proposed the ABC algorithm to optimize numerical equations. In his study, he applied ABC in solving three classical benchmark functions – sphere function, Rosenbrock valley, and Rastrigin functions. Karaboga & Akay (2009) also compared the performance of ABC and found it to work well over the GA, PSO, differential evolution algorithm and evolution strategies in solving a set of different benchmark functions.
To develop a release policy for a reservoir system, the total natural inflow for the reservoir is categorized into three states (i.e. high, medium, and low) and for each state optimum releases are calibrated for different storage conditions. The decision-maker should realize the category of the inflow and finally can decide the release amount of water through the developed release curves on a monthly basis. The verification of each optimization model is achieved by observing the simulation results, which is done by using the actual historical inflow data as an input of each optimization process. Previously, many studies (such as Hashimoto et al., 1982; Moy et al., 1986; Serdjevic & Obradovic, 1998) have given the idea to check the performances of a reservoir optimization model by computing three major indices. In this study, we adopt all these indices including some extra measures to analyse the performances of these optimization procedures. On the other hand, reservoir size or operational criteria may affect the optimization process too. Previously, the effect of the dam size and operational complexity has not been investigated over the optimization process. So, this study also includes the effect of reservoir size and operational complexity on different optimization methods and concludes what is the most suitable optimization policy for all situations.
PSO, GA and neural network-based stochastic dynamic programming (NN-SDP) approaches in reservoir release policy
PSO
To implement the PSO algorithm in this study, a population was generated with random values of possible water releases for every month and the fitness of each particle was computed. By using Equations (4) and (5), the updating of particle members was carried out and again the fitness was calculated to search for the particles that posed better fitness values. For every update, we carefully tuned the particles to remain in the reservoir release bounds. The procedures followed in this study to adopt PSO methodology in constructing release curves are given as:
Define objective function.
Set the PSO parameters.
Generate an initial population with random values within the allowable water release ranges.
Calculate the fitness of the particles.
Store the local best and global best among the population.
Generate random initial velocity with the same dimensions as population in step 3.
Update the particles to create new population by using Equations (4) and (5).
Crop to upper and lower range to maintain the allowable water release bounds.
Return to step 4, if the iteration criteria are not fulfilled.
GA
To date the GA has been very popular in the field of reservoir optimization. The literature and application procedure of the GA in this research field are nicely described in many studies (Oliveira & Loucks, 1997; Chang & Chen, 1998; Wardlaw & Sharif, 1999; Kim & Heo, 2004; Ahmed & Sarma, 2005). Like PSO, the GA also begins with random variables. In a reservoir operation problem, normally releases are taken as the decision variables. A set of encoded variables is called the population (which is similar to the swarm in PSO). Each random value of the variables represents a gene and different combinations of these genes make up different strings/chromosomes. So, the population size of the algorithm actually refers to the number of strings of any iteration. In this case, a set of 12 consecutive months' (January–December) release options are considered as a string.
The algorithm begins with an initial population consisting of randomly generated possible answers of water releases. Three main operators of GA – selection, crossover, and mutation – work with this population and update it by eliminating the weaker solution. For selection purposes different selecting rules can be applied (Goldberg & Deb, 1991). Here, we sort the strings according to their objective function values. As the problem is minimization of water deficit, the sorting is done in the manner of lower to greater fitness values. After selecting the strings that contain better solutions, crossover and mutation take place in the algorithm. Here, we use a modified crossover technique described in the study of Haupt & Haupt (2004). The priority of being selected as a good solution solely depends on the fitness values (objective function values) of the corresponding solutions. After a certain iteration, the algorithm reaches the optimal solution. The application procedure followed in this study to implement the GA in finding the optimum releases with maintaining storage bounds and continuity constraints is given as:
Build up the objective function.
Generate an initial population with random values within the allowable water release ranges.
Compute the fitness values of the strings of the population.
Search the minimum fitness values and the responsible strings causing the lower fitness.
Replace the weaker string by the string stored in step 4 (for minimization problem, strings posing greater fitness values are considered as weaker solutions).
Create new population members by using the basic operators of the GA, i.e. selection, crossover, and mutation.
Update the old population with new member of step 6.
Return to step 3, until the iteration condition is fulfilled.
NN-SDP

ABC optimization in reservoir release policy
Karaboga developed the algorithm first in 2005 and applied it in solving a number of numerical benchmark equations. After that, Karaboga and his colleagues performed several studies on solving mathematical classical optimization problems where they showed that the ABC performed comparatively better than the evolutionary algorithms (mainly the GA) and other swarm intelligence techniques (Karaboga, 2005; Karaboga & Basturk, 2007, 2008; Karaboga & Akay, 2009).
Initialization and algorithm set-up
Adopting employed bee's behaviour
In case of any violation of release's maximum and minimum bounds (after using Equation (13)), the updated food sources need to be cropped to the allowable ranges of the reservoir release. The qualities (fitness values) of the new food sources are checked again with the previously stored optimum solution. The decision for survival of a particular source solely depends on the fitness of the solutions.
Adopting onlooker bee's behaviour
In Equation (14), the probability (Po) of any oth source is the ratio of its individual fitness to the sum of the fitness of all sources. After selection, onlookers also act as employed bees and use Equations (11)–(13) to maintain the diversion of the sources. According to the probability of each source, the onlooker selects the source and updates its release options one by one. After the updating process, the fitness (Z) of all sources (release policies) will have been computed and compared. The best fitness source is marked as the local best for that particular iteration process.
Adopting scout bee's behaviour
System performance indices
The performance checking of a hydrological model usually depends on using sequential historical data (such as rainfall, inflow, reservoir level). After getting the results from a simulation, the system failure/success is measured by different indices. The common three indices for measuring the level of performances are: reliability, resilience, and vulnerability (Hashimoto et al., 1982). In this study, we adopted all these measures and also added some extra observations (such as model performance on critical low flow) to provide a complete reservoir optimization study.
Reliability
In this study, we considered water deficit values rather than only water shortages, which represent shortage as well as surplus release of water. So the squared deficit provides a magnitude of model failure in both conditions – water shortage and excess releases. Also, for periodical reliability measures, we provided the results from the simulation in three different manners – exact period (releases meeting demand), surplus period (releases more than demand), and shortage period (releases less than demand).
Resilience
The maximum number of consecutive failures can also be taken to measure the ability of a model to get back on track after one failure. But in this way, the lower number of consecutive failures is better for measuring the resilience of a model.
Vulnerability
In this study, Equation (19) was used to calculate the vulnerability, and also the maximum shortage was recorded to explain the vulnerability of the model. Another useful measure can be helpful to prove model efficiency in system performance analysis. The mean inflow was computed for every year and pointed out the critical inflow situation (lowest/highest average inflow) of a particular year. For that critical period, the water deficit was computed and observed to measure the performance of each model.
Case studies and problem formulation
To find out the overall best-suited optimization technique in the reservoir operation, two different types of reservoir data were used in this study. Firstly, we created the release curves for a simple and comparatively small single reservoir – Klang Gates Dam (KGD) located in Malaysia. Secondly, AHM of Egypt was considered, which is complex in terms of operation and relatively larger than KGD in capacity. Descriptions and operating criteria for both dams are given in the following sections.
Case study 1: KGD
The KGD was opened in 1958 and is located in Taman Melawati, Malaysia. Main functions of the dam are water supply for the people of Klang area and their protection from flood. From the analysis of 22 years of historical inflow pattern, the monthly inflow to KGD was categorized, on the basis of monthly rainfall intensity, into three states – high, medium, and low – as shown in Table 1. The measuring unit of water volume was considered as million gallons (MG). Other constraints and reservoir bounds are given as follows:
Storage constraint: the reservoir storage S in a month t should not be less than the dead storage and should not be more than the capacity of the reservoir,
.
Release constraint: the release Rt of water from the reservoir to meet the water demand in any month t has a lower and upper bound,
.
Monthly inflow states and water demands.
. | Case study 1: KGD (in MG) . | Case study 2: AHD (in BCM) . | ||||||
---|---|---|---|---|---|---|---|---|
. | High . | Medium . | Low . | Demand . | High . | Medium . | Low . | Demand . |
January | 1,506.89 | 760.85 | 123.12 | 1,298.64 | 4.8 | 3.15 | 1.9 | 3.5 |
February | 1,901.08 | 1,024.49 | 259.34 | 1,083.09 | 3.7 | 1.95 | 0.8 | 3.8 |
March | 2,831.7 | 1,646.31 | 923.24 | 1,152.45 | 3.5 | 1.7 | 0.55 | 4.4 |
April | 2,919.74 | 1,959.92 | 764.88 | 1,173 | 2.7 | 1.15 | 0.3 | 4.1 |
May | 2,974.2 | 1,786.87 | 938.31 | 1,198.73 | 2.5 | 1.35 | 0.65 | 5.1 |
June | 2,825.69 | 1,355.22 | 447.97 | 1,271.73 | 2.8 | 1.65 | 0.9 | 6.3 |
July | 2,717.32 | 1,618.95 | 645.61 | 1,258.14 | 7.7 | 4.75 | 2.8 | 6.8 |
August | 2,948.26 | 1,644.53 | 816.78 | 1,206.41 | 27.5 | 20.4 | 15.05 | 5.9 |
September | 3,368.12 | 1,859.86 | 631.15 | 1,160.05 | 31 | 24.05 | 18.55 | 4.5 |
October | 3,545.83 | 2,316.13 | 654.35 | 1,204.14 | 21.2 | 15.6 | 11.3 | 3.9 |
November | 3,838.47 | 2,342.89 | 1,021.79 | 1,213.09 | 10.9 | 7.3 | 4.75 | 3.8 |
December | 2,699.3 | 1,455.7 | 340.69 | 1,290.59 | 6.5 | 4.3 | 2.7 | 3.7 |
. | Case study 1: KGD (in MG) . | Case study 2: AHD (in BCM) . | ||||||
---|---|---|---|---|---|---|---|---|
. | High . | Medium . | Low . | Demand . | High . | Medium . | Low . | Demand . |
January | 1,506.89 | 760.85 | 123.12 | 1,298.64 | 4.8 | 3.15 | 1.9 | 3.5 |
February | 1,901.08 | 1,024.49 | 259.34 | 1,083.09 | 3.7 | 1.95 | 0.8 | 3.8 |
March | 2,831.7 | 1,646.31 | 923.24 | 1,152.45 | 3.5 | 1.7 | 0.55 | 4.4 |
April | 2,919.74 | 1,959.92 | 764.88 | 1,173 | 2.7 | 1.15 | 0.3 | 4.1 |
May | 2,974.2 | 1,786.87 | 938.31 | 1,198.73 | 2.5 | 1.35 | 0.65 | 5.1 |
June | 2,825.69 | 1,355.22 | 447.97 | 1,271.73 | 2.8 | 1.65 | 0.9 | 6.3 |
July | 2,717.32 | 1,618.95 | 645.61 | 1,258.14 | 7.7 | 4.75 | 2.8 | 6.8 |
August | 2,948.26 | 1,644.53 | 816.78 | 1,206.41 | 27.5 | 20.4 | 15.05 | 5.9 |
September | 3,368.12 | 1,859.86 | 631.15 | 1,160.05 | 31 | 24.05 | 18.55 | 4.5 |
October | 3,545.83 | 2,316.13 | 654.35 | 1,204.14 | 21.2 | 15.6 | 11.3 | 3.9 |
November | 3,838.47 | 2,342.89 | 1,021.79 | 1,213.09 | 10.9 | 7.3 | 4.75 | 3.8 |
December | 2,699.3 | 1,455.7 | 340.69 | 1,290.59 | 6.5 | 4.3 | 2.7 | 3.7 |
Case study 2: AHD
To calculate the total water loss in every month, the seepage (approximately 0.08 BCM/month) and rock absorption losses (approximately 0.125 BCM/month) are also added with the calculated evaporation volume (El-Shafie & El-Manadely, 2011). The constraints and the reservoir maintenance criteria considered in this study are given below.
Storage constraints: the water level for any time should remain in the range of 147–183 m. So, in terms of storage, the bound for storage capacity is 32–162 BCM. We have considered it as
. According to the dam authority, there is another criterion that should be followed in the model that, at the end of the month of July, the water level should be below 175 m as most of the intensive rainfall occurs after July. So, mathematically in terms of volume, we can represent the constraint as
BCM.
Release constraint: in AHD, the authority has the flexibility to release no flow to maintain the storage bounds and specifications. A value of 7.5 BCM is taken as the maximum release in a month. So, the release constraint is
.
Previously, El-Shafie & El-Manadely (2011) proposed an NN-SDP model for AHD. In this study, we adopt the simulation results of their study in order to compare all methods.
Release curves and model formulation
Here, Dt and , respectively, are the downstream water demands and release in any time period t.
Constraint handling
Generally in the reservoir operation, the authorities may face two types of constraint in deciding on the release amount: bounds on release volume; and keeping the water level within a safe operational zone. In order to maintain these aspects, the problem has been formulated in the following form:
Objective function/Fitness function
- Minimization of water deficit (Equation (22))
Subjected to
Other operational criteria should be satisfied (if any).
Results and discussion
Each release curve provides the release amount under different storage conditions. The characteristics of the curves showed logical expressions with regard to the decision to release water. For the high and medium inflow categories, the release curves are able to meet the demand line for low storage amounts, as there is adequate water available to release from inflow. With increasing storage capacity, the suggested releases are more likely to meet the demand, and for extreme storage conditions it is suggested that more than demand is released to keep the storage levels in safe ranges. Also, for the lower inflow situation it is very difficult to supply adequate water for demand, and the water shortage (less than targeted demand) is very obvious in this situation.
Calculated RMSE for KGD and AHD: medium inflow category.
. | Case study 1: KGD (in MG) . | Case study 2: AHD (in BCM) . | ||||||
---|---|---|---|---|---|---|---|---|
. | ABC . | PSO . | GA (real) . | GA (binary) . | ABC . | PSO . | GA (real) . | GA (binary) . |
January | 95.56296 | 97.33242 | 102.1057 | 118.6042 | 0.674934 | 0.872538 | 0.870275 | 0.857875 |
February | 57.15567 | 61.46059 | 67.15825 | 63.49003 | 0.834693 | 0.721191 | 0.870397 | 1.111538 |
March | 70.64764 | 62.91275 | 63.66787 | 75.55802 | 0.780319 | 0.778393 | 0.880802 | 0.950366 |
April | 46.90427 | 56.11568 | 58.46889 | 80.2556 | 0.817354 | 0.711505 | 0.658767 | 1.069231 |
May | 62.35557 | 56.7529 | 40.65074 | 101.9642 | 0.680464 | 0.716973 | 0.777302 | 1.005092 |
June | 51.76583 | 57.15068 | 68.57881 | 41.41234 | 0.580933 | 0.594752 | 0.605499 | 1.041172 |
July | 65.16919 | 56.19315 | 66.07014 | 96.61208 | 0.414547 | 0.393348 | 0.35347 | 0.615055 |
August | 53.9695 | 54.98207 | 55.84364 | 68.20662 | 1.03E − 08 | 0.012532 | 0.059812 | 0.455971 |
September | 0.001245 | 0.139859 | 8.186639 | 50.80872 | 9.38E − 09 | 0.001239 | 0.089109 | 0.686996 |
October | 7.99E − 05 | 1.809941 | 20.48498 | 44.47532 | 2.39E − 08 | 0.008511 | 0.080879 | 0.482564 |
November | 1.31E − 05 | 0.473721 | 17.7495 | 49.48262 | 5.03E − 09 | 0.007232 | 0.070218 | 0.651282 |
December | 0.001268 | 1.878905 | 16.49303 | 56.6085 | 9.04E − 09 | 0.01244 | 0.065491 | 0.610952 |
Total | 503.5332 | 507.2027 | 585.4582 | 847.4783 | 4.783244 | 4.830654 | 5.382023 | 9.538095 |
. | Case study 1: KGD (in MG) . | Case study 2: AHD (in BCM) . | ||||||
---|---|---|---|---|---|---|---|---|
. | ABC . | PSO . | GA (real) . | GA (binary) . | ABC . | PSO . | GA (real) . | GA (binary) . |
January | 95.56296 | 97.33242 | 102.1057 | 118.6042 | 0.674934 | 0.872538 | 0.870275 | 0.857875 |
February | 57.15567 | 61.46059 | 67.15825 | 63.49003 | 0.834693 | 0.721191 | 0.870397 | 1.111538 |
March | 70.64764 | 62.91275 | 63.66787 | 75.55802 | 0.780319 | 0.778393 | 0.880802 | 0.950366 |
April | 46.90427 | 56.11568 | 58.46889 | 80.2556 | 0.817354 | 0.711505 | 0.658767 | 1.069231 |
May | 62.35557 | 56.7529 | 40.65074 | 101.9642 | 0.680464 | 0.716973 | 0.777302 | 1.005092 |
June | 51.76583 | 57.15068 | 68.57881 | 41.41234 | 0.580933 | 0.594752 | 0.605499 | 1.041172 |
July | 65.16919 | 56.19315 | 66.07014 | 96.61208 | 0.414547 | 0.393348 | 0.35347 | 0.615055 |
August | 53.9695 | 54.98207 | 55.84364 | 68.20662 | 1.03E − 08 | 0.012532 | 0.059812 | 0.455971 |
September | 0.001245 | 0.139859 | 8.186639 | 50.80872 | 9.38E − 09 | 0.001239 | 0.089109 | 0.686996 |
October | 7.99E − 05 | 1.809941 | 20.48498 | 44.47532 | 2.39E − 08 | 0.008511 | 0.080879 | 0.482564 |
November | 1.31E − 05 | 0.473721 | 17.7495 | 49.48262 | 5.03E − 09 | 0.007232 | 0.070218 | 0.651282 |
December | 0.001268 | 1.878905 | 16.49303 | 56.6085 | 9.04E − 09 | 0.01244 | 0.065491 | 0.610952 |
Total | 503.5332 | 507.2027 | 585.4582 | 847.4783 | 4.783244 | 4.830654 | 5.382023 | 9.538095 |
Reliability and resilience measures for all methodsa.
Measures . | ABC . | PSO . | GA (real) . | GA (binary) . |
---|---|---|---|---|
Case study 1: KGD | ||||
Meeting exact demand (% of total time period) | 61.36* | 59.47 | 55.68 | 23.5 |
Oversupply (% of total time period) | 12.12* | 12.12* | 14.4 | 28.4 |
Shortage/undersupply(% of total time period) | 26.51* | 28.41 | 29.92 | 48.10 |
Shortage index (Equation (17)) | 0.68 | 0.67* | 0.67* | 0.73 |
Resilience (Equation (18)) | 0.16* | 0.15 | 0.14 | 0.90 |
Max. no. of consecutive shortage periods | 10* | 10* | 11 | 12 |
Case study 2: AHD | ||||
Meeting exact demand (% of total time period) | 62.03* | 58.8 | 51.85 | 18.1 |
Oversupply (% of total time period) | 36.11* | 38.89 | 39.81 | 52.7 |
Shortage/undersupply(% of total time period) | 1.85* | 2.31 | 8.33 | 29.2 |
Shortage index (Equation (17)) | 0.95* | 1.02 | 0.97 | 1.4 |
Resilience (Equation (18)) | 14.5* | 14 | 2.67 | 0.142 |
Max. no. of consecutive shortage periods | 1* | 1 | 2 | 4 |
Measures . | ABC . | PSO . | GA (real) . | GA (binary) . |
---|---|---|---|---|
Case study 1: KGD | ||||
Meeting exact demand (% of total time period) | 61.36* | 59.47 | 55.68 | 23.5 |
Oversupply (% of total time period) | 12.12* | 12.12* | 14.4 | 28.4 |
Shortage/undersupply(% of total time period) | 26.51* | 28.41 | 29.92 | 48.10 |
Shortage index (Equation (17)) | 0.68 | 0.67* | 0.67* | 0.73 |
Resilience (Equation (18)) | 0.16* | 0.15 | 0.14 | 0.90 |
Max. no. of consecutive shortage periods | 10* | 10* | 11 | 12 |
Case study 2: AHD | ||||
Meeting exact demand (% of total time period) | 62.03* | 58.8 | 51.85 | 18.1 |
Oversupply (% of total time period) | 36.11* | 38.89 | 39.81 | 52.7 |
Shortage/undersupply(% of total time period) | 1.85* | 2.31 | 8.33 | 29.2 |
Shortage index (Equation (17)) | 0.95* | 1.02 | 0.97 | 1.4 |
Resilience (Equation (18)) | 14.5* | 14 | 2.67 | 0.142 |
Max. no. of consecutive shortage periods | 1* | 1 | 2 | 4 |
a(*) denotes the best results among all methods.
Vulnerability and critical situation handling by all methodsa.
Performances . | ABC . | PSO . | GA (real) . | GA (binary) . |
---|---|---|---|---|
Case study 1: KGD | ||||
No. of shortage periods in 1992 (lowest inflow) | 10* | 10 | 11 | 12 |
Vulnerability (Equation (19)) | 220.94 | 203.27 | 199.15 | 136.91* |
Worst shortage ever (% of demand) | 53 | 53 | 51 | 44* |
Case study 2: AHD | ||||
No. of shortage periods in 1984–85 (lowest inflow) | 0* | 0* | 1 | 3 |
Vulnerability (Equation (19)) | 0.06* | 0.07 | 0.28 | 0.5 |
Worst shortage ever (% of demand) | 1.11* | 1.6 | 57.75 | 24.02 |
Performances . | ABC . | PSO . | GA (real) . | GA (binary) . |
---|---|---|---|---|
Case study 1: KGD | ||||
No. of shortage periods in 1992 (lowest inflow) | 10* | 10 | 11 | 12 |
Vulnerability (Equation (19)) | 220.94 | 203.27 | 199.15 | 136.91* |
Worst shortage ever (% of demand) | 53 | 53 | 51 | 44* |
Case study 2: AHD | ||||
No. of shortage periods in 1984–85 (lowest inflow) | 0* | 0* | 1 | 3 |
Vulnerability (Equation (19)) | 0.06* | 0.07 | 0.28 | 0.5 |
Worst shortage ever (% of demand) | 1.11* | 1.6 | 57.75 | 24.02 |
a(*) denotes the best results among all methods.
The performance of the ABC was also compared with the NN-SDP given by El-Shafie & El-Manadely (2011) for AHD. In Table 5, the simulation results of their previous study are provided and compared with the ABC optimization results.
Comparing the simulation results between existing method and ABC for KGD.
Performance measuring indices . | NN-SDP* . | ABC optimization . |
---|---|---|
Reliability | 94% | 98.14% |
Max. no. of consecutive shortage periods (months) | 2 | 1 |
Average deficit (BCM) | 0.85 | 0.14 |
Performance measuring indices . | NN-SDP* . | ABC optimization . |
---|---|---|
Reliability | 94% | 98.14% |
Max. no. of consecutive shortage periods (months) | 2 | 1 |
Average deficit (BCM) | 0.85 | 0.14 |
*Results obtained from the study by El-Shafie & El-Manadely (2011).
All performance-measuring indices indicated that the ABC optimization outperforms among PSO, GA and NN-SDP methods. ABC provides the maximum number of satisfactory periods in meeting demand, the minimum shortage periods, and also it reduces the oversupply that may cause wastage of water (according to reliability measures).
The simulation results and the system-performance indices are more effective tools for comparing the performances of the optimization models than the RMSE approach. Tables 3–5 report all the measures, including reliability, resilience, vulnerability and SI for both the simple and complex reservoirs in order to analyse the effect of reservoir size and operational complexity on the proposed optimization techniques. According to Tables 3–5, in most of the cases (such as reliability, resilience measures and handling low inflow) the ABC performed better than the evolutionary algorithms when applied to the KGD.
For the AHD, the model efficiencies can be clearly verified, as in all cases the ABC performed significantly better. Resilience and reliability are much higher for this swarm technique. The ABC release policy has also been compared with the previous study's results. So, in conclusion, the GA release policy may perform better in handling a few situations for small and simple reservoirs, but, when applied to a large reservoir system, it fails to achieve a higher degree of satisfaction. On the other hand, the ABC-driven release policy acts very well in handling maximum performance measuring from the points of view of both small and large reservoir systems.
For a simple reservoir system like KGD, the performances of swarm intelligences (ABC and PSO) were better in terms of reliability, resilience and handling critical low-inflow situations, except that the GA release policy shows slightly better performance in terms of vulnerability.
Conclusion
The study presented in this paper is about developing an optimum reservoir release policy by using evolutionary methods and swarm intelligence-based optimization techniques. Regarding reservoir release policy, the most popular and well-developed techniques like PSO, GA and NN-SDP are compared with the newly developed ABC optimization algorithm. Also, the sensitivity of the reservoir size and characteristics has been analysed in this study. For a simple and small reservoir, the GA is adequate to produce good results, but the ABC algorithm is more reliable in handling both small and large reservoir systems. ABC is faster than PSO and GA in reaching the optimal state. Also, it has the advantage of fewer handling parameters. The inflow patterns are categorized into three different states from the available historical inflow records. According to the simulation results, the ABC optimization algorithm shows better performances than the GA and PSO. Less parameter handling, simplicity of the algorithm and – also very importantly – the practical application in a reservoir system suggest consideration should be given to using the ABC algorithm in this research field.