Meta-heuristic algorithms have been broadly used to deal with a range of water resources optimization problems over the past decades. One issue that exists in the use of these algorithms is the requirement of large computational resources, especially when handling real-world problems. To overcome this challenge, this paper develops a hybrid optimization method, the so-called CSHS, in which a cuckoo search (CS) algorithm is combined with a harmony search (HS) scheme. Within this hybrid framework, the CS is employed to find the promising regions of the search space within the initial explorative stages of the search, followed by a thorough exploitation phase using the combined CS and HS algorithms. The utility of the proposed CSHS is demonstrated using four water distribution system design problems with increased scales and complexity. The obtained results reveal that the CSHS method outperforms the standard CS, as well as the majority of other meta-heuristics that have previously been applied to the case studies investigated, in terms of efficiently seeking optimal solutions. Furthermore, the CSHS has two control parameters that need to be fine-tuned compared to many other algorithms, which is appealing for its practical application as an extensive parameter-calibration process is typically computationally very demanding.

Meta-heuristics have been widely used to handle water resources optimization problems over the past four decades (Maier et al. 2014). The relevant research is especially active in the water distribution system (WDS) design field as this problem type is typically difficult due to the large search space and the highly nonlinear constraints. Nowadays, a vast number of scientific works dealing with WDSs optimization are available in the literature (as, for example, Farmani et al. (2006), McClymont et al. (2013), etc.). The meta-heuristic optimization algorithms that have previously been applied to WDS design problems include genetic algorithms (GAs) (Simpson et al. 1994; Savic & Walters 1997), particle swarm optimization (PSO) (Suribabu & Neelakantan 2006), tabu search (TS) (Cunha & Ribeiro 2004), ant colony optimization (ACO) (Maier et al. 2003; Zecchin et al. 2006), simulated annealing (SA) (Cunha & Sousa 1999), differential evolution (DE) (Vasan & Simonovic 2010), harmony search (HS) (Geem et al. 2002), cross-entropy (Perelman & Ostfeld 2007), and charged system search (Sheikholeslami et al. 2014).

Despite the successes in finding optimal or near-optimal solutions, the practical applications of meta-heuristic algorithms are not without difficulties. One of the main issues is their slow convergence rate towards the optimum, resulting in high computational overheads that are typically beyond the availability for practical application (Maier et al. 2014). This is especially the case for the water resources problems as their simulation models used in the optimization process (function evaluation) are often computationally expensive.

A number of studies have been undertaken to improve the efficiency of the meta-heuristic algorithms applied to water resources problems. These studies can be divided into two main categories according to the means adopted to enhance the convergence speed.

The first category aims to reduce the computational time of the simulation model, which is often the most time-consuming part within the optimization process. By way of example, Broad et al. (2005) introduced a metamodeling approach to optimize a WDS design problem, in which the artificial neural networks (ANNs) were used to replace the hydraulic simulation model. More recently, Bi & Dandy (2014) also used ANNs to substitute the full hydraulic and water quality simulation model in their optimization framework, in order to expedite the convergence rate.

The second category attempts to reduce the computational overheads associated with the meta-heuristic algorithms by means of improving their searching efficiency. The improved efficiency is often achieved through the hybridization of the meta-heuristic algorithms and deterministic optimization techniques. For example, Cisty (2010) proposed a hybrid GA-linear programming (LP) method to seek the minimum-cost design of WDSs. In the GA-LP framework, a GA was used in the outer loop to decompose a complex looped network into a group of equivalent branched networks, followed by the implementation of a LP in the inner loop to optimize each branched network. Zheng et al. (2011) combined a nonlinear programming (NLP) and a DE algorithm for optimizing WDS design, where an NLP was used to approximate the optimal solutions, and a DE algorithm was subsequently employed to polish the identified approximate solutions. In a more recent study, Zheng et al. (2014) coupled a binary linear programming with a DE algorithm to improve the optimization efficiency of the WDS design problems.

In parallel with the development of the meta-heuristic-deterministic optimization models, research has also been carried out to hybridize multiple meta-heuristic algorithms for improving their searching ability. For instance, Keedwell & Khu (2005) proposed a hybrid method, in which a heuristic-based, local representative cellular automata approach was developed to provide a good initial population for GA runs. Geem (2009b) presented an improved HS method for the optimal design of WDSs by incorporating the searching mechanisms of the PSO. More recently, Sedki & Ouazar (2012) developed a hybrid PSO–DE model, taking advantage of the PSO's strong local searching strength and DE's great exploration ability.

The studies mentioned above have made great contributions in building knowledge for improving optimization efficiency of meta-heuristic algorithms. To further progress research in this field, this study aims to develop a new hybrid optimization framework in which a cuckoo search (CS) algorithm is combined with a HS method (denoted as CSHS). The utility of the proposed CSHS method in terms of tackling WDS design problems will be investigated in the present study. It is a well-established fact that the WDS optimization problem belongs to the class of non-deterministic polynomial-time hard problems known as NP-hard which means that for an N-pipe network, the computational time required for a rigorous algorithm is, at best, an exponential function of N and is thus enormous even for relatively small WDS. In particular, when large-scale problems are considered, meta-heuristics such as the proposed CSHS are one of the best alternatives that experts can often rely on, since exact algorithms take exponential time to find an optimal solution to NP-hard problems. Therefore, using a new meta-heuristic optimization technique is one of the interesting, if not the best, way of treating WDS optimization problems. Furthermore, the coupled CSHS–EPANET framework is a multi-purpose model and can be extended to tackle other water network management problems, which is appealing for its practical applications.

The CS algorithm is a relatively new optimization technique, which is designed according to the Lévy flight and brood parasitic behavior of some cuckoo species (Yang & Deb 2009). It has been proven to deliver good performance in dealing with a number of optimization problems, ranging from mathematical problem optimization, engineering design, neural network training, to the traveling salesman problem (Civicioglu & Besdok 2013; Gandomi et al. 2013; Yang & Deb 2014). Despite the great potential in efficiently finding optimal solutions for a range of problem types, the CS algorithm has received limited application in the WDS optimization field. To the authors' knowledge, the only work is Wang et al. (2012), who combined CS with the non-dominated sorting GA (NSGA-II) to optimize WDS design problems with multiple objectives.

This study focuses on the application of the CS algorithm to the WDS design problems in the single-objective domain, and more importantly, attempts to improve its performance through the incorporation of the HS mechanism. The specific contributions of this study include: (i) the investigation of the CS's ability in finding single-objective optimal solutions for WDS design problems; (ii) the proposal of a hybrid CSHS algorithm; and (iii) the demonstration of the CSHS's utility in optimizing WDS design.

Since the proposed CSHS method involves the standard CS and HS algorithms, it is necessary to briefly outline the main mechanisms of both methods, as shown in the following sub-sections.

The cuckoo search algorithm

The CS algorithm is inspired by the brood parasitism of some cuckoo species by laying their eggs in the nests of other host birds (Yang & Deb 2009). In this algorithm, each egg in a nest represents a candidate solution, and a cuckoo egg indicates a new solution. The strategy is to use the new, and potentially better, solutions (cuckoos) to replace a not-so-good solution in the nests, following the three rules below (Yang & Deb 2009):

  • Rule 1 Each cuckoo lays one egg at a time, and dumps its egg in a randomly chosen nest, which corresponds to the initialization process of other algorithms such as GAs.

  • Rule 2 The best eggs (i.e., solutions) are contained in a fraction of the nests and will carry over to the next generation. This is equivalent to the elitism scheme used in the GAs so that the best solutions are passed on to the next generation.

  • Rule 3 The number of nests is fixed and a host bird can find an alien egg with a specified probability, pa ∈ (0,1). In this case, the host bird can either throw the egg away or abandon the nest so as to build a completely new nest in a new location.

The pseudo-code of the standard CS algorithm is given in Figure 1.
Figure 1

The pseudo-code for the standard CS (Yang & Deb 2009).

Figure 1

The pseudo-code for the standard CS (Yang & Deb 2009).

Close modal
An essential part of the CS algorithm is the use of random walk in both local and global search steps, as shown in Figure 1. In the global search step, the new solution at t + 1 iteration is generated randomly by Lévy flights as follows:
1
where L(t)i is a random walk based on the Lévy flights, rand(t)i is a random vector whose elements are normally distributed with zero mean and a unit standard deviation; Xglobal is the global best solution. The product ⊕ denotes element-wise multiplications (Hadamard product).
The Lévy flight (Pavlyukevich 2007) is a random walk that is characterized by a series of instantaneous jumps chosen from a probability density function with a power law tail (Walton et al. 2011). One of the most efficient and simple ways in applying Lévy flights is to use the so-called Mantegna algorithm (Mantegna 1994). According to the Mantegna algorithm, the i,d element of L in Equation (1) is performed using the following equation:
2
where D is the dimensionality of the search space, β is a parameter in the range of [1, 2] (here β is considered to be 1.5), ui,d and vi,d are random numbers drawn from normal distribution N (µ , σ2) with zero mean (µ = 0) and the standard deviations (σ) are calculated by:
3
where Γ is the standard Gamma function.
On the other hand, in the local search step, the pa fraction of the worst solutions (nests) are discovered and replaced by new ones; therefore, the positions of the new solutions are generated by random walk as follows:
4
where r1(t)i and r2(t)i are random vectors uniformly distributed in the range of (0,1), H(.) is the Heaviside step function whose values are zero for negative argument and one for positive argument, pa is the discovering probability, and Xj(t) and Xk(t) are two different solutions selected randomly by random permutation.

After producing the new solution, Xi(t+1), it will be evaluated and compared to the Xi(t). If the fitness of the new solution is better than the objective fitness of the previous solution, Xi(t+1) is accepted as a new basic solution; otherwise Xi(t) would be kept (Yang & Deb 2014).

The harmony search algorithm

The HS method, originated by Geem et al. (2001), is an optimization algorithm inspired by the working principles of musical harmony improvisation. Similar to other meta-heuristic approaches, HS is a random search technique. It does not require any prior domain knowledge such as gradient information of the objective function. However, unlike population-based approaches, it utilizes only a single search memory to evolve. Therefore, the HS method has the distinctive feature of algorithm simplicity (Geem 2010). The mainframe of the basic HS algorithm can be described as shown in Figure 2.
Figure 2

The pseudo-code of HS.

Figure 2

The pseudo-code of HS.

Close modal

The usage of the harmony memory (HM) as shown in Figure 2 is important because it ensures that good harmonies are considered as elements of new solution vectors. The initial HM consists of a certain number of randomly generated solutions for the optimization problem. For a D-dimension problem, the elements of HM can be represented as [xi,j] (i = 1,…, HMS; j = 1,…, D). The harmony memory size (HMS) is typically set to be between 10 and 100 (Geem 2009a). After generating an initial HM, each component of a new solution (HMn(t)) is obtained based on the harmony memory considering rate (HMCR). The HMCR is defined as the probability of selecting a component from HM members, and 1–HMCR is, therefore, the probability of random generation. If a new solution comes from HM, it can be further mutated according to the pitch adjusting rate (PAR). The PAR determines the probability of a candidate from HM for mutation. In Figure 2, bw is a bandwidth, controlling the local range of pitch adjustment, which should be related to the scales of the problem of interest. In most cases, we can use bw = O (L/10), where L is the characteristic scale of the problem of interest, while in some cases bw = O (L/100) can be more effective and avoid flying too far.

Finally, the new solution is evaluated and if it yields a better fitness than that of the worst member in the HM, it will be replaced instead of that one. Otherwise, it is eliminated. The generation of new solutions and memory consideration steps are alternatively performed until a termination criterion is satisfied.

The standard CS algorithm is one of the most successful optimization techniques (Yang & Deb 2014). However, it has two main drawbacks, especially in the case of complex multi-modal problems. The first weakness is the slow convergence rate of the algorithm (Walton et al. 2011). In other words, given enough computation, the standard CS will always find the optimum solution, but as the search relies entirely on random walks a fast convergence cannot be guaranteed (Yang & Deb 2010). The second weakness of the algorithm is that, in the standard CS, there is no information exchange between individuals and, essentially, the searches are performed independently (Walton et al. 2011; Long & Jiao 2014). In order to overcome these limitations, the proposed hybrid CSHS algorithm combines the optimization capabilities of HS and CS. There are various hybrid models of HS with other meta-heuristics in the literature (Alia & Mandava 2011). The proposed hybrid CSHS integrates some HS components within the standard CS. In order to increase the exploitation capability of the algorithm so as to avoid being trapped into local optima and speeding up the convergence, the CSHS algorithm uses the memory (HM) and pitch adjusting operation from HS algorithm which serves as a mutation operator in the new hybrid method.

The proposed hybrid algorithm is a double stage optimization technique which employs the CS algorithm in the first stage and the HS algorithm in the second one. The first stage utilizes two search capabilities of the standard CS: local search and global search, controlled by a switching/discovery probability of CS (pa). Also, its global search uses Lévy flights, rather than standard random walks. In the second stage, pitch adjustment is carried out by tuning the solution within a given bandwidth. A small random amount is added to or subtracted from an existing solution stored in HM. Essentially, pitch adjustment is a refinement process of local solutions. The use of a HM in CSHS allows the selection of the best solutions that may belong to different regions in the search space. Since the standard CS algorithm is memory-less, there is no information stored dynamically during the search, while the hybrid CSHS uses a memory that contains some information extracted online during the search. In other words, the history of the search stored in a memory can be used for generating new solution candidates. Therefore, incorporating the HM and PAR into the CSHS algorithm ensures that good local solutions are retained while the randomization makes the algorithm able to globally explore the search space more effectively. Such interactions between global search and local search components could be an important factor for the success of the CSHS algorithm over other algorithms because it guarantees a balanced combination of the exploration and exploitation. In the proposed hybrid method, exploration is represented in the form of randomization with a random component attached to a deterministic component in order to explore the search space effectively and efficiently (e.g., Equation (1)), while exploitation is the utilization of past solutions so as to select the potentially good solutions (Equation (2)) via elitism (Rule 2 in the CS) or use of memory (HM) or both.

After explaining the main elements of the proposed hybrid algorithm, the framework of CSHS is illustrated as follows. Without losing the attractive features of the original CS and HS, the CSHS begins with random generation of the initial population (or N host nests). Then, the vectors of the HM are generated. After finding the best solution/nest (Xglobal) in the first stage, it will be included in HM if its fitness is better than the fitness of the existing harmony vectors. In the second stage, a new harmony vector (solution) is created based on the HS strategy. After memory updating, the best harmony vector (HMbest) is determined. Then, HMbest vector substitutes the Xglobal only if it has better fitness. This procedure is repeated to update the current best solution of the population in every iteration. Figure 3 shows the outline of the proposed CSHS method.
Figure 3

The pseudo-code for the proposed CSHS algorithm.

Figure 3

The pseudo-code for the proposed CSHS algorithm.

Close modal

Problem formulation

In this article, the WDS design is formulated as a least-cost single objective optimization problem with a selection of pipe sizes as the decision variables, while the network layout and its connectivity, nodal demand, and minimum head requirements are imposed as design constraints.

Here, a design Φ is defined as a set of np decisions where np is the number of pipes to be sized, that is Φ = {D1, D2, …, Dnp} where Di is the selected diameter for pipe i. The optimization problem can be stated mathematically as follows:

Minimize:
5
Subject to:
6
where C(Φ) is the network cost; li is the pipe length; ci is the unit cost of pipe i; H(Φ) represents the performance constraints of the design solution Φ, with H(Φ) ≤ hmin showing that the design pressure head at each demand node is above (or equal to) its corresponding minimum allowable pressure head hmin; and D is a set of commercially available pipe diameters. The determination of H(Φ) is normally performed by a hydraulic simulation model.

Constraint handling

In order to handle the minimum nodal head constraints, a penalty approach is utilized. If the nodal head exceeds the allowable limit, the penalty is zero; otherwise the amount of penalty is obtained by dividing the violation of the allowable limit to the limit itself. By solving the nonlinear energy and mass balance equations for flows and heads in the network (determination of H(Φ)), the pressure of each node is obtained then these values are compared to the allowable limits to calculate the penalty functions as:
7
where Hj, Hjmin, and Δj are the pressure head, minimum required pressure head, and the amount of constraint violation at node j, respectively. Using this approach, the optimization process is extended to include the constraints by introducing the cost function as:
8
where Fcost is the penalized cost of the network, δ is the penalty exponent, and nn is the total number of nodes in the network.

The static penalty function method with constant δ has certain drawbacks, for example, trial-and-error process has to be performed to determine appropriate values for the penalty exponent. This repeated process is time-consuming and is even not allowed in some real-world applications. To cope with the above problems, in Equation (8), the dynamic penalty method is applied. Here, the exponent δ is selected so that it increases the penalties as the search progresses. The value of the penalty function exponent is important because it governs the rate of increase in the cost of infeasible designs, which directly affects the exploration of the CSHS. In the first iterations, if δ has a large value, the solutions tends to narrow the search space to designs that, while feasible, are more expensive than the optimal design and reduce the exploration of the solution space (Joines & Houck 1994). However, within the last iterations, if δ has a small value, the solutions have an undesirable tendency to converge to least-cost, but infeasible, designs that have a very small penalty. Setting a large value for δ in last iterations may help to prevent convergence to infeasible designs by increasing the applied penalty. Therefore, as the penalty increases it puts more and more selective pressure on the CSHS to find a feasible solution. Thus, in the first step of the search process, δ is set to 1.5 and ultimately increased to 2.5. (These two values were selected after a number of fine-tuning trials.)

A combined simulation–optimization model

Here the CSHS algorithm is coupled with the widely used water distribution network software, EPANET 2 (Rossman 2000). After analyzing a model by EPANET 2, the pressure of each node is obtained, then these values are compared to the allowable limits. EPANET programmer's toolkit was provided by the United States Environmental Protection Agency that is a dynamic link library of functions which allows developers to customize EPANET's computational engine for the user's specific needs. Here, the algorithms were implemented in MATLAB and optimization runs were carried out on a computer with an Intel Core i5 CPU, 2.53 GHz processor, and 3.00 GB RAM. A brief description of the steps in the proposed algorithms for pipe network optimization is given below:

  1. Generate N population of nests randomly in the solution space. Each of the N populations represents a possible combination of pipe indices.

  2. Compute the network cost C(Φ) for each of the N solutions after converting the randomly generated pipe indices to the pipe sizes available in the market.

  3. Update the input file of the simulator (only the diameters are changed).

  4. Perform hydraulic analysis of each network. EPANET 2 is used to analyze the network and check the pressure at some nodes which are required to meet certain nodal pressures.

  5. Compute violations (∑Δ), if the nodal head at any node is less than the required minimum.

  6. Calculate the total cost of the network (Fcost) using the network cost and the penalty found in steps 2 and 5, respectively.

  7. The total cost found in step 6 is used as the fitness value for each of the trial networks.

Parameter setting for CSHS

The important parameters of the proposed algorithm are α (scaling factor), pa (discovering probability of alien eggs/solutions), PAR (pitch adjusting rate), and HMCR which control the local search and global search behavior of the algorithm. Due to the importance of the first two parameters, an extensive sensitive analysis for α and pa is performed for the first case study (Hanoi problem) in the next section. The other parameters belong to the HS stage of the algorithm and will be determined in this sub-section.

In order to use the HS mechanism effectively, the CSHS algorithm adopts the parameters PAR and HMCR ∈ (0,1). If HMCR is too low, only a few elite solutions are selected, and the algorithm may converge too slowly. If this rate is extremely high, the solutions in the HM are mostly used, and other ones are not explored well, so that good regions may be missed. Furthermore, small PAR values can cause poor performance of the algorithm and a considerable increase in required iterations. However, large PAR values usually cause the improvement of best solutions in final generations when the algorithm converges to optimal solution vector. To solve this problem, inspired by the SGHS (a self-adaptive global best HS) algorithm (Pan et al. 2010), a self-adaptive strategy is presented in this section. Unlike the standard HS algorithm, this technique employs an adaptive parameter tuning method. By using this strategy HMCR and PAR become the configurable components of the CSHS and can be adjusted to alter the performance of the algorithm. Table 1 lists the parameters (that must be set before algorithm execution) required for major types of meta-heuristics including GA, PSO, ACO, HS, SA, and CSHS.

Table 1

Standard parameters for different meta-heuristics

AlgorithmParameters
GA Crossover probability 
Mutation probability 
PSO Cognition weight 
Social weight 
Inertia weight 
ACO Pheromone evaporation parameter 
Pheromone weighting parameter 
SA Annealing rate 
Initial temperature 
HS HM size 
Pitch adjustment rate 
HM considering rate 
CSHS Scaling factor 
Discovering probability of alien eggs 
AlgorithmParameters
GA Crossover probability 
Mutation probability 
PSO Cognition weight 
Social weight 
Inertia weight 
ACO Pheromone evaporation parameter 
Pheromone weighting parameter 
SA Annealing rate 
Initial temperature 
HS HM size 
Pitch adjustment rate 
HM considering rate 
CSHS Scaling factor 
Discovering probability of alien eggs 

In this method, the main assumption is that the HMCR (or PAR) value is normally distributed in the range of [0.8, 0.99] ([0.01, 0.5]) with mean HMCRm (PARm) and standard deviation of 0.01 (0.05) (Pan et al. 2010). Initially, HMCRm (PARm) is set at 0.85 (0.25) (Poursalehi et al. 2013); and then the algorithm starts with a HMCR (PAR) value generated according to the normal distribution. During the evolution process, the HMCR (PAR) value of a generated solution that has successfully replaced the worst member in the HM is recorded. After a specified number of generations (known as the learning period), HMCRm (PARm) are re-computed by averaging all the recorded good HMCR (PAR) values during this period. With the new mean and the given standard deviation of 0.01 (0.05), a new HMCR (PAR) value is produced and used in the subsequent iterations. The above procedure is repeated, and so an appropriate HMCR (PAR) value can be gradually learned to suit the specific problem within the specific phases of the search process. In this way, the difficulty of finding suitable values for these parameters is solved and a self-adaptation operator adjusts the HMCR and PAR values automatically. According to previous studies, the choice of the start points for HMCR and PAR does not affect the performance of the algorithm (Pan et al. 2010; Kulluk et al. 2011; Poursalehi et al. 2013).

In this section, four well-known benchmark networks are optimized using the present method. The final results are compared to the solutions of other advanced meta-heuristic methods to demonstrate the performance of the CSHS method. The first network (N1) is the Hanoi network, first proposed by Fujiwara & Khang (1990), which consists of 32 nodes, 34 pipes, and 3 loops. This network has no pumping station as it is fed by gravity from a reservoir with a 100 m fixed head. The minimum head requirement of the other nodes is 30 m and the Hazen–Williams coefficient for each new pipe is 130. The second design example (N2), first introduced by Cisty (2010), is the double Hanoi network. Since this network is derived from the basic Hanoi network, its optimal cost is known. All the parameters for the reservoir, nodes, and lines in the double Hanoi water distribution network are the same as in the original Hanoi network. The third test problem is the Balerma irrigation network (N3) which was presented for the first time by Reca & Martinez (2006). This network has a total of 443 demand nodes supplied by four source nodes. There are 454 pipes, arranged in eight loops. The minimum required pressure head is 20 m for each node. The last problem (N4) was taken from a town in the southeast of China which has 237 pipes, one reservoir, and 192 demand nodes. The head provided by the reservoir is 65 m. The minimum pressure requirement for each demand node is 18 m. This network was originally presented by Zheng et al. (2013b). Here, the optimization process is terminated after a fixed number of function evaluations, which is 60,000 for N1, 90,000 for N2, and 5,000,000 for N3 and N4 case studies.

Population size study

Figure 4 shows the results of the proposed CSHS method applied to three case studies with different population sizes (N) and harmony memory size (HMS). Several CSHS runs with different initial random numbers were performed for each case study to allow a reliable comparison.
Figure 4

Results of the CSHS with different population (N) and harmony memory (HMS) sizes.

Figure 4

Results of the CSHS with different population (N) and harmony memory (HMS) sizes.

Close modal

As demonstrated in Figure 4, in terms of the best and average cost solutions based on 10 runs with different starting random number seeds, the CSHS with a larger N and HMS performed better for each case study. However, the number of evaluations required to find optimal solutions with a larger N and HMS are increased remarkably. Considering both the solution quality and computational efficiency, the CSHS obtained good results when {N = 30, HMS = 15}, {N = 300, HMS = 150}, and {N = 200, HMS = 100} were selected for the N1, N3, and N4 case studies, respectively. The best parameters obtained for the Hanoi network was used for the double Hanoi problem. By comparing the numerical investigations (Figure 4) and the selected {N, HMS} for each case study, one approximate heuristic guideline for practical implementations can be for the CSHS algorithm applied to a WDS optimization problem.

Case study 1

The configuration of the water distribution network in Hanoi (N1) is shown in Figure 5. The cost of commercially available pipe sizes {12, 16, 20, 24, 30, 40, in inches} is {45.73, 70.40, 98.38, 129.30, 180.80, 278.30, in dollar/meter}. The combinations of such a 34 pipe network system results in 634 = 2.86 × 1026 possible designs. Details of this network and the system data are given in Fujiwara & Khang (1990).
Figure 5

Hanoi network (N1).

Figure 5

Hanoi network (N1).

Close modal

Table 2 reports the statistical results and the required number of evaluations to find the best cost by the present algorithm and some selected meta-heuristic algorithms from the literature. The proposed CSHS found the best feasible solution of $6.0811 × 106 after 31,800 function evaluations. As shown in Table 2, the best convergence speed belongs to MBA and IMBA algorithms with 22,450 and 16,400 function evaluations, respectively; however, the average and maximum costs obtained by these methods were higher than that produced by the CSHS. Comparison with other advanced and hybrid algorithms such as HD-DDS, PSO-DE, and NLP-DE demonstrates the effectiveness and efficiency of the proposed method in solving this problem.

Table 2

Performance comparison for the N1 case study

MethodBest cost ($106)Average cost ($106)Worst cost ($106)No. of evaluationsNo. of different runs
BB–BC (Tahershamsi et al. 20126.224 6.292 NA 26,000 NA 
SCE (Liong & Atiquzzaman 20046.220 N/A NA 25,402 10 
MMAS (Zecchin et al. 20066.134 6.394 6.635 35,433 20 
HD-DDS (Tolson et al. 20096.081 6.252 6.408 100,000 50 
SADE (Zheng et al. 2013a6.081 6.090 NA 60,532 50 
GHEST (Bolognesi et al. 20106.081 6.175 NA 50,134 60 
DE (Suribabu 20106.081 N/A NA 48,724 300 
PSO–DE (Sedki & Ouazar 20126.081 6.366 NA 40,200 10 
NLP–DE (Zheng et al. 20116.081 6.082 6.108 34,609 100 
MBA (Sadollah et al. 20146.081 6.150 6.275 22,450 10 
IMBA (Sadollah et al. 20146.081 6.145 6.187 16,400 10 
Standard CS 6.081 6.195 6.224 52,890 200 
CSHS 6.081 6.107 6.160 31,800 200 
MethodBest cost ($106)Average cost ($106)Worst cost ($106)No. of evaluationsNo. of different runs
BB–BC (Tahershamsi et al. 20126.224 6.292 NA 26,000 NA 
SCE (Liong & Atiquzzaman 20046.220 N/A NA 25,402 10 
MMAS (Zecchin et al. 20066.134 6.394 6.635 35,433 20 
HD-DDS (Tolson et al. 20096.081 6.252 6.408 100,000 50 
SADE (Zheng et al. 2013a6.081 6.090 NA 60,532 50 
GHEST (Bolognesi et al. 20106.081 6.175 NA 50,134 60 
DE (Suribabu 20106.081 N/A NA 48,724 300 
PSO–DE (Sedki & Ouazar 20126.081 6.366 NA 40,200 10 
NLP–DE (Zheng et al. 20116.081 6.082 6.108 34,609 100 
MBA (Sadollah et al. 20146.081 6.150 6.275 22,450 10 
IMBA (Sadollah et al. 20146.081 6.145 6.187 16,400 10 
Standard CS 6.081 6.195 6.224 52,890 200 
CSHS 6.081 6.107 6.160 31,800 200 

Using the CSHS model, the average and maximum cost obtained from 200 runs are $6.1075 × 106 and $6.1598 × 106, respectively; whereas in the standard CS model, the obtained maximum cost is $6.2237 × 106 with an average of $6.1953 × 106. A convergence comparison between the proposed CSHS and standard CS algorithms is illustrated in Figure 6. As clearly shown in this figure, the CSHS algorithm was able to converge faster than the standard CS algorithm in terms of finding the best solution as well as the best average cost. The better performance of the CSHS for this case study could be attributed to its greater ability to explore efficiently the search space with the aid of HS operators and thus enhancing the chances of finding the global optimum with fewer function evaluations.
Figure 6

Convergence properties of the CSHS and the standard CS for the N1 case study obtained from 200 runs.

Figure 6

Convergence properties of the CSHS and the standard CS for the N1 case study obtained from 200 runs.

Close modal
A sensitivity analysis is performed for the two important parameters (α and pa) of the CSHS algorithm. In order to avoid the possible randomness of the search process due to the use of different initial solutions, the Hanoi problem is solved 20 times for different parameter configurations. It is worth mentioning that each major type of meta-heuristic algorithm has a number of parameters that must be fine-tuned before algorithm execution for different problems. The best parameters can be different depending on the problem size and complexity; however, due to the large computational time the sensitivity analysis of the other networks has not been carried out and the best parameters' configuration obtained for the Hanoi network was used for the others. For the range of values of α = {0.01, 0.02, 0.04, 0.06. 0.08, 0.10} and pa = {0.15, 0.25, 0.35, 0.45, 0.50, 0.75}, the N1 case study is solved and the statistical results are shown in Figures 7 and 8. The sensitivity analysis was performed while fixing other parameters (N = 30, HMS = 15) and the maximum number of evaluations was set to 60,000.
Figure 7

Results from various scaling factor (α) and discovering probability (pa) values (statistics are based on 20 runs).

Figure 7

Results from various scaling factor (α) and discovering probability (pa) values (statistics are based on 20 runs).

Close modal
Figure 8

Average number of evaluations required to find final solutions.

Figure 8

Average number of evaluations required to find final solutions.

Close modal

In Equation (1), the scale of the random search is controlled by multiplying the generated Lévy flight by a scaling factor (α). Thus, a small α may slow down the convergence of CSHS because of the limitation in the exploration of only a small subspace of the whole search space. On the other hand, a large α may cause the solution to scatter around the optima as in a random search. From Figures 7 and 8, it can be concluded that while (in most cases) α= 0.06, it makes the algorithm more effective; otherwise, when α > 0.06, new solutions are created outside of the design domain and thus waste evaluations, and while α < 0.06, considerable increase in iterations are needed to find the optimum solution (Figure 8).

According to Equation (4), the local search is very intensive with about pa of the search time, while global search takes about 1–pa of the total search time. When pa = 0.25, about 75% of the total search time is spent on the global searching which allows the search space to be explored more efficiently on the global scale, and consequently the global optimality can be found with a higher probability (Figure 7). As a result, pa= 0.25 and α= 0.06 are suitable values for the CSHS algorithm.

Case study 2

For the double Hanoi network, all the properties for the reservoir, nodes, and pipes are the same as the original Hanoi network on both mirrored sub-networks with the addition of the first pipe (from the reservoir to node 2), which is shortened from 100 to 28.9 m. This change was made for the sake of obtaining the same head in node 2 (with a diameter of 40 in) as in the original Hanoi network. The total solution space is then equal to 667 = 1.37 × 1052. Network layout for this problem (N2) is shown in Figure 9. For double Hanoi network the reference optimal solution for different algorithms can be calculated as follows:
where CDH is the reference global optimum cost of the double Hanoi network; CH is the optimal cost of the Hanoi network; l1 is the length of the first pipe on the original network (100 m); and c1 is the unit price of diameter 40 in ($278.28) (Cisty 2010).
Figure 9

Double Hanoi network (N2) (Cisty 2010).

Figure 9

Double Hanoi network (N2) (Cisty 2010).

Close modal

For our solution described in the previous example ($6.081 × 106), the reference global optimum solution (CDH) of the double Hanoi network should be $12.114 × 106. The best results obtained by the CSHS, standard CS, BB–BC (Tahershamsi et al. 2012), GA (Cisty 2002), OptiDesigner (Cisty 2002), and HS (Geem et al. 2002) are summarized in Table 3. Using the optimum cost of the Hanoi network (CH), the reference global optimum solutions of the double Hanoi network can be calculated as $12.114 × 106 (for CS, GA, and HS), $12.182 × 106 (for OptiDesigner), and $12.400 × 106 (for BB–BC), respectively.

Table 3

Performance comparison for the N2 case study

MethodHanoi network cost ($)Double Hanoi network cost ($)Deviation from reference global optimum (%)
Standard CS 6.081 × 106 12,871,876 6.23 
OptiDesigner (Cisty 20026.115 × 106 12,795,541 5.04 
GA (Cisty 20026.081 × 106 12,600,624 4.01 
HS (Geem et al. 20026.081 × 106 12,404,680 2.39 
BB–BC (Tahershamsi et al. 20126.224 × 106 12,647,789 2.00 
CSHS 6.081 × 106 12,346,537 1.92 
MethodHanoi network cost ($)Double Hanoi network cost ($)Deviation from reference global optimum (%)
Standard CS 6.081 × 106 12,871,876 6.23 
OptiDesigner (Cisty 20026.115 × 106 12,795,541 5.04 
GA (Cisty 20026.081 × 106 12,600,624 4.01 
HS (Geem et al. 20026.081 × 106 12,404,680 2.39 
BB–BC (Tahershamsi et al. 20126.224 × 106 12,647,789 2.00 
CSHS 6.081 × 106 12,346,537 1.92 

The CSHS found the best feasible solution of $12.347 × 106 after 81,900 evaluations. Therefore, deviation from reference optimal solution for the CSHS algorithm is 1.92%. As can be seen from Table 3, comparison with other algorithms such as CS, GA, and HS reveals that the CSHS algorithm is better in term of closeness to the reference global minimum. In other words, the CSHS algorithm is less likely to be trapped by local optimal solutions.

Case study 3

Balerma is a water distribution network in the Sol-Poniente County in Almeria Province, Spain (Figure 10). There are 454 pipes to be designed using a set of 10 PVC pipes with diameters between 125 and 600 mm, and an absolute roughness coefficient of k = 0.0025 mm (Reca & Martinez 2006). In this case study the total enumeration number reaches the impressive amount of 10454. Also the Darcy–Weisbach equation has been adapted to calculate the head losses, using EPANET 2.
Figure 10

Balerma network (N3) (Reca & Martinez 2006).

Table 4 summarizes and compares statistical results and required number of evaluations for convergence of the proposed algorithm and other selected meta-heuristics. As shown in Table 4, the best solution found by the CSHS algorithm for the N3 case study was €1.988 × 106, which is 3.38% higher than the currently best known solution (€1.923 × 106) reported by Zheng et al. (2011) using an NLP–DE method, but lower than solutions obtained by GA, HS, and GHEST.

Table 4

Performance comparison for the N3 case study

MethodBest cost (€106)Average cost (€106)Worst cost ($106)No. of evaluationsNo. of different runs
GA (Reca & Martinez 20062.302 2.334 2.350 10 × 106 10 
HS (Geem 2009b2.018 NA NA 10 × 106 NA 
MBA (Sadollah et al. 20142.211 2.384 2.433 45,400 10 
IMBA (Sadollah et al. 20142.064 2.202 2.338 45,400 10 
GHEST (Bolognesi et al. 20102.002 2.055 NA 290,500 10 
HD–DDS (Tolson et al. 20091.941 NA NA 30 × 106 10 
SADE (Zheng et al. 2013a1.983 1.995 NA 1.3 × 106 10 
NLP–DEa (Zheng et al. 20111.923 1.927 1.934 2 × 106 10 
Standard CS 2.036 2.079 2.205 4.5 × 106 10 
CSHS 1.988 2.031 2.158 3 × 106 10 
MethodBest cost (€106)Average cost (€106)Worst cost ($106)No. of evaluationsNo. of different runs
GA (Reca & Martinez 20062.302 2.334 2.350 10 × 106 10 
HS (Geem 2009b2.018 NA NA 10 × 106 NA 
MBA (Sadollah et al. 20142.211 2.384 2.433 45,400 10 
IMBA (Sadollah et al. 20142.064 2.202 2.338 45,400 10 
GHEST (Bolognesi et al. 20102.002 2.055 NA 290,500 10 
HD–DDS (Tolson et al. 20091.941 NA NA 30 × 106 10 
SADE (Zheng et al. 2013a1.983 1.995 NA 1.3 × 106 10 
NLP–DEa (Zheng et al. 20111.923 1.927 1.934 2 × 106 10 
Standard CS 2.036 2.079 2.205 4.5 × 106 10 
CSHS 1.988 2.031 2.158 3 × 106 10 

aThe best known solution to the Balerma network.

The number of evaluations required for the CSHS algorithm to first reach the optimal solutions was 3 million, which is less than those required by GA and HS in Table 4. While the best convergence speed belongs to GHEST with 290,500 function evaluations, the fitness value obtained by this method was higher than that produced by the CSHS. Also the HD–DDS yielded the best solution requiring 30 million evaluations. In addition, the minimum feasible solution obtained by the standard CS model is €2.036 × 106 (spending 4.5 million evaluations) and an average is €2.079 × 106 which is 2.41 and 2.36% higher than the best solution and average cost of CSHS, respectively. A convergence comparison between the proposed CSHS and standard CS algorithms is illustrated in Figure 11.
Figure 11

Convergence properties of the CSHS and the standard CS for the N3 case study obtained from 10 runs.

Figure 11

Convergence properties of the CSHS and the standard CS for the N3 case study obtained from 10 runs.

Close modal
In order to guarantee equal conditions for comparison of the performance of different algorithms, an approach is to carry out the same number of evaluations of the fitness function. The maximum number of evaluations, Evalmax, should depend on the network complexity which is a function of the number of links np and the number of commercially available pipe diameters m. Baños et al. (2010) proposed the following equation to set the number of evaluations as:
9
If we set K = 1,000, np = 454, and m = 10, the resulting number of function evaluations is 454,000 for the N3 network (Baños et al. 2010). The efficiency of the CSHS in solving this large-scale and real-world design example is confirmed by Table 5.
Table 5

Performance comparison for the N3 case study with the same number of function evaluations

MethodCost (€106)Fixed no. of evaluations
GA (Baños et al. 20103.555 454,000 
SA (Baños et al. 20103.476 454,000 
MSATS (Reca et al. 20083.298 454,000 
PSHS (Geem 2009b2.633 454,000 
HS (Geem 2009b2.601 454,000 
GHEST (Bolognesi et al. 20102.178 454,000 
Standard CS 2.614 454,000 
CSHS 2.599 454,000 
MethodCost (€106)Fixed no. of evaluations
GA (Baños et al. 20103.555 454,000 
SA (Baños et al. 20103.476 454,000 
MSATS (Reca et al. 20083.298 454,000 
PSHS (Geem 2009b2.633 454,000 
HS (Geem 2009b2.601 454,000 
GHEST (Bolognesi et al. 20102.178 454,000 
Standard CS 2.614 454,000 
CSHS 2.599 454,000 

As shown in Table 5, the CSHS algorithm is superior to the original GA, SA, HS, and CS algorithms in terms of finding the best solution in the same computational overhead. Considering the solution quality, comparison with other hybrid algorithms such as PSHS and MSATS (mixed SA TS) demonstrates the effectiveness of the proposed method in solving this problem.

Case study 4

The configuration of the last case study (N4), taken from a town in the southeast of China, is shown in Figure 12. A total of 14 pipes ranging from 150 to 1,000 mm are used for this network and the Hazen–Williams coefficient for each pipe is 130 and the total solution space is equal to 14237 = 4.29 × 10271. The commercially available pipe sizes and their unit cost were provided by Kadu et al. (2008). This case study was first investigated by Zheng et al. (2013b). They developed a novel decomposition-based approach (DBA) using graph theory in which the DE algorithm is employed for optimization process as a meta-heuristic algorithm. Also, they applied the standard DE and GA algorithms with tuned parameters to this case study without network decomposition.
Figure 12

The original network of N4 case study (Zheng et al. 2013b).

Figure 12

The original network of N4 case study (Zheng et al. 2013b).

Close modal

The statistics of the results for the last case study are given in Table 6. These include the best and average cost of solutions, and the number of evaluations required to find the best cost solution. For comparison, Table 6 also lists the results of other optimization techniques that have previously been used to optimize this case study including GA, DE, and DBA.

Table 6

Performance comparison for the N4 case study

MethodBest cost ($106)Average cost ($106)No. of evaluationsNo. of different runs
GAa 11.85 11.92 4,654,000 10 
DEa 11.45 11.52 4,730,200 10 
DBAa 11.37 11.38 3,215,685 10 
Standard CS 12.46 12.54 4,000,000 10 
CSHS 11.77 11.80 3,000,000 10 
MethodBest cost ($106)Average cost ($106)No. of evaluationsNo. of different runs
GAa 11.85 11.92 4,654,000 10 
DEa 11.45 11.52 4,730,200 10 
DBAa 11.37 11.38 3,215,685 10 
Standard CS 12.46 12.54 4,000,000 10 
CSHS 11.77 11.80 3,000,000 10 

It is seen from Table 6 that the proposed CSHS gives a best design cost of $11.766 × 106 which is 5.86% lower than the best design cost obtained by the standard CS. Furthermore, the number of evaluations performed using the CSHS algorithm is only 3 million which is less than those of the GA (i.e., 4,546,000), SDE (i.e., 4,730,200), DBA (i.e., 3,215,685), and standard CS (i.e., 4,000,000) algorithms. In addition, the average cost solution generated by the proposed method is $11.80 million, which is 2.37 and 3.56% higher than the average cost solution of the DE and DBA while 1.02 and 6.27% lower than the average cost solutions of the GA and standard CS, respectively. Thus, for this problem the best cost optimized by CSHS is consistent with the literature but the average cost is slightly high.

In this paper, the use and efficiency of the CS algorithm are investigated in the context of WDSs optimization. It is found that a standard CS algorithm is sometimes unable to produce acceptable solutions to WDS optimization problems. To improve the performance of the standard CS, a new hybrid algorithm, namely CSHS, based on the combined concepts of the CS and HS, is proposed to solve design problems of WDSs. The detailed implementation procedure of this hybrid meta-heuristic is also presented. By incorporating HS concept into standard CS, it is intended to enhance the efficiency and global convergence behavior of the standard CS.

For the CSHS algorithm, the improvements include utilizing the memory (HM) that contains information extracted online during a search and the addition of the pitch adjusting operation of HS during evolution process. Here, the HS strategy is used for fine tuning of the best solution obtained by a standard CS algorithm. In fact, the HM vectors become the CS population and then the evolving process is performed as the usual CS procedure. Obviously, the HM is a pool of the elite solutions and plays a key role in the algorithm. Another improvement is applying a self-adaptive strategy for the dynamically adaption of the control parameters (i.e., HMCR and PAR) using a learning mechanism. These unique features work in a combined framework and can ensure the efficiency of the proposed algorithm. Also, a sensitivity analysis is performed for the CSHS algorithm parameters where the population size, scaling factor (α), and discovering probability of alien eggs (pa) are concerned.

The performance of the CSHS is demonstrated using four well-known WDS case studies and the results are compared to that of standard CS and previously applied optimization methods. For almost all case studies, CSHS is shown to outperform standard CS both in terms of the ability to find the minimum solution and computational efficiency.

The current best-known solution for the N1 case study is $6.081 × 106 which was found using the GENOME by Reca & Martinez (2006). This solution has also been found by the proposed CSHS method. As can be observed from the results of the N1 case study (Table 2), CS and CSHS exhibit similar performance in terms of finding the best-known solution, while CSHS was found to show better performance in terms of computational efficiency in comparison with other standard and hybrid algorithms (e.g., DE, GHEST, NLP–DE, and PSO–DE). It should be noted that the best convergence speed belongs to MBA and IMBA algorithms (Sadollah et al. 2014); however, the average and worst costs obtained by these algorithms were slightly higher than that obtained by the proposed CSHS. Moreover, in order to determine the ability of finding solutions close to the global minimum, the proposed hybrid method has been tested on the N2 case study. As can be seen from Table 3, deviation of the CSHS from global optimal solution is 1.92% while it is 6.23% for the original CS which indicates the greater ability of the CSHS to effectively explore the search space by incorporating the HS operators. Finally, the CSHS performance can be valuable in the large-scale optimization problems as evidenced by results on the optimization of the last two real-world and complex WDSs (N3 and N4 case studies), where the new algorithm is clearly competitive with the other advanced optimization methods. Our results (Table 5) confirm that in solving the N3 benchmark problem, with a similar computational budget, CSHS performs better than almost all algorithms and for the N4 benchmark problem the best cost obtained by CSHS is consistent with the literature but the average cost is slightly high (Table 6). One of the main challenges that exists in the use of meta-heuristics is that these algorithms are not adequately tested and no solid conclusions can be drawn on their searching behavior. Therefore, the proposed hybrid method would need to be further examined in order to determine its behavioral characteristics, including (1) the effectiveness of the search in finding optimal or near-optimal solutions, (2) convergence properties, and (3) the amount of the search effort spent in the feasible and infeasible regions of the solution space.

The first author gratefully acknowledges the facilities provided by the Global Institute for Water Security (GIWS), University of Saskatchewan, to carry out this research project.

Alia
O. M.
Mandava
R.
2011
The variants of the harmony search algorithm: an overview
.
Artif. Intell. Rev.
36
,
49
68
.
Baños
R.
Gil
C.
Reca
J.
Montoya
F. G.
2010
A memetic algorithm applied to the design of water distribution networks
.
Appl. Soft Comput.
10
,
261
266
.
Bi
W.
Dandy
G. C.
2014
Optimization of water distribution systems using online retrained metamodels
.
J. Water Resour. Plann. Manage.
140
(
11
),
04014032
,
10.1061/(ASCE)WR.1943–5452.0000419
.
Broad
D. R.
Dandy
G. C.
Maier
H. R.
2005
Water distribution system optimization using metamodels
.
J. Water Resour. Plann. Manage.
131
,
172
180
.
Cisty
M.
2002
Rehabilitation of irrigation pressurised pipe systems using optimisation techniques
.
J. Land Water Dev. Polish Acad. Sci.
6
(
6
),
117
128
.
Cunha
M.
Ribeiro
L.
2004
Tabu search algorithms for water network optimization
.
Eur. J. Oper. Res.
157
,
746
758
.
Cunha
M.
Sousa
J.
1999
Water distribution network design optimization: simulated annealing approach
.
J. Water Resour. Plann. Manage.
125
(
4
),
215
221
.
Farmani
R.
Walters
G.
Savic
D.
2006
Evolutionary multi-objective optimization of the design and operation of water distribution network: total cost vs. reliability vs. water quality
.
J. Hydroinform.
8
(
3
),
165
179
.
Geem
Z. W.
2009a
Music-Inspired Harmony Search Algorithm
.
Springer-Verlag
,
Berlin, Heidelberg
.
Geem
Z. W.
2010
Recent Advances in Harmony Search Algorithm
.
Springer-Verlag
,
Berlin, Heidelberg
.
Geem
Z. W.
Kim
J. H.
Loganathan
G. V.
2001
A new heuristic optimization algorithm: harmony search
.
Simulation
76
(
2
),
60
68
.
Geem
Z. W.
Kim
J. H.
Loganathan
G. V.
2002
Harmony search optimization: application to pipe network design
.
Int. J. Modell. Simul.
22
(
2
),
125
133
.
Joines
J. A.
Houck
C. R.
1994
On the use of non-stationary penalty functions to solve nonlinear constrained optimization problems with GAs
. In:
Proceedings of the First IEEE Conference on Evolutionary Computation
,
27–29 June
,
Orlando, FL
, pp.
579
584
.
Kadu
M. S.
Rajesh
G.
Bhave
P. R.
2008
Optimal design of water networks using a modified genetic algorithm with reduction in the search space
.
J. Water Resour. Plann. Manage.
134
(
2
),
147
160
.
Keedwell
E.
Khu
S. T.
2005
A hybrid genetic algorithm for the design of water distribution networks
.
Eng. Appl. Artif. Intell.
18
,
461
472
.
Kulluk
S.
Ozbakir
L.
Baykasoglu
A.
2011
Self-adaptive global best harmony search algorithm for training neural networks
.
Proc. Comput. Sci.
3
,
282
286
.
Liong
S. Y.
Atiquzzaman
M. D.
2004
Optimal design of water distribution network using shuffled complex evolution
.
J. Inst. Engrs Singapore
44
(
1
),
93
107
.
Long
W.
Jiao
J.
2014
Hybrid cuckoo search algorithm based on powell search for constrained engineering design optimization
.
WSEAS Trans. Math.
13
,
431
440
.
Maier
H. R.
Simpson
A. R.
Zecchin
A. C.
Foong
W. F.
Phang
K. Y.
Seah
H. Y.
Tan
C.
2003
Ant colony optimization for the design of water distribution systems
.
J. Water Resour. Plann. Manage.
129
(
3
),
200
209
.
Maier
H. R.
Kapelan
Z.
Kasprzyk
J.
Kollat
J.
Matott
L. S.
Cunha
M. C.
Dandy
G. C.
Gibbs
M. C.
Keedwell
E.
Marchi
A.
Ostfeld
A.
Savic
D.
Solomatine
D. P.
Vrugt
J. A.
Zecchin
A. C.
Minsker
B. S.
Barbour
E. J.
Kuczera
G.
Pasha
F.
2014
Evolutionary algorithms and other metaheuristics in water resources: current status, research challenges and future directions
.
Environ. Modell. Softw.
62
,
271
299
.
McClymont
K.
Keedwell
E.
Savic
D.
Randall-Smith
M.
2013
A general multi-objective hyper-heuristic for water distribution network design with discolouration risk
.
J. Hydroinform.
15
(
3
),
700
716
.
Pan
Q.
Suganthan
P. N.
Tasgetiren
M. F.
Liang
J. J.
2010
A self-adaptive global best harmony search algorithm for continuous optimization problems
.
Appl. Math. Comput.
216
,
830
848
.
Pavlyukevich
I.
2007
Lévy flights, non-local search and simulated annealing
.
J. Comput. Phys.
226
,
1830
1844
.
Poursalehi
N.
Zolfaghari
A.
Minuchehr
A.
Valavi
K.
2013
Self-adaptive global best harmony search algorithm applied to reactor core fuel management optimization
.
Ann. Nuclear Energ.
62
,
86
102
.
Rossman
L. A.
2000
EPANET 2 Users Manual
.
US Environmental Protection Agency
,
Cincinnati, OH
.
Sadollah
A.
Yoo
D. G.
Kim
J. H.
2014
Improved mine blast algorithm for optimal cost design of water distribution systems
.
Eng. Optimiz.
47
,
1
17
.
Savic
D. A.
Walters
G. A.
1997
Genetic algorithms for least-cost design of water distribution networks
.
J. Water Resour. Plann. Manage.
123
,
67
77
.
Sheikholeslami
R.
Kaveh
A.
Tahershamsi
A.
Talatahari
S.
2014
Application of charged system search algorithm to water distribution networks optimization
.
Int. J. Optimiz. Civil Eng.
4
(
1
),
41
58
.
Simpson
A. R.
Dandy
G. C.
Murphy
L. J.
1994
Genetic algorithms compared to other techniques for pipe optimization
.
J. Water Resour. Plann. Manage.
120
(
4
),
423
443
.
Suribabu
C. R.
Neelakantan
T. R.
2006
Design of water distribution networks using particle swarm optimization
.
Urban Water J.
3
(
2
),
111
120
.
Tahershamsi
A.
Kaveh
A.
Sheikholeslami
R.
Talatahari
S.
2012
Big bang-big crunch algorithm for least-cost design of water distribution systems
.
Int. J. Optimiz. Civil Eng.
2
(
1
),
71
80
.
Tolson
B. A.
Asadzadeh
M.
Maier
H. R.
Zecchin
A. C.
2009
Hybrid discrete dynamically dimensioned search (HD-DDS) algorithm for water distribution system design optimization
.
Water Resour. Res.
45
,
W12416
,
10.1029/2008WR007673
.
Vasan
A.
Simonovic
S. P.
2010
Optimization of water distribution network design using differential evolution
.
J. Water Resour. Plann. Manage.
136
(
2
),
279
287
.
Walton
S.
Hassan
O.
Morgan
K.
Brown
M. R.
2011
Modified cuckoo search: a new gradient free optimization algorithm
.
Chaos Solitons Fractals
44
(
9
),
710
718
.
Wang
Q.
Liu
S.
Wang
H.
Savić
D. A.
2012
Multi-objective cuckoo search for the optimal design of water distribution systems
. In:
Proceedings of the International Conference on Civil Engineering and Urban Planning
,
Yantai
,
China
, pp.
402
405
.
Yang
X. S.
Deb
S.
2009
Cuckoo search via Lévy flights
. In:
Proceedings of the World Congress on Nature and Biologically Inspired Computing
,
Coimbatore
,
India
, pp.
210
214
.
Yang
X. S.
Deb
S.
2010
Engineering optimisation by cuckoo search
.
Int. J. Math. Modell. Numer. Optim.
1
,
330
343
.
Yang
X. S.
Deb
S.
2014
Cuckoo search: recent advance and applications
.
Neural Comput. Appl.
24
(
1
),
169
174
.
Zecchin
A. C.
Simpson
A. R.
Maier
H. R.
2006
Application of two ant colony optimization algorithms to water distribution system optimization
.
J. Math. Comput. Modell.
44
,
451
668
.
Zheng
F.
Simpson
A. R.
Zecchin
A. C.
2011
A combined NLP differential evolution algorithm approach for the optimization of looped water distribution systems
.
Water Resour. Res.
47
(
8
),
W08531
,
10.1029/2011wr010394
.
Zheng
F.
Zecchin
A. C.
Simpson
A. R.
2013a
Self-adaptive differential evolution algorithm applied to water distribution system optimization
.
J. Comput. Civil Eng.
27
(
2
),
148
158
.
Zheng
F.
Simpson
A. R.
Zecchin
A. C.
Deuerlein
J. W.
2013b
A graph decomposition-based approach for water distribution network optimization
.
Water Resour. Res.
49
,
2093
2109
.