Next Article in Journal
Heavy Metal Contamination in the Surface Layer of Bottom Sediments in a Flow-Through Lake: A Case Study of Lake Symsar in Northern Poland
Next Article in Special Issue
ResilSIM—A Decision Support Tool for Estimating Resilience of Urban Systems
Previous Article in Journal
Using Dual Isotopes and a Bayesian Isotope Mixing Model to Evaluate Nitrate Sources of Surface Water in a Drinking Water Source Watershed, East China
Previous Article in Special Issue
Optimization of Upstream Detention Reservoir Facilities for Downstream Flood Mitigation in Urban Areas
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Iterated Local Search Algorithm for Multi-Period Water Distribution Network Design Optimization

by
Annelies De Corte
* and
Kenneth Sörensen
ANT/OR Operations Research Group, University of Antwerp, Prinsstraat 13, 2000 Antwerp, Belgium
*
Author to whom correspondence should be addressed.
Water 2016, 8(8), 359; https://doi.org/10.3390/w8080359
Submission received: 2 June 2016 / Revised: 20 July 2016 / Accepted: 10 August 2016 / Published: 20 August 2016
(This article belongs to the Special Issue Hydroinformatics and Urban Water Systems)

Abstract

:
Water distribution networks consist of different components, such as reservoirs and pipes, and exist to provide users (households, agriculture, industry) with high-quality water at adequate pressure and flow. Water distribution network design optimization aims to find optimal diameters for every pipe, chosen from a limited set of commercially available diameters. This combinatorial optimization problem has received a lot of attention over the past forty years. In this paper, the well-studied single-period problem is extended to a multi-period setting in which time varying demand patterns occur. Moreover, an additional constraint—which sets a maximum water velocity—is imposed. A metaheuristic technique called iterated local search is applied to tackle this challenging optimization problem. A full-factorial experiment is conducted to validate the added value of the algorithm components and to configure optimal parameter settings. The algorithm is tested on a broad range of 150 different (freely available) test networks.

1. Introduction

1.1. Access to Drinking Water

A safe, adequate, and accessible supply of drinking water is one of the basic necessities of any human being. According to a study from the World Health Organization (WHO), improving access to safe potable water not only reduces the overall risk of disease, but can also be an effective part of poverty reduction strategies [1].
The most efficient and effective way to transport drinking water is through a network of pipelines. The first water distribution networks date back to the ancient Greeks, the first civilization to use underground pipes for water supply [2]. In 2010, water distribution networks seem omnipresent, but nonetheless, 11% of the world’s population does not have access to an improved drinking water source (i.e., a drinking water source that is protected from outside contamination), and only 54% of the world’s population has piped drinking water on premises [3].
A large majority of all water distribution networks are maintained by water distribution companies. These operate in a dynamic, evolving setting as a result of three main evolutions: changes in water usage: population growth in certain parts of the world, combined with increasing living standards (houses equipped with sanitary installations, washing and dish washing machines, etc.) leads to a rising water consumption. A trend in the opposite direction is the growing consciousness of the scarcity of natural resources, which leads to a more rational use of water. Intermittent water supply also poses a challenge, since this is not only inconvenient for end-users, but also affects water quality and leads to a higher probability of pipe breaks and leakages. Development of dual systems: around 80% of the water supplied to residences is used for activities other than human consumption, such as sanitary services and landscape irrigation. This urges source separation and dual systems that convey water of different levels of quality according to their end use: high quality water is delivered in smaller pipes for consumption, whereas the so-called “grey-water systems” transport recycled water for lower quality needs. The use of high-quality drinking water as firewater will decrease, which reduces the need for over-sized water distribution pipes [4]. Urban development and renewal: urban growth, increased attention for livability, and sustainable cities are some of the key drivers for urban (redevelopment), which also includes the (re)design of water distribution networks.

1.2. Decision Support Tools

The trends mentioned in the previous paragraph force water distribution companies to rethink their network configuration by modifying or expanding their current distribution systems. Construction or reorganization of these networks requires major investments. Hence, an efficient layout, design, and planning of water distribution networks is of crucial importance. Decision support systems are therefore potentially very useful in supporting water distribution companies in these decision making processes. This paper aims to develop a decision support system that supports network design decisions. These are decisions related to the optimal type of pipe connecting the supply, demand, and junction nodes in the distribution network. Such decisions are made when pipes need to be (re)placed or rehabilitated due to aging, changing demographic settings, network redesign, or network expansion.
Traditionally, such design decisions are made based on expert experience. When networks increase in size, however, it is doubtful that the applied rules of thumb will lead to optimal decisions. Hence, the use of decision support systems (DSS) could result in significant savings. Decision making in this area could benefit from the use of such a DSS in two ways. First, it may improve the efficiency with which a user makes a decision, since alternative feasible solutions are generated faster than using a manual process. Second, the effectiveness of the decision process may also be improved, as for problems with a huge solution space, algorithms generally find better solutions than human brainpower.

1.3. Water Distribution Network Design Optimization

As stated in the previous paragraph, the focus of this paper is finding optimal network designs. Figure 1 illustrates the water distribution network design optimization problem. A toy network that contains 60 demand nodes, 1 water supply reservoir and 83 water distribution pipes has to be designed. In the network design phase, network topology is assumed given, as can be seen in Figure 1a. The aim is to find the best suited diameter for every pipe in this network. Assume that there are 16 possible pipe diameters, ranging from 20 mm up to 1000 mm. Since all possible diameters can be selected for every pipe, 1683 possible configurations (or combinations of diameters) could be designed. Finding the lowest-cost design (or the optimal diameter size for every pipe) while respecting hydraulic laws and customer requirements is not straightforward—even for such a small network. The right side of the figure illustrates the optimized network, where diameters are assigned to every pipe. Thicker lines represent larger diameters in the figure.

1.4. State of the Art

Water distribution network design optimization has been an active research field for over four decades. A large majority of papers in this area focus on the single-period, single-objective, gravity-fed design optimization problem. Early work applies more traditional mathematical programming methods, such as linear programming (LP), originally applied by Alperovits and Shamir [5] and extended by Quindry et al. [6] and Kessler and Shamir [7]; or non-linear programming (NLP) in Shamir [8], El-Bahrawy and Smith [9], Fujiwara and Khang [10], and Duan et al. [11].
In the last three decades, considerable attention has been given to the development of (meta)heuristic algorithms to solve the water distribution network design optimization problem. These techniques use a hydraulic solver (usually EPANET 2.0 [12]) to solve the hydraulic equations externally, while the heuristic manipulates the selected pipe types. Local search metaheuristics operate on a single solution and try to improve this solution in small steps. Loganathan [13] and Cunha and Sousa [14] applied simulated annealing, and Cunha et al. [15] applied a tabu search. Constructive metaheuristics iteratively construct solutions, rather than improving complete solutions. Ant colony optimization, for example, is applied by Maeier et al. [16], and ant systems by Zecchin et al. [17]. However, population-based metaheuristics are the most popular in this field. These algorithms operate on a population of solutions and combine them into new solutions. Among this class of metaheuristics are genetic algorithms in Dandy et al. [18], Gupta et al. [19], and Bi et al. [20], scatter search in Lin et al. [21], and differential evolution in Vasan and Simonovic [22]. A more recent paper by Marchi et al. [23] does not develop a new method, but introduces a methodology to compare various evolutionary algorithms for water distribution network design. The authors show that algorithm performance depends on the problem characteristics and the number of function evaluations. Moreover, the importance of correct calibration is stressed. A more detailed overview of the state-of-the-art in this research area is given in De Corte and Sörensen [24].
Some research has already been dedicated to the extensions formulated in this paper. Farmani et al. [25], for example, also perform a multi-period optimization, but formulate the design problem as a multi-objective optimization problem. They define maximizing network reliability as a second objective next to cost minimization, and apply a multi-objective evolutionary algorithm to optimize the Anytown network. Gupta et al. [19] and Bragalli et al. [26] also apply a velocity constraint on the water flowing through the distribution pipes. The first apply a genetic algorithm on six (small) instances while the latter use mathematical programming on bigger, closer-to-reality instances.

1.5. Contributions

The contribution of this paper is twofold. A first contribution is that the well-studied single-period, pressure-constrained model is extended, and therefore, closer to reality. This work adjusts this model in two ways. The single-period setting is extended to a multi-period set-up, in which every demand node has a 24 h water demand pattern. Moreover, an additional constraint—which imposes a limit on the maximal velocity of water through the pipes—is introduced. These additions are formulated in Section 2.
A second contribution is related to algorithm composition, configuration, and testing. The developed algorithm is developed so that only components that show a significant added value are included in its final configuration. A clear and systematic test procedure is used to determine these components. Moreover, the algorithm contains some parameters that need to be configured. A full-factorial experiment is performed to determine the optimal level for each parameter. This allows solid conclusions to be drawn regarding the effects of algorithm configuration and parameter settings on solution quality and computing time. More details are given in Section 3.3. In terms of algorithm testing, the algorithm is tested on a broad set of challenging HydroGen test networks. HydroGen (De Corte and Sörensen [27]) is a tool to automatically generate water distribution test networks of varying size and characteristics. By using an extensive set of test networks, we are able to draw robust conclusions on the performance of the algorithm. Moreover, these HydroGen networks are free to use and available online, which should foster easy comparison of results. The experimental results are given in Section 4.

2. Model Formulation

A water supply system consists of a transmission and a distribution system. The focus in this paper is on the distribution network. Moreover, the considered networks are all gravity-fed, which means that the water is supplied by gravitational forces and no pumps are needed. Water quality considerations are not taken into account. This is in line with previous research in this area, where a majority of the work focuses on the well-defined single-period, single-objective, gravity-fed water distribution network optimization problem. As stated above, This research extends this problem in two ways: (1) by imposing an additional constraint (i.e., a maximal velocity of the water in the distribution pipes); and (2) by applying time-varying diurnal demand patterns. This problem will therefore be formulated as the single-objective, multi-period, gravity-fed water distribution network design (WDND) optimization problem with pressure and velocity constraints.

2.1. Mathematical Formulation

To formulate the water distribution network design problem as a mathematical model, the water distribution network is represented as a connected graph with a set of water demand or supply nodes N = { n 1 , n 2 , } and a set of water distribution pipes P = { p 1 , p 2 , } . The set of closed loops in this graph is denoted L = { l 1 , l 2 , } . The objective of this WDND optimization problem is to minimize the total investment cost ( T I C ) of the network design by selecting the optimal pipes from a set of available pipe types. The cost of an individual pipe depends on the type t that is chosen for this pipe from the list of commercially available types T = { t 1 , t 2 , } . A pipe’s type determines both its diameter and the material from which it is made, which in turn determine its hydraulic properties. If the cost per meter of a pipe p of type t is represented by I C t , and the length of pipe p is represented as L p , the objective function of the multi-period, gravity-fed water distribution network design optimization problem can be written as:
min T I C = p P t T L p I C t x p , t
where x p , t is the binary decision variable that determines whether pipe p is of type t ( x p , t = 1 ) or not ( x p , t = 0 ). Since the network layout is assumed to be given, L p is known. The investment cost I C t is also given for every commercially available pipe type. This objective function expresses the minimization of the total network cost.
The objective function is limited by physical mass and energy conservation laws, by minimum head requirements in the demand nodes, and by maximal water velocities in the pipes, for every time period τ T .
The mass conservation law must be satisfied for each node n N = { n 1 , n 2 , } in every time period τ T . This law states that the volume of water flowing into a node in the network per unit of time must be equal to the volume of water flowing out of this node. Let Q ( n 1 , n ) , τ represent the amount of water flowing from node n 1 to node n in time τ, and let W S n , τ be the external water supply and W D n , τ the external water demand of node n in period τ (all expressed in m 3 / s ); then, the following should hold:
n 1 N / n Q ( n 1 , n ) , τ n 2 N / n Q ( n , n 2 ) , τ = W D n , τ W S n , τ n N τ T
Furthermore, for each closed loop l L = { l 1 , l 2 , } , the energy conservation law must be satisfied for every time period τ. This law states that the sum of pressure drops in a closed loop is zero. Pressure drops (or head losses) in piping systems are mainly caused by wall shear in pipes. The energy conservation law can be stated as:
p l Δ H p , τ = 0 l L τ T
with Δ H p , τ representing the head loss in pipe p in time τ. Head losses in the pipes of the network are approximated using Hazen–Williams equations, with the parameters set to the values used by EPANET 2.0, the hydraulic solver used in this paper:
Δ H p , τ = 10.6668 y p , τ Q p , τ 1.852 L p t T ( x p , t C t 1.852 D t 4.871 )
Consequently, Equation (3) can be rewritten as:
p l 10.6668 y p , τ Q p , τ 1.852 L p t T ( x p , t C t 1.852 D t 4.871 ) = 0 l L τ T
In this equation, y p , τ is the sign of Q p , τ , which is the amount of water flowing through pipe p (in m 3 /s) in time τ. This sign incorporates changes in the water flow direction relative to the defined flow directions. L p is the pipe length (in m), C t is the Hazen–Williams roughness coefficient of pipe type t (unit-less), and D t is the diameter of pipe type t (in m). Parameters D t and C t are determined by the type of pipe and are assumed given for each available type. Note that y p , τ and Q p , τ represent alternative formulations of Q ( n 1 , n 2 ) , τ if pipe p connects n 1 and n 2 .
Minimum pressure head requirements exist for every (demand) node n N at every time period τ T . Let H n , τ be the pressure head in node n (in m) at time τ, and H n , τ m i n the minimum pressure head in node n (in m) for time τ. This constraint can be represented as:
H n , τ m i n H n , τ n N τ T
A maximal water velocity limit is present for every pipe p P . The velocity of the water flowing through pipe p in time period τ, v p , τ cannot exceed the imposed maximal velocity v p , τ m a x :
v p , τ v p , τ m a x p P τ T
with:
v p , τ = 1.27 Q p , τ t T ( x p , t D t 2 ) τ T
Q p , τ is the amount of water flowing through pipe p in time τ, x p , t the binary decision variable, and D t the diameter of pipe type t, which is given for each available pipe type.
Moreover, every pipe p should get exactly one type t assigned:
t T x p , t = 1 p P
From this mathematical formulation, it is clear that the WDND optimization problem is a mixed-integer, non-linear optimization problem, which puts this problem out of reach of exact linear or mixed-integer programming solvers like CPLEX or Gurobi. Moreover, this problem is a combinatorial optimization problem, since its decision variables (i.e., the type of each pipe) are discrete. The problem has also been proven to be NP-hard (nondeterministic polynomial time hard) by Yates [28].

2.2. Coping with the Extensions

2.2.1. Extension to Multi-Period Setting

The multi-period extension adds an extra layer of complexity to the WDND optimization problem, which is evident by the fact that all the flow-related variables receive an extra index for time period τ. An easy and intuitive solution to cope with this added complexity is to reduce the dynamic, multi-period setting to a static, single-period setting. Two different approaches to do so—maxPeriod and maxDemand—are compared below, and it is shown that such reductions are not possible.

maxPeriod

A first simplification strategy is to run a single-period model for the time period in which the total network demand is at its highest. This approach to reducing the multi-period problem to a single-period setting fails. The reason is that some areas will generally have a low water demand during the calculated maximal period, which will lead to small diameters for this area when optimizing the network using the single-period model. When this optimized network design is simulated in the multi-period setting, pressure constraints will be violated in these areas. When water demand increases in this area in other time periods, the small diameters will lead to high pressure drops, and consequently, a violation of the minimal pressure head constraint. This is illustrated in Figure 2. In (a), the network is optimized with the multi-period algorithm described in Section 3. During the multi-period simulation, no pressure deficits occur. In (b), the network is optimized according to the maxPeriod strategy. This will lead to a lower cost network, but during the multi-period simulation, some nodes will experience a pressure deficit. These nodes are visualized by the larger (red colored) demand nodes in (b).

maxDemand

An alternative approach would be to reduce the dynamic model to a single-period model in which water demand is maximal. For every node, the highest demand that is encountered during the multi-period timeframe is set as the actual demand in the static model. This approach will only be successful when there is only one demand pattern, which is far from realistic. Unavoidably, as soon as there is variation in the demand patterns, the designs based on this single-period setting will lead to over-sized (and therefore, more expensive) designs. As can be seen in Figure 2c, the design—based on the static maxDemand model—does not lead to any pressure violation in the dynamic setting. The design, however, is considerably more expensive than the design found by the multi-period model.

2.2.2. Constraint on Velocity in Pipes

The water velocity in a pipe is a function of (among other factors) the diameter of the pipe. Consequently, altering the diameter of a pipe leads to a change of the water velocity in the pipe. Hence, when a pipe diameter is altered, a velocity check has to be performed. (Un)fortunately, decreasing a single pipe’s diameter affects the entire network flow, and therefore, the velocity needs to be checked in every pipe of the network, not just the one whose diameter was changed. This is visible in Figure 2d. If the indicated (blue) pipe is decreased in diameter, velocity violations will occur in the pipes colored in red.

3. An Iterated Local Search Algorithm

In this section, the WDND optimization problem is tackled with a metaheuristic technique, called iterated local search. Iterated local search (ILS) is a straightforward, easy to implement, and easy to adjust heuristic optimization algorithm. These characteristics make it especially suitable as the underlying optimization engine in a decision support system, since decision makers are understandably less reluctant to use more transparent decision support tools. Despite its simplicity, ILS is broadly applied in different research fields and as the basis of many state-of-the-art algorithms for problems such as travelling salesperson problems, scheduling problems, graph partitioning problems, etc. [29].
ILS is a local search metaheuristic: it operates on a single solution and tries to improve this solution in small steps during the local search. Figure 3, for example, shows different candidate solutions or network configurations that could be created during the local search. These solutions are networks for which diameters are assigned to every pipe. These solutions can also be represented by a vector, where every element of the vector corresponds to the diameter that is selected for that pipe, as can be seen in Table 1. This table gives vector representations of the candidate solutions in Figure 3. Every solution corresponds to a total investment cost (TIC)—calculated via the objective function, Equation (1), and using the input data from Figure 4—and is either hydraulically feasible (satisfying all constraints mentioned in Section 2) or infeasible (violating one or more of the constraints). Candidate solution 2, for example, violates the minimum pressure constraint in node 7, and candidate solution 4 violates the maximum velocity constraint in pipes 2 and 4. Therefore, both solutions are labelled infeasible. ILS is an iterated local search, implying that it alternates the local search phase with a perturbation phase. During the local search phase, small improvements (or changes in diameters that lead to lower cost, feasible solutions) are made to the current solution (which is a potential network design) until a local optimum is reached, meaning that there is no more improvement possible. Next, a perturbation is performed. This perturbation temporarily makes the solution worse by randomly changing some pipe diameters, with the aim of leading to better solutions in the consecutive local search phase. A more detailed algorithm description is given in Section 3.2.
ILS can therefore be understood as a combination of intensification or exploitation by the use of the local search, and diversification or exploration by the perturbation.

3.1. Implementation

To enable a straightforward comparison with existing methods, all hydraulic equations are solved by EPANET 2.0, which is the hydraulic solver applied in most existing works. The ILS algorithm is implemented in C++. The interaction between the ILS algorithm and the EPANET simulation engine is established by the use of an extended EPANET toolkit, developed by M. López-Ibáñez [30,31]. As visualized in Figure 5, two different input files are needed. The first gives specifications on the available pipe types (diameter, cost, roughness coefficient) and specifies minimal head requirements for the demand nodes and maximal water velocity constraints for the pipes. The second file describes the network in EPANET input format, and contains the network topology and the characteristics of pipes and nodes. These two files serve as input for the ILS algorithm and the hydraulic solver.
Every time a candidate solution is generated by the algorithm, this information (which basically is a candidate network design) is sent to EPANET 2.0 and hydraulically simulated for every time period. This simulation yields hydraulic results, which are used by the algorithm to evaluate the problem constraints.
The final output will be an optimized network ( x p , t * ) with a corresponding cost T I C . This network is also outputted in GraphMl format, to enable easy visualization, since this benefits the process of solution delivery.

3.2. Detailed Algorithm Description

The developed ILS algorithm consists of six steps, which are explained in more detail below. Figure 6 depicts the corresponding flow chart.

Sort

In a preliminary step, the set of pipes is sorted. This sorting of the pipes determines the order in which the local search adjusts the pipe diameters and how the algorithm moves through the solution space. Two different sorts are tested. The first, lengthSort, is similar to the sorting that was applied in the single-period algorithm and sorts the set of pipes according to decreasing length. The second, costSort, sorts the pipes according to decreasing cost savings that could be made by decreasing the diameter of that pipe by one size. When the pipes are sorted according to this decreasing cost difference, re-sorting of the pipe list is necessary during the local search.

Initial Solution

In a next step, an initial feasible solution, s-init, is constructed. A solution is considered feasible if all hydraulic constraints are strictly satisfied. Two different mechanisms are tested. The first, highCost, starts with a solution where all diameters are set at the largest available diameter. If this combination of diameters generates a solution that is feasible in all time periods, all pipe diameters are decreased by one size. This procedure is repeated until an infeasible solution is encountered: diameters are increased again and this results in an initial solution in which all pipes have the lowest diameter that is possible without violating the imposed constraints. The second mechanism, lowCost, is expected to be slower, but generates initial solutions with a lower cost than those generated by method highCost. First, all pipes are set to the smallest possible diameter. This solution is almost always infeasible (if it is feasible, it is optimal). Therefore, a second step consists of increasing the pipe diameters by going through the set of pipes and trying to increase each pipe’s diameter by one size at a time and checking the hydraulic feasibility of this potential solution for every time period. Increasing the pipe diameter lowers (ceteris paribus) the head loss in that pipe, which could result in higher pressure heads at the nearby demand nodes. If this increase in diameter actually lowers the hydraulic deficit and does not violate the velocity constraint, it is applied. When there is no more deficit or velocity violation for the first time period, the procedure is repeated for the next time period. This procedure ends when a solution that is feasible in every time period is attained. This solution is set as the initial global best solution s-best. In the most extreme scenario, this solution will be one where all diameters are set to their maximal values.

Local Search

Next, a loop is performed until a stopping criterion is reached. The local search procedure is able to quickly improve the quality of the initially generated solutions by iteratively performing small changes—called moves—on the current solution. The move type that is applied in this local search (decrease) reduces the diameter of one pipe with one size at a time. Therefore, neighboring solutions have configurations in which all pipes but one have the same diameter as the current solution. Table 1 and Figure 3 visualize different (neighboring) solutions. Candidate solution 1 is visualized in Figure 1 and numerically visualized in Table 1. This solution can also be represented as a vector of pipe diameters: 150 , 150 , 80 , 80 , 100 , 60 , 60 , 80 . Hydraulic simulation shows that candidate solution 1 is hydraulically feasible. A decrease move is applied on pipe 3 of candidate solution 1, implying that the diameter of that pipe will be decreased from 80 to 60 mm. This new candidate solution 2 is a neighbour of candidate solution 1; its vector representation is: 150 , 150 , 80 , 80 , 100 , 60 , 60 , 80 . Simulation in EPANET 2.0 shows that candidate solution 2 does not violate any of the constraints. Therefore, this move leads to a feasible solution of lower total investment cost (the TIC decreased from 9621 € to 9140 €, as can be derived from Table 1). If we start from candidate solution 1 again and apply the decrease move on pipe 4, this diameter will decrease from 80 mm to 60 mm, leading to candidate solution 3. Hydraulic simulation of candidate solution 3 shows that this solution is infeasible, since it would violate the minimal pressure constraint in demand node 7, visualized in Figure 3. Another move could be the decrease of pipe 2 to a diameter of 100 mm. Hydraulic simulation shows that this leads to a violation of the maximal velocity constraint in pipes 2 and 4; candidate solution 4 is therefore also labeled as infeasible.
Deciding which pipe will be decreased in diameter depends on the applied pipe selection method. Two alternative pipe selection methods are tested. The first method, noGrasp, goes through the list of pipes successively. The other method, grasp, uses a greedy randomized adaptive search procedure to select which pipe should be changed in that current move. The larger the grasp size, the more random the pipe selection. When, for example, for a network of 200 pipes, the grasp size is set at 20%, a pipe will be uniformly randomly selected out of the first 40 pipes in the list. Note that a grasp size of 0% is equal to the noGrasp selection procedure. A first improving strategy is applied, meaning that as soon as a better (lower value for the objective function) feasible solution is encountered, s-current is replaced by this solution. A simple memory structure (memory) is introduced to speed up the algorithm. This list keeps track of all pipes that were changed unsuccessfully (i.e., violating the hydraulic constraints). It is prohibited to change these pipes’ diameters again during the current search. The memory list is erased after every local search.
In the multi-period setting, the hydraulic simulation is even more time consuming than in the single-period setting, since a simulation has to be performed for every time period. Therefore, results are evaluated after every time period for the velocity and the pressure constraints. As soon as infeasible situations are encountered, the simulation is stopped in order to avoid (superfluous) simulations for the next time periods.

Evaluation and Acceptance

After every local search, the current solution, s-current, which is the local optimum of that local search (or the lowest cost feasible solution that can be reached by applying the decrease move), is evaluated. If the global best solution, s-best, is of lower cost, the current solution is replaced by s-best. If the current solution is of lower cost than the global best solution, s-best, this global best solution is replaced by the current solution.

Perturbation

When a local optimum is reached, a perturbation move is used to jump out of this local optimum. The perturbation move is performed on the current solution, s-current, which is at that moment equal to the global best solution, s-best. The perturbation takes a certain percentage—the so-called perturbation rate—of randomly selected pipes, and increases the diameters of these pipes by one size. For every change in diameter, a hydraulic check is performed. When such a change violates the pressure and/or velocity constraints, it is reversed. This perturbed solution is therefore always hydraulically feasible and is the starting solution for the next local search. The optimal perturbation rate balances between two extremes: if too many pipes are changed, the procedure reduces to a random (feasible) restart—which is not necessarily bad. If too few pipes are changed, the algorithm is unable to escape from local optima.

Termination Criterion

The algorithm is stopped after a certain maximal number of iterations. The lowest cost solution encountered by the algorithm is s-best.
As stated above, it is important to validate whether all of the aforementioned mechanisms have an added value (meaning that they either lead to lower cost solutions, or else a decrease in algorithm running time). Some parameters can also take up different values or levels. Therefore, a full-factorial experiment is conducted to determine the best parameter settings. This experiment will lead to the optimal algorithm configuration, in terms of reaching low cost solutions and in terms of minimizing algorithm running time.

3.3. Optimal Algorithm Configuration

Two linear mixed-effects models are fitted to detect which factors or algorithm parameters significantly influence the algorithm’s performance in terms of achieving low cost solutions and in terms of running time. Table 2 displays the analyzed factors and their corresponding levels. This analysis is performed on a set of 75 different test networks of different size (expressed by the number of pipes) and characteristics (reflected by the meshedness coefficient). Since the perturbation contains a random component, the algorithm will find different solutions when it is executed multiple times on the same problem instance. Therefore, the algorithm is executed five times on each test instance and for each factor combination. The average cost or time over these five runs is taken as the response variable. As a consequence, both data sets will contain 36,000 data points (75 instances × 480 parameter combinations). The first model quantifies the relationship between the achieved solution cost and the different parameters, the second model explains how much of the variance in the running time is explained by the analyzed parameters.

3.3.1. Model on the Relative Cost

The relative cost model with main effects has a coefficient of determination (R-squared adjusted) equal to 0.79, meaning that about 79% of the variation in the response variable (in this case, the relative cost) is explained by the independent variables. Adding interaction effects does not have a large effect on the adjusted R-squared— it is only increased to 0.81.

3.3.2. Model on the Running Time

For the estimation of the model on the running time, it seems reasonable to include the network size as a factor, since it can be expected that the size of the network will influence the running time. Therefore, the number of pipes was added as a factor in the model on the running time. The meshedness coefficient of the network is also included as a factor, to check whether the meshedness influences the algorithm running times—for example, if a higher amount of loops results in longer hydraulic simulations. The running time model with main effects only has a coefficient of determination (adjusted R-squared) of 0.77. It is clear that adding interaction effects significantly increases the explanatory power: with main and interaction effects included, the factors are able to explain 97% of the variance in the algorithm running time.
Figure 7 and Figure 8 plot the values of the coefficients estimated for each factor in the main effects model on the cost and the running time, respectively. Figure 9 and Figure 10 plot the values of the coefficients estimated for the factor interactions. The lower parts of these figures show the mean plots and confidence intervals for the means for all parameters. These mean plots visualize the exact effect of each of the significant parameters.

3.3.3. Influence of the Different Factors

Initial Solution

The spread of the coefficients depicted in Figure 7 for the model on the relative cost is rather small for this factor. The mean plot in Figure 7b visualizes that the highCost strategy generates slightly better results in terms of solution quality. The numerical results also showed that, for most of the test instances, the lowCost procedure is not able to construct a feasible “low-cost” solution, and therefore all diameters are set at their maximal value. This implies that most initial solutions generated via the lowCost strategy will have a higher cost than those generated under highCost.
The manner in which the initial solution is constructed does not influence the algorithm running time, as can be derived from the very small spread of the coefficients in Figure 8. Constructing an initial solution according to the lowCost procedure takes some extra seconds compared to highCost, but these are negligible compared to the total algorithm running time.

Pipe Sort

Pre-testing showed that sorting the pipes according to decreasing length or according to decreasing cost difference generates much better results in terms of solution quality than randomly sorting the set of pipes. Therefore, this random sorting was not included in the full-factorial experiment, and only sorting according to decreasing length (lengthSort) or according to decreasing cost difference (costSort) were compared. The very low spread of the coefficients in Figure 7 and Figure 8 shows that there is not much difference between these two ways of sorting. This is logical, since both sorts are related: longer pipes—which will appear at the top of the lengthSort list—are more likely to induce higher cost differences, since this cost is a linear function of the pipe length. These longer pipes therefore also appear higher on the list sorted based on decreasing cost differences (costSort).
Despite the fact that sorting according to decreasing cost (costSort) requires a re-sorting of the list after every local search, there is no significant difference in running time of the two types of sorting, as is visible in Figure 8.

Local Search

The coefficients show that adding a memory structure influences both the solution quality and the algorithm running time. From the mean plots in Figure 7e and Figure 8c, it is clear that adding a memory structure to the local search is very beneficial: running times are decreased by 40% without significantly losing solution quality. This is also visualized in Figure 11: the number of calls to EPANET (which is the time-consuming part of the algorithm) is twice as high for the algorithm without memory, whereas the evolution of solution cost is not very different for the algorithm with or without memory structure. Figure 9b shows that the memory structure interacts with the perturbation rate: the algorithm with memory structure is more sensitive to variations in the perturbation rate.
Figure 7d displays that a grasp size of 10% leads to the lowest cost solutions. Figure 8 shows that the grasp size does not influence the algorithm running time, nor is there a difference in running time between the algorithm with grasp selection procedure and the algorithm without grasp.

Perturbation

From the spread of the coefficients in Figure 7 and Figure 8, it is clear that the perturbation rate influences both the solution quality and the algorithm running time. From the mean plot in Figure 7f, it is clear that a perturbation rate of 10% achieves the best results in terms of solution quality. This is explained by the fact that perturbations that are too small are not able to escape the local optima, and on the other hand, perturbation rates that are too high lead to a significant loss of information about the (potentially good) regions of the solution space. As can be seen in Figure 9c, when pipes are sorted according to decreasing length (lengthSort), the algorithm is more sensitive to (higher) perturbation rates. When pipes are (re)sorted according to decreasing cost difference, pipes that were perturbed—and thus increased in diameter—will appear relatively higher on the list: this increased diameter implies a higher cost difference that can be realized by decreasing this diameter again. Therefore, especially for higher perturbation rates, a large part of the perturbed pipes will be decreased first, which undoes part of the larger perturbation and moves the current solution back to good areas of the solution space. When pipes are sorted according to decreasing length, the local search moves differently through the solution space and it is less capable of fully exploiting the good areas when larger perturbation rates are used.
Figure 8d visualizes how the running time increases linearly as the perturbation rate increases. There are two reasons for this. Firstly, every change in diameter creates a new solution that has to be simulated hydraulically, since only feasible solutions are allowed as a result of the perturbation. As a consequence, changing more pipes—due to a higher perturbation rate—will take more time. Therefore, the perturbation phase itself will take longer for higher perturbation rates. This is clearly demonstrated in Figure 12a–c. These figures plot 26 iterations of the ILS algorithm executed on a toy network. At the end of every local search phase, a perturbation is performed. It is clear that the horizontal distance between the consecutive local searches is bigger for the perturbation rate of 40%, which implies that the related perturbations are more time consuming. A second reason for the longer running time is that a higher perturbation rate results in solutions that have more “potential” for improvement, which is depicted by the larger vertical distance between two consecutive local search phases. In Figure 12c, it is clear that the perturbation rate of 40% implies more moves that are executed per iteration, or more “new” current solutions that are generated per iteration.

Termination Criterion

The solution quality is strongly influenced by the maximal number of iterations. It is logical that the solution cost decreases as the number of iterations is increased. The mean plot of Figure 7a shows that the related slope flattens out when the number of iterations increases, which means that most of the improvement is made in the beginning. This is also clearly visible in Figure 13, where the logarithm of the solution cost is plotted as a function of the number of iterations. Even for the bigger networks, the algorithm stabilizes after a relatively small number of iterations, and most of the improvement in solution quality is made at the very beginning. The improvement that is made after a higher number of iterations is negligible compared to the improvement made in the beginning.
The running time increases linearly as a function of the maximal number of iterations, which is to be expected: every iteration follows the same procedure, and will therefore take an approximately equal amount of time. From Figure 10a, it is clear that the number of iterations interacts with the perturbation rate. Lower perturbation rates imply shorter running times. Therefore, the slope of the observations with low perturbation rates will be less steep than the slope of the observations with high perturbation rates. A similar conclusion can be drawn for the interaction between the maximal number of iterations and the network size (Figure 10b).

Network Size and Structure

It is clear that the number of pipes strongly influences the algorithm running time: larger networks will have longer running times. On the contrary, the meshedness of the network does not significantly influence the algorithm running time. This implies that more looped networks do not necessarily involve longer hydraulic simulation times.

4. Experimental Results

As mentioned above, other authors also tackled similar extensions. Farmani et al. [25] also use time varying demand patterns, but formulate the problem as a multi-objective optimization problem (in contrast to this single-objective formulation). Gupta et al. [19] and Bragalli et al. [26] also impose velocity constraints, but in a single-period setting. Therefore, comparison of results has no use. Since, to the authors’ knowledge, no multi-period, single-objective, pressure- and velocity-constrained test instances are available, it is impossible to compare our results to other findings.
Multiple authors (e.g., Maier et al. [32]) have stated that algorithms for WDND optimization should be tested on more, larger, and more challenging instances. Therefore, the ILS algorithm is run on a diverse set of HydroGen [27] test instances, available via [33]. These networks have varying size and characteristics, which enables more robust conclusions regarding the performance of the ILS algorithms to be drawn.
Since none of the previously developed algorithms for the WDND optimization problem are freely available, the results of our algorithm could not be compared to those of other algorithms. Moreover, a re-implementation of these algorithms comes with its own issues, especially the fact that the performance of the re-implemented algorithms might suffer from poor algorithm configuration and calibration. As stressed by Marchi et al. [23], a good calibration of all algorithms is essential in comparative analysis. All test networks, however, are freely available online, and we invite other researchers to test their algorithms on the networks, using their own calibration.
The input files are available via [33]. Information on the instances is given in Table 3.
A set of 16 different pipe types is used. The set of available pipe types and their corresponding costs can be found in Table 4.
A minimal pressure head of 20 m is required in every demand node at every time period, and a maximal velocity of 2 m · s 1 is set for the water flow through every pipe in the network, at every time period. Demand nodes are divided in five categories (domestic, industrial, energy, public services, and commercial demand nodes), each with a corresponding base load and demand pattern. The base loads can be found in the EPANET input files of the instances. Demand patterns are visualized in Figure 14.
The algorithm was configured with the initial solution constructed according to highCost, since this leads to lower cost solutions without negatively influencing the running time. Pipes were sorted according to decreasing length (lengthSort), since this yields slightly better results for a perturbation rate of 10%. The grasp size was set at 10%, again, because this leads to lower cost solutions without worsening the running time. The memory structure in the local search is activated to reduce running times, and the perturbation rate is set at 10% since this leads to good solutions in relatively short running times. The algorithm was executed 10 times per instance for a fixed number of calls to EPANET. The lowest cost solution found after a fixed number of function evaluations is recorded, and minimum, mean, and maximum costs over the 10 runs are calculated and reported. These results, together with the mean number of iterations and the standard deviations, can be found in the tables in Appendix A.
From these tables, it is clear that that more iterations are performed on the smaller instances for an equal amount of calls to EPANET. This is to be expected: larger instances imply larger neighborhoods, and therefore, more calls to EPANET (or function evaluations) are required per iteration. For instance, in HG-MP-30-1, only five iterations were finished after 100,000 function evaluations; whereas for HG-MP-1-1, 160 iterations were finished on average.
The minimum, mean, and maximum cost are monotonically decreasing, which is to be expected because the reported results are related to the lowest cost solutions found so far. For some instances, it might seem that these costs do not decrease any further as the number of function calls increases. When looking at the non-rounded results, however, it is clear that the solutions are still improving, but this improvement is very small and therefore non-noticeable from the rounded results.
Another thing to notice is that the percentage decrease of the minimal, mean, and maximal cost is smaller for smaller instances. This is due to the fact that for these smaller instances, more iterations were performed, the algorithm has converged more, and only small additional improvements will be made.
From these tables, it is also clear that it would be interesting to develop a multi-start version of the ILS algorithm. When looking at a small instance (e.g., HG-MP-2-5) it is clear that the minimum and the mean cost found after 100,000 function evaluations are considerably lower than the maximum cost found after 1,500,000 function evaluations. This implies that running the algorithm 15 times for 100,000 function evaluations will almost certainly lead to a lower cost solution than running the algorithm once for 1,500,000 iterations. For bigger instances (e.g., HG-MP-26-5), this conclusion cannot be drawn, at least not for the considered number of evaluations. If the bigger instances were run for a higher number of function evaluations, similar behavior could occur and the (potential) benefit of a multi-start algorithm could appear.
The last column reports the standard deviation of the mean, and gives information on how widely the values are dispersed from this mean. Standard deviations are higher for bigger instances, due to the differences in order of magnitude of the total network cost. Apart from some exceptions (i.e., all smaller instances that already converged), the standard deviation decreases as the number of function evaluations increases. This implies that the ten different runs converge as the algorithm runs longer.

5. Conclusions

The main contribution of this paper is an ILS algorithm that solves the multi-period, velocity-constrained WDND optimization problem quickly and effectively.
The problem is formulated in line with previous research in this area, and aims at finding the optimal pipe configuration out of a set of discrete pipe types, while satisfying hydraulic constraints and customer requirements. This formulation is extended in two ways: (1) an additional constraint—which imposes a maximal water velocity in the distribution pipes—is added, and (2) the problem is extended to a multi-period setting. A simple and easy-to-understand iterated local search algorithm is developed to tackle this mixed-integer, non-linear optimization problem. The developed approach combines a local search step with a perturbation step in order to create a balance between solution space exploitation and exploration, respectively. Only components that show an added value are included in the algorithm. A full-factorial experiment is conducted to test the added value of each of the algorithms’ components and to decide on optimal parameter settings. Furthermore, the algorithm is run on a broad set of realistic instances. These are available online and can be used as new benchmark instances and will foster further research in this area.
Other challenges and opportunities for further research remain. An interesting extension of this work would be to extend the gravity-fed formulation to networks that are fed by pumps. Another possible extension is to convert the single-objective formulation to a multi-objective one, where other objectives, such as water quality and network reliability, are also taken into consideration when optimizing network design.

Acknowledgments

This research is funded by the Research Foundation Flanders (FWO).

Author Contributions

Annelies De Corte and Kenneth Sörensen designed the algorithm. Annelies De Corte programmed the algorithm. Annelies De Corte performed the experiments. Annelies De Corte and Kenneth Sörensen analyzed the data. Annelies De Corte wrote the paper and Kenneth Sörensen provided general guidance and reviewed the paper.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Results of ILS on HydroGen Instances

Network# Function EvaluationsMean # IterationsMin CostMean CostMax CostStddev Cost
(in 106 EUR )(in 106 EUR )(in 106 EUR )(in 106 EUR )
HG-MP-1-1100,0001600.3810.3870.3950.004
HG-MP-1-1300,0005740.3800.3850.3910.003
HG-MP-1-1500,0009880.3800.3850.3910.003
HG-MP-1-11,000,00020260.3800.3850.3910.003
HG-MP-1-11,500,00030650.3800.3850.3910.003
HG-MP-1-2100,0001550.3480.3610.4140.019
HG-MP-1-2300,0005480.3470.3590.4130.020
HG-MP-1-2500,0009380.3470.3590.4130.020
HG-MP-1-21,000,00019040.3470.3590.4130.020
HG-MP-1-21,500,00028710.3460.3590.4130.020
HG-MP-1-3100,0001250.3370.3430.3500.003
HG-MP-1-3300,0004820.3350.3390.3420.002
HG-MP-1-3500,0008450.3340.3370.3400.002
HG-MP-1-31,000,00017690.3340.3360.3390.002
HG-MP-1-31,500,00026950.3340.3360.3390.002
HG-MP-1-4100,0001610.3400.3550.3820.011
HG-MP-1-4300,0005680.3380.3530.3720.011
HG-MP-1-4500,0009740.3380.3520.3660.009
HG-MP-1-41,000,00019970.3380.3520.3650.009
HG-MP-1-41,500,00030170.3380.3510.3650.009
HG-MP-1-5100,0001600.3030.3120.3180.004
HG-MP-1-5300,0005470.2980.3100.3180.006
HG-MP-1-5500,0009350.2980.3100.3180.006
HG-MP-1-51,000,00019020.2980.3090.3180.005
HG-MP-1-51,500,00028710.2980.3090.3180.005
HG-MP-2-1100,0001490.3190.3950.4410.036
HG-MP-2-1300,0005300.3180.3920.4370.036
HG-MP-2-1500,0009170.3180.3880.4310.034
HG-MP-2-11,000,00018810.3180.3870.4310.034
HG-MP-2-11,500,00028490.3180.3870.4310.034
HG-MP-2-2100,0001470.2890.2970.3080.006
HG-MP-2-2300,0005210.2890.2940.3050.005
HG-MP-2-2500,0008950.2890.2940.3050.005
HG-MP-2-21,000,00018350.2890.2940.3020.004
HG-MP-2-21,500,00027760.2890.2940.3020.004
HG-MP-2-3100,0001500.2480.2860.3130.022
HG-MP-2-3300,0005420.2450.2750.3130.025
HG-MP-2-3500,0009430.2450.2740.3130.025
HG-MP-2-31,000,00019530.2450.2740.3130.025
HG-MP-2-31,500,00029590.2450.2690.3130.023
HG-MP-2-4100,0001500.3700.3980.4410.024
HG-MP-2-4300,0005440.3690.3900.4370.023
HG-MP-2-4500,0009390.3620.3870.4350.023
HG-MP-2-41,000,00019300.3620.3860.4350.023
HG-MP-2-41,500,00029230.3620.3860.4350.023
HG-MP-2-5100,0001390.3490.3870.4440.043
HG-MP-2-5300,0004760.3060.3810.4440.048
HG-MP-2-5500,0008140.3060.3810.4440.048
HG-MP-2-51,000,00016550.3060.3790.4400.048
HG-MP-2-51,500,00024970.3050.3740.4380.052
HG-MP-3-1100,0001470.4490.4550.4650.005
HG-MP-3-1300,0005130.4460.4510.4590.004
HG-MP-3-1500,0008780.4450.4510.4590.004
HG-MP-3-11,000,00017930.4450.4510.4590.004
HG-MP-3-11,500,00027090.4450.4510.4590.004
HG-MP-3-2100,0001410.3210.3670.4310.049
HG-MP-3-2300,0005000.3180.3560.4310.048
HG-MP-3-2500,0008660.3180.3550.4310.048
HG-MP-3-21,000,00017850.3180.3550.4310.048
HG-MP-3-21,500,00027070.3180.3540.4310.048
HG-MP-3-3100,0001480.3990.4190.4380.013
HG-MP-3-3300,0005360.3980.4170.4370.013
HG-MP-3-3500,0009270.3980.4170.4370.013
HG-MP-3-31,000,00019010.3980.4160.4370.012
HG-MP-3-31,500,00028760.3980.4160.4370.012
HG-MP-3-4100,0001350.3430.3510.3570.004
HG-MP-3-4300,0004600.3430.3500.3550.003
HG-MP-3-4500,0007860.3430.3490.3550.004
HG-MP-3-41,000,00016050.3430.3490.3530.003
HG-MP-3-41,500,00024270.3430.3490.3530.003
HG-MP-3-5100,0001430.4540.5040.5550.034
HG-MP-3-5300,0005210.4420.4840.5550.041
HG-MP-3-5500,0009040.4420.4720.5550.035
HG-MP-3-51,000,00018650.4420.4710.5550.035
HG-MP-3-51,500,00028280.4420.4680.5550.033
HG-MP-4-1100,000470.8100.8550.9030.029
HG-MP-4-1300,0002490.7580.7880.8450.025
HG-MP-4-1500,0004610.7550.7810.8420.027
HG-MP-4-11,000,0009960.7500.7770.8410.027
HG-MP-4-11,500,00015330.7500.7750.8240.023
HG-MP-4-2100,000460.8130.8660.9560.037
HG-MP-4-2300,0002290.7730.8140.8540.024
HG-MP-4-2500,0004200.7700.8100.8490.024
HG-MP-4-21,000,0009010.7610.8090.8490.026
HG-MP-4-21,500,00013830.7610.8070.8430.025
HG-MP-4-3100,000450.7090.7360.7760.023
HG-MP-4-3300,0002380.6520.6970.7420.024
HG-MP-4-3500,0004430.6420.6900.7320.026
HG-MP-4-31,000,0009570.6410.6860.7300.025
HG-MP-4-31,500,00014730.6400.6830.7290.023
HG-MP-4-4100,000470.7810.8240.8870.033
HG-MP-4-4300,0002500.7290.7620.8010.024
HG-MP-4-4500,0004630.7250.7590.7960.024
HG-MP-4-41,000,0009980.7220.7550.7950.022
HG-MP-4-41,500,00015340.7220.7540.7950.023
HG-MP-4-5100,000470.6490.6770.7070.018
HG-MP-4-5300,0002500.6030.6390.6790.023
HG-MP-4-5500,0004560.5990.6310.6780.025
HG-MP-4-51,000,0009750.5980.6290.6740.025
HG-MP-4-51,500,00014940.5980.6260.6650.023
HG-MP-5-1100,000440.8670.9441.0020.039
HG-MP-5-1300,0002120.8600.9100.9360.028
HG-MP-5-1500,0003840.8590.9030.9350.027
HG-MP-5-11,000,0008140.8560.8990.9340.027
HG-MP-5-11,500,00012440.8540.8980.9340.027
HG-MP-5-2100,000450.6690.7380.8280.050
HG-MP-5-2300,0002340.6400.6770.7680.034
HG-MP-5-2500,0004320.6310.6710.7680.037
HG-MP-5-21,000,0009330.6310.6650.7650.037
HG-MP-5-21,500,00014320.6310.6650.7650.037
HG-MP-5-3100,000430.8760.9350.9940.032
HG-MP-5-3300,0002180.8260.8820.9170.030
HG-MP-5-3500,0003990.8250.8720.9050.030
HG-MP-5-31,000,0008540.8170.8610.9050.029
HG-MP-5-31,500,00013110.8170.8590.9040.030
HG-MP-5-4100,000470.6930.7310.7850.028
HG-MP-5-4300,0002390.6640.6850.7130.014
HG-MP-5-4500,0004390.6640.6800.7120.014
HG-MP-5-41,000,0009390.6640.6780.7010.011
HG-MP-5-41,500,00014400.6640.6780.7000.011
HG-MP-5-5100,000460.7050.7650.8420.044
HG-MP-5-5300,0002270.6780.7210.7670.031
HG-MP-5-5500,0004180.6750.7200.7670.031
HG-MP-5-51,000,0008970.6750.7180.7670.032
HG-MP-5-51,500,00013750.6750.7170.7670.032
HG-MP-6-1100,000440.6330.6680.7120.025
HG-MP-6-1300,0002250.6240.6410.6610.014
HG-MP-6-1500,0004130.6190.6360.6590.013
HG-MP-6-11,000,0008870.6180.6330.6580.012
HG-MP-6-11,500,00013620.6180.6320.6580.012
HG-MP-6-2100,000470.8360.8700.8960.023
HG-MP-6-2300,0002320.8090.8350.8590.018
HG-MP-6-2500,0004200.7910.8280.8570.020
HG-MP-6-21,000,0008940.7730.8150.8540.023
HG-MP-6-21,500,00013700.7710.8140.8530.023
HG-MP-6-3100,000470.9630.9871.0430.022
HG-MP-6-3300,0002290.9050.9360.9950.026
HG-MP-6-3500,0004200.8980.9230.9600.019
HG-MP-6-31,000,0009060.8940.9170.9560.018
HG-MP-6-31,500,00013930.8920.9150.9540.018
HG-MP-6-4100,000460.7540.7820.8550.027
HG-MP-6-4300,0002340.7190.7310.7940.021
HG-MP-6-4500,0004330.7110.7220.7730.017
HG-MP-6-41,000,0009350.7050.7130.7190.004
HG-MP-6-41,500,00014420.6990.7110.7180.005
HG-MP-6-5100,000470.7970.8300.9040.033
HG-MP-6-5300,0002230.7750.7920.8120.014
HG-MP-6-5500,0004020.7720.7890.8120.014
HG-MP-6-51,000,0008530.7720.7870.8110.014
HG-MP-6-51,500,00013070.7720.7840.8090.011
HG-MP-7-1100,000211.1891.3771.5570.126
HG-MP-7-1300,0001480.9031.0801.2960.116
HG-MP-7-1500,0002910.9011.0601.2910.120
HG-MP-7-11,000,0006510.8941.0331.2010.105
HG-MP-7-11,500,00010110.8931.0221.2000.106
HG-MP-7-2100,000221.0321.0771.1150.028
HG-MP-7-2300,0001410.8820.9641.0460.043
HG-MP-7-2500,0002710.8740.9521.0270.042
HG-MP-7-21,000,0006040.8720.9431.0150.042
HG-MP-7-21,500,0009400.8580.9381.0100.045
HG-MP-7-3100,000260.9380.9961.0820.040
HG-MP-7-3300,0001410.7740.8250.8900.037
HG-MP-7-3500,0002740.7650.8130.8780.031
HG-MP-7-31,000,0006110.7620.8070.8750.032
HG-MP-7-31,500,0009470.7620.8070.8730.031
HG-MP-7-4100,000231.0741.1671.2760.060
HG-MP-7-4300,0001580.9470.9811.0260.020
HG-MP-7-4500,0003050.9430.9751.0230.020
HG-MP-7-41,000,0006750.9270.9641.0140.022
HG-MP-7-41,500,00010450.9240.9621.0140.023
HG-MP-7-5100,000240.7740.8630.9760.053
HG-MP-7-5300,0001480.6560.7300.9270.074
HG-MP-7-5500,0002870.6540.7140.9040.072
HG-MP-7-51,000,0006490.6540.7090.8960.070
HG-MP-7-51,500,00010160.6530.6960.7790.042
HG-MP-8-1100,000220.9951.0751.1910.057
HG-MP-8-1300,0001370.8230.9060.9990.063
HG-MP-8-1500,0002640.8120.8920.9880.059
HG-MP-8-11,000,0005870.8100.8790.9790.054
HG-MP-8-11,500,0009140.8070.8750.9750.053
HG-MP-8-2100,000210.9421.0631.1350.057
HG-MP-8-2300,0001260.8830.9531.0240.045
HG-MP-8-2500,0002370.8480.9371.0090.052
HG-MP-8-21,000,0005210.8340.9190.9690.047
HG-MP-8-21,500,0008060.8330.9120.9580.043
HG-MP-8-3100,000230.9031.0131.1270.068
HG-MP-8-3300,0001440.8250.8880.9700.053
HG-MP-8-3500,0002750.8200.8820.9530.051
HG-MP-8-31,000,0006060.8190.8670.9470.046
HG-MP-8-31,500,0009430.8180.8660.9460.046
HG-MP-8-4100,000221.1501.2641.3440.062
HG-MP-8-4300,0001410.8911.0191.1800.081
HG-MP-8-4500,0002770.8790.9861.1590.076
HG-MP-8-41,000,0006210.8680.9741.1280.073
HG-MP-8-41,500,0009660.8660.9721.1230.073
HG-MP-8-5100,000241.2261.3601.4410.061
HG-MP-8-5300,0001430.9661.1211.2320.073
HG-MP-8-5500,0002760.9481.0911.1850.064
HG-MP-8-51,000,0006190.9381.0721.1600.074
HG-MP-8-51,500,0009620.9341.0551.1400.070
HG-MP-9-1100,000210.9381.0151.1070.052
HG-MP-9-1300,0001400.8670.8960.9210.019
HG-MP-9-1500,0002690.8650.8870.9120.017
HG-MP-9-11,000,0005970.8540.8790.8940.015
HG-MP-9-11,500,0009260.8540.8760.8910.013
HG-MP-9-2100,000261.0831.1411.2210.035
HG-MP-9-2300,0001420.8560.9111.0310.049
HG-MP-9-2500,0002720.8410.8891.0090.047
HG-MP-9-21,000,0006010.8370.8791.0040.047
HG-MP-9-21,500,0009300.8370.8771.0000.046
HG-MP-9-3100,000250.9971.0211.0730.023
HG-MP-9-3300,0001430.8780.9150.9710.026
HG-MP-9-3500,0002740.8560.8940.9670.029
HG-MP-9-31,000,0006070.8460.8870.9600.031
HG-MP-9-31,500,0009400.8410.8850.9570.031
HG-MP-9-4100,000240.8120.8670.9330.042
HG-MP-9-4300,0001340.7350.7630.7860.019
HG-MP-9-4500,0002540.7300.7520.7780.017
HG-MP-9-41,000,0005610.7270.7480.7740.017
HG-MP-9-41,500,0008710.7250.7460.7710.017
HG-MP-9-5100,000250.9791.0091.1060.034
HG-MP-9-5300,0001360.9090.9410.9840.018
HG-MP-9-5500,0002520.9070.9350.9650.015
HG-MP-9-51,000,0005480.9050.9190.9340.008
HG-MP-9-51,500,0008470.8990.9140.9320.009
HG-MP-10-1100,000161.1811.2601.3370.052
HG-MP-10-1300,000990.8010.8370.8930.030
HG-MP-10-1500,0002080.7790.8090.8560.023
HG-MP-10-11,000,0004930.7730.8000.8500.026
HG-MP-10-11,500,0007800.7720.7980.8470.025
HG-MP-10-2100,000171.0531.0901.1730.032
HG-MP-10-2300,0001000.8510.8930.9370.026
HG-MP-10-2500,0002070.8420.8810.9170.024
HG-MP-10-21,000,0004870.8300.8730.9050.025
HG-MP-10-21,500,0007730.8300.8710.9020.024
HG-MP-10-3100,000181.0831.1381.2230.042
HG-MP-10-3300,0001050.8400.8891.0140.052
HG-MP-10-3500,0002230.8010.8620.9780.050
HG-MP-10-31,000,0005270.7950.8510.9490.043
HG-MP-10-31,500,0008380.7930.8480.9390.041
HG-MP-10-4100,000160.9280.9851.0720.039
HG-MP-10-4300,000900.7410.8020.8610.043
HG-MP-10-4500,0001810.7290.7790.8380.036
HG-MP-10-41,000,0004280.7250.7700.8370.034
HG-MP-10-41,500,0006790.7240.7680.8350.034
HG-MP-10-5100,000181.1241.2361.3720.067
HG-MP-10-5300,000960.8620.9351.0080.041
HG-MP-10-5500,0002060.8590.8990.9570.031
HG-MP-10-51,000,0004960.8350.8870.9420.032
HG-MP-10-51,500,0007920.8340.8830.9260.029
HG-MP-11-1100,000141.1711.2491.4160.081
HG-MP-11-1300,0001000.9410.9901.0840.043
HG-MP-11-1500,0001980.9340.9731.0690.043
HG-MP-11-11,000,0004520.9160.9601.0490.040
HG-MP-11-11,500,0007110.9140.9581.0450.039
HG-MP-11-2100,000131.1471.2411.4310.075
HG-MP-11-2300,000960.9951.0631.1470.044
HG-MP-11-2500,0001900.9761.0351.1250.045
HG-MP-11-21,000,0004370.9551.0141.0880.044
HG-MP-11-21,500,0006880.9441.0051.0830.045
HG-MP-11-3100,000141.2571.3241.4040.040
HG-MP-11-3300,000890.9130.9911.0430.040
HG-MP-11-3500,0001740.8930.9531.0050.033
HG-MP-11-31,000,0003950.8740.9390.9990.033
HG-MP-11-31,500,0006200.8720.9350.9970.034
HG-MP-11-4100,000161.0381.1491.2730.081
HG-MP-11-4300,0001030.8870.9190.9660.022
HG-MP-11-4500,0002050.8750.9030.9410.018
HG-MP-11-41,000,0004650.8580.8900.9290.022
HG-MP-11-41,500,0007250.8560.8850.9220.018
HG-MP-11-5100,000151.0451.1551.2630.074
HG-MP-11-5300,0001030.9581.0181.1240.043
HG-MP-11-5500,0001980.9491.0101.1140.043
HG-MP-11-51,000,0004400.9491.0051.1040.041
HG-MP-11-51,500,0006850.9491.0031.0990.040
HG-MP-12-1100,000151.4141.4671.5590.046
HG-MP-12-1300,0001011.1121.1781.3350.070
HG-MP-12-1500,0001991.1091.1521.2610.050
HG-MP-12-11,000,0004501.0911.1391.2490.048
HG-MP-12-11,500,0007021.0781.1351.2430.049
HG-MP-12-2100,000151.3421.4251.5290.054
HG-MP-12-2300,000921.1421.1911.2570.029
HG-MP-12-2500,0001821.1271.1701.2340.029
HG-MP-12-21,000,0004141.1121.1461.2040.029
HG-MP-12-21,500,0006501.0881.1381.2010.032
HG-MP-12-3100,000171.1951.2471.2990.035
HG-MP-12-3300,000951.0711.1261.1690.035
HG-MP-12-3500,0001861.0571.1001.1460.032
HG-MP-12-31,000,0004211.0331.0811.1370.034
HG-MP-12-31,500,0006611.0261.0711.1330.035
HG-MP-12-4100,000131.1781.2821.3360.045
HG-MP-12-4300,000891.0371.0851.1360.036
HG-MP-12-4500,0001721.0231.0561.0980.024
HG-MP-12-41,000,0003881.0061.0351.0760.024
HG-MP-12-41,500,0006111.0021.0311.0710.024
HG-MP-12-5100,000141.1141.2491.3800.067
HG-MP-12-5300,0001080.9891.0151.0430.018
HG-MP-12-5500,0002130.9721.0061.0390.020
HG-MP-12-51,000,0004780.9660.9951.0190.017
HG-MP-12-51,500,0007450.9200.9881.0180.027
HG-MP-13-1100,000111.9872.2352.5830.169
HG-MP-13-1300,000611.3711.4571.5370.059
HG-MP-13-1500,0001291.2631.3491.4400.053
HG-MP-13-11,000,0003231.2231.2851.4000.053
HG-MP-13-11,500,0005311.2071.2641.3600.045
HG-MP-13-2100,000111.9182.0662.2470.096
HG-MP-13-2300,000661.3711.4571.6100.070
HG-MP-13-2500,0001391.3041.3721.4900.048
HG-MP-13-21,000,0003391.2841.3171.3580.024
HG-MP-13-21,500,0005471.2681.3011.3490.026
HG-MP-13-3100,000101.6561.7531.8170.054
HG-MP-13-3300,000641.1731.2441.3430.048
HG-MP-13-3500,0001341.1651.2121.2910.036
HG-MP-13-31,000,0003241.1311.1841.2420.028
HG-MP-13-31,500,0005151.1271.1781.2320.027
HG-MP-13-4100,000112.0102.1582.4110.133
HG-MP-13-4300,000661.2771.3381.3770.031
HG-MP-13-4500,0001421.2561.2851.3180.021
HG-MP-13-41,000,0003441.2101.2511.2720.019
HG-MP-13-41,500,0005511.2051.2351.2690.019
HG-MP-13-5100,000101.7871.8972.0340.083
HG-MP-13-5300,000671.2661.3631.4980.082
HG-MP-13-5500,0001391.1911.2621.3670.047
HG-MP-13-51,000,0003381.1531.1951.2750.037
HG-MP-13-51,500,0005431.1451.1831.2640.037
HG-MP-14-1100,00091.5591.6231.7270.059
HG-MP-14-1300,000701.0411.1401.2720.075
HG-MP-14-1500,0001501.0261.1021.2570.072
HG-MP-14-11,000,0003591.0201.0681.1610.051
HG-MP-14-11,500,0005731.0131.0481.1170.038
HG-MP-14-2100,000111.9161.9872.0690.055
HG-MP-14-2300,000651.4421.5851.7540.107
HG-MP-14-2500,0001321.3761.4821.6780.115
HG-MP-14-21,000,0003061.2831.3591.4550.051
HG-MP-14-21,500,0004891.2721.3321.4300.042
HG-MP-14-3100,000101.5901.6491.7440.045
HG-MP-14-3300,000681.1381.2091.3130.052
HG-MP-14-3500,0001431.1271.1731.2770.040
HG-MP-14-31,000,0003391.1051.1511.2690.043
HG-MP-14-31,500,0005381.1011.1431.2420.037
HG-MP-14-4100,000101.5571.6671.8120.064
HG-MP-14-4300,000711.1311.2081.2560.038
HG-MP-14-4500,0001531.1211.1741.2310.037
HG-MP-14-41,000,0003641.0961.1551.2240.045
HG-MP-14-41,500,0005801.0761.1441.2230.051
HG-MP-14-5100,000111.2671.3981.6790.118
HG-MP-14-5300,000740.9271.0021.1010.052
HG-MP-14-5500,0001560.8980.9611.0430.039
HG-MP-14-51,000,0003730.8910.9491.0280.037
HG-MP-14-51,500,0005910.8890.9431.0220.035
HG-MP-15-1100,000111.3581.4271.4790.044
HG-MP-15-1300,000741.1591.2121.2870.037
HG-MP-15-1500,0001451.1281.1811.2360.033
HG-MP-15-11,000,0003341.0851.1531.1880.030
HG-MP-15-11,500,0005281.0691.1421.1790.033
HG-MP-15-2100,000101.8142.1382.3250.152
HG-MP-15-2300,000581.1131.2771.6470.169
HG-MP-15-2500,0001211.0641.1311.3620.083
HG-MP-15-21,000,0002891.0461.0951.3080.072
HG-MP-15-21,500,0004631.0391.0861.2830.068
HG-MP-15-3100,000111.6621.8162.2190.182
HG-MP-15-3300,000711.2801.3461.4140.044
HG-MP-15-3500,0001501.2221.2941.3860.049
HG-MP-15-31,000,0003571.2101.2721.3480.044
HG-MP-15-31,500,0005681.2061.2641.3190.039
HG-MP-15-4100,000111.3681.4471.6200.072
HG-MP-15-4300,000771.0391.1021.1510.032
HG-MP-15-4500,0001581.0201.0691.1300.028
HG-MP-15-41,000,0003671.0181.0531.1170.025
HG-MP-15-41,500,0005771.0181.0491.1170.026
HG-MP-15-5100,000121.7201.8351.9650.083
HG-MP-15-5300,000781.4481.4791.5460.030
HG-MP-15-5500,0001581.3701.4241.4680.030
HG-MP-15-51,000,0003631.3151.3941.4460.036
HG-MP-15-51,500,0005741.2811.3781.4200.040
HG-MP-16-1100,00092.6002.7002.8810.077
HG-MP-16-1300,000511.6851.8672.1560.127
HG-MP-16-1500,0001111.4871.6771.9840.170
HG-MP-16-11,000,0002751.4561.6111.8890.148
HG-MP-16-11,500,0004411.4511.5851.8640.141
HG-MP-16-2100,00092.3942.5032.6090.060
HG-MP-16-2300,000501.7291.8061.8930.052
HG-MP-16-2500,0001081.6121.6871.7700.049
HG-MP-16-21,000,0002671.5571.6331.6970.045
HG-MP-16-21,500,0004311.5511.6201.6760.041
HG-MP-16-3100,00082.3622.4462.5600.066
HG-MP-16-3300,000531.5481.6651.8090.086
HG-MP-16-3500,0001191.4641.5581.6380.051
HG-MP-16-31,000,0002951.4531.5181.5650.032
HG-MP-16-31,500,0004771.4401.4981.5380.030
HG-MP-16-4100,00092.2722.3792.5920.105
HG-MP-16-4300,000521.3671.5461.7260.114
HG-MP-16-4500,0001121.3091.4851.6730.109
HG-MP-16-41,000,0002731.2781.4201.5960.101
HG-MP-16-41,500,0004371.2731.4091.5910.104
HG-MP-16-5100,00092.9683.1283.2680.096
HG-MP-16-5300,000511.9282.0772.2320.085
HG-MP-16-5500,0001121.8151.8931.9770.051
HG-MP-16-51,000,0002761.6411.8181.9520.088
HG-MP-16-51,500,0004441.6261.8041.9290.086
HG-MP-17-1100,00092.5572.8293.0530.133
HG-MP-17-1300,000541.7491.8992.0480.094
HG-MP-17-1500,0001171.5711.7961.9510.099
HG-MP-17-11,000,0002881.4021.7201.8930.139
HG-MP-17-11,500,0004631.4001.7041.8700.137
HG-MP-17-2100,00082.7272.8733.1860.141
HG-MP-17-2300,000491.8461.9182.0240.050
HG-MP-17-2500,0001061.6861.7841.8510.049
HG-MP-17-21,000,0002601.6191.7281.8180.056
HG-MP-17-21,500,0004181.6111.7151.7980.054
HG-MP-17-3100,00092.3182.6052.9270.160
HG-MP-17-3300,000461.5921.7611.8940.090
HG-MP-17-3500,000991.5301.6321.6950.054
HG-MP-17-31,000,0002431.4811.5661.6520.052
HG-MP-17-31,500,0003911.4441.5331.6380.057
HG-MP-17-4100,00082.7612.9393.1470.104
HG-MP-17-4300,000511.6411.8301.9050.080
HG-MP-17-4500,0001151.6141.7711.8510.071
HG-MP-17-41,000,0002861.6111.7341.8200.064
HG-MP-17-41,500,0004611.6061.7251.8140.065
HG-MP-17-5100,00083.5943.7443.9680.127
HG-MP-17-5300,000491.9512.1422.4110.126
HG-MP-17-5500,0001171.8171.9832.1760.112
HG-MP-17-51,000,0002991.7591.9082.0620.099
HG-MP-17-51,500,0004831.7491.8902.0530.088
HG-MP-18-1100,00092.3782.5132.7440.131
HG-MP-18-1300,000541.4161.6371.8000.138
HG-MP-18-1500,0001151.3111.5291.7030.127
HG-MP-18-11,000,0002731.2881.5051.6610.120
HG-MP-18-11,500,0004331.2841.4981.6550.119
HG-MP-18-2100,00072.3042.5132.6430.102
HG-MP-18-2300,000461.3221.4441.5660.069
HG-MP-18-2500,0001051.2051.2841.3690.047
HG-MP-18-21,000,0002641.1731.2381.3120.044
HG-MP-18-21,500,0004311.1671.2291.3010.043
HG-MP-18-3100,00082.9553.0843.1820.069
HG-MP-18-3300,000481.9582.0542.2250.089
HG-MP-18-3500,0001081.8481.9342.0980.064
HG-MP-18-31,000,0002671.7801.8652.0140.060
HG-MP-18-31,500,0004291.7601.8452.0000.060
HG-MP-18-4100,00083.0273.2343.4870.152
HG-MP-18-4300,000481.8271.9692.2610.111
HG-MP-18-4500,0001091.7501.8672.0720.089
HG-MP-18-41,000,0002781.6861.8131.9760.076
HG-MP-18-41,500,0004511.6751.7971.9560.074
HG-MP-18-5100,00082.7142.9203.2910.197
HG-MP-18-5300,000441.6811.8322.0970.125
HG-MP-18-5500,000991.6241.7051.8130.060
HG-MP-18-51,000,0002431.5671.6211.6930.038
HG-MP-18-51,500,0003921.5631.6051.6830.038
HG-MP-19-1100,00084.0454.3234.5530.158
HG-MP-19-1300,000402.5532.6942.8010.076
HG-MP-19-1500,000902.2672.4592.6020.085
HG-MP-19-11,000,0002332.1942.3692.5310.095
HG-MP-19-11,500,0003822.1832.3462.5140.094
HG-MP-19-2100,00074.6965.1445.6560.269
HG-MP-19-2300,000372.9663.2503.4910.146
HG-MP-19-2500,000822.6892.8573.4110.220
HG-MP-19-21,000,0002202.4232.6102.9980.151
HG-MP-19-21,500,0003662.3862.5372.9050.141
HG-MP-19-3100,00073.4723.7634.3770.244
HG-MP-19-3300,000412.3272.4002.4960.049
HG-MP-19-3500,000932.0392.2142.3430.086
HG-MP-19-31,000,0002351.9732.1242.2420.104
HG-MP-19-31,500,0003831.9462.1102.2320.106
HG-MP-19-4100,00073.1323.5784.2510.341
HG-MP-19-4300,000381.9202.0732.2310.094
HG-MP-19-4500,000891.8371.9422.0770.078
HG-MP-19-41,000,0002271.8021.8832.0330.070
HG-MP-19-41,500,0003671.7611.8461.9380.054
HG-MP-19-5100,00084.6244.8225.0250.128
HG-MP-19-5300,000372.7403.0083.2380.173
HG-MP-19-5500,000862.5662.7213.0680.147
HG-MP-19-51,000,0002252.4132.5802.9840.157
HG-MP-19-51,500,0003702.3852.5532.9220.151
HG-MP-20-1100,00076.0546.5027.1710.406
HG-MP-20-1300,000292.6242.8963.1970.161
HG-MP-20-1500,000641.9512.3382.5340.189
HG-MP-20-11,000,0001771.8632.1062.3870.153
HG-MP-20-11,500,0002981.8152.0792.3530.158
HG-MP-20-2100,00072.9573.0753.1640.066
HG-MP-20-2300,000442.0112.1152.2130.059
HG-MP-20-2500,000981.8891.9962.1380.078
HG-MP-20-21,000,0002491.7551.9222.0650.086
HG-MP-20-21,500,0004061.7321.8982.0630.089
HG-MP-20-3100,00073.8664.0214.1600.092
HG-MP-20-3300,000372.3932.5552.6540.083
HG-MP-20-3500,000822.2812.4422.5830.096
HG-MP-20-31,000,0002102.1952.2952.4060.068
HG-MP-20-31,500,0003472.1912.2642.3750.057
HG-MP-20-4100,00074.0054.3594.8290.231
HG-MP-20-4300,000392.5762.8483.3280.264
HG-MP-20-4500,000882.2662.6353.1890.287
HG-MP-20-41,000,0002292.1142.2792.5720.118
HG-MP-20-41,500,0003832.0802.2092.4120.097
HG-MP-20-5100,00084.3924.5754.7670.107
HG-MP-20-5300,000382.8483.0573.1970.103
HG-MP-20-5500,000852.3552.6412.9620.170
HG-MP-20-51,000,0002252.2412.4492.7870.156
HG-MP-20-51,500,0003712.2182.4162.7580.161
HG-MP-21-1100,00074.1934.4434.6930.175
HG-MP-21-1300,000362.2832.6942.9260.198
HG-MP-21-1500,000882.1872.4392.8680.212
HG-MP-21-11,000,0002322.0692.2782.6480.189
HG-MP-21-11,500,0003812.0532.2342.6060.166
HG-MP-21-2100,00074.0894.5514.7380.184
HG-MP-21-2300,000362.5972.8503.1230.182
HG-MP-21-2500,000852.4232.5262.8090.117
HG-MP-21-21,000,0002182.2832.3852.5520.078
HG-MP-21-21,500,0003572.2582.3632.5060.073
HG-MP-21-3100,00073.5763.7384.0050.132
HG-MP-21-3300,000382.3592.5112.7320.110
HG-MP-21-3500,000842.2422.3622.4890.080
HG-MP-21-31,000,0002112.1502.2872.4190.078
HG-MP-21-31,500,0003432.1322.2562.3870.073
HG-MP-21-4100,00074.0354.4214.8640.229
HG-MP-21-4300,000412.5712.7603.1560.180
HG-MP-21-4500,000912.4302.5843.0270.172
HG-MP-21-41,000,0002282.3582.4452.6480.075
HG-MP-21-41,500,0003712.3262.4182.5690.061
HG-MP-21-5100,00073.3943.6243.9700.154
HG-MP-21-5300,000361.9342.0902.2850.110
HG-MP-21-5500,000771.8521.9281.9870.049
HG-MP-21-51,000,0001871.8111.8711.9320.041
HG-MP-21-51,500,0002991.8071.8491.9120.035
HG-MP-22-1100,00064.3604.7244.9470.192
HG-MP-22-1300,000292.6532.8653.3310.187
HG-MP-22-1500,000672.4332.5702.8760.123
HG-MP-22-11,000,0001772.3592.4632.7780.115
HG-MP-22-11,500,0002922.3202.4062.7000.105
HG-MP-22-2100,00075.4605.9616.7620.352
HG-MP-22-2300,000332.9523.2983.5120.180
HG-MP-22-2500,000782.7672.9273.1640.118
HG-MP-22-21,000,0002002.5852.7592.8810.081
HG-MP-22-21,500,0003272.5582.7092.8230.071
HG-MP-22-3100,00065.7466.0326.3650.189
HG-MP-22-3300,000303.4793.7614.0240.170
HG-MP-22-3500,000693.1113.3483.7030.186
HG-MP-22-31,000,0001872.8523.0433.3220.150
HG-MP-22-31,500,0003132.7952.9903.2140.128
HG-MP-22-4100,00076.8867.2968.0050.314
HG-MP-22-4300,000293.9004.3104.7690.275
HG-MP-22-4500,000643.2003.5673.7720.165
HG-MP-22-41,000,0001752.9653.2113.4280.136
HG-MP-22-41,500,0002932.9343.1053.3470.110
HG-MP-22-5100,00075.0565.4605.8780.262
HG-MP-22-5300,000333.0623.3583.6620.202
HG-MP-22-5500,000742.7883.0033.2000.130
HG-MP-22-51,000,0001972.6072.8113.0030.130
HG-MP-22-51,500,0003272.5952.7772.9400.116
HG-MP-23-1100,00074.8495.0325.1760.109
HG-MP-23-1300,000323.0973.2983.5830.161
HG-MP-23-1500,000682.8172.9763.2830.134
HG-MP-23-11,000,0001752.6982.8523.0830.125
HG-MP-23-11,500,0002862.6802.8193.0520.123
HG-MP-23-2100,00065.2285.4335.8120.172
HG-MP-23-2300,000313.2593.4133.6940.145
HG-MP-23-2500,000682.8223.0933.3860.153
HG-MP-23-21,000,0001712.5992.7242.9350.106
HG-MP-23-21,500,0002812.5462.6782.9180.102
HG-MP-23-3100,00065.6416.1136.4250.243
HG-MP-23-3300,000293.1803.5923.8440.205
HG-MP-23-3500,000652.7953.1473.6170.297
HG-MP-23-31,000,0001702.5172.6882.9120.134
HG-MP-23-31,500,0002852.4662.6162.8680.138
HG-MP-23-4100,00066.2906.7167.0350.251
HG-MP-23-4300,000313.8174.0904.5470.267
HG-MP-23-4500,000702.9203.3753.8320.259
HG-MP-23-41,000,0001882.6873.1713.5340.249
HG-MP-23-41,500,0003102.6763.1203.4820.245
HG-MP-23-5100,00065.2805.5875.9350.179
HG-MP-23-5300,000313.1603.3993.6760.126
HG-MP-23-5500,000742.9843.1343.2550.097
HG-MP-23-51,000,0001922.7852.9813.2330.116
HG-MP-23-51,500,0003182.7582.9383.1030.094
HG-MP-24-1100,00065.3185.5845.8620.154
HG-MP-24-1300,000292.8583.0723.4720.161
HG-MP-24-1500,000662.4852.7832.9900.130
HG-MP-24-11,000,0001702.4352.6122.7170.103
HG-MP-24-11,500,0002792.4242.5562.6770.087
HG-MP-24-2100,00064.7894.9245.1100.113
HG-MP-24-2300,000302.8773.0703.2570.100
HG-MP-24-2500,000702.7582.8562.9850.066
HG-MP-24-21,000,0001772.6612.7412.8340.053
HG-MP-24-21,500,0002862.5972.6982.7890.064
HG-MP-24-3100,00064.8054.9675.2510.121
HG-MP-24-3300,000302.8182.9503.2150.117
HG-MP-24-3500,000712.5602.6722.9470.108
HG-MP-24-31,000,0001862.3222.5332.6410.100
HG-MP-24-31,500,0003062.3002.5072.6280.098
HG-MP-24-4100,00055.7896.1116.4680.196
HG-MP-24-4300,000272.7393.0163.2780.160
HG-MP-24-4500,000682.4152.7212.9730.166
HG-MP-24-41,000,0001822.3732.5452.6730.093
HG-MP-24-41,500,0003012.3502.4952.6390.085
HG-MP-24-5100,00065.6406.0326.2780.222
HG-MP-24-5300,000283.4033.5933.9070.156
HG-MP-24-5500,000703.0263.2493.5100.157
HG-MP-24-51,000,0001952.8963.0523.2970.130
HG-MP-24-51,500,0003252.8393.0023.2390.120
HG-MP-25-1100,00058.8489.3259.9660.323
HG-MP-25-1300,000234.3804.7195.1440.251
HG-MP-25-1500,000583.7204.1534.5170.224
HG-MP-25-11,000,0001623.6013.8253.9480.114
HG-MP-25-11,500,0002723.5533.7463.9180.113
HG-MP-25-2100,00057.7508.2588.8150.347
HG-MP-25-2300,000224.6984.9915.2840.198
HG-MP-25-2500,000534.0794.4414.6690.186
HG-MP-25-21,000,0001473.8063.9984.2040.106
HG-MP-25-21,500,0002503.7213.9194.0920.099
HG-MP-25-3100,00059.25310.00210.7380.410
HG-MP-25-3300,000234.5415.3015.8690.330
HG-MP-25-3500,000533.9024.3004.6250.216
HG-MP-25-31,000,0001443.5483.8144.1570.196
HG-MP-25-31,500,0002403.5403.7464.0310.187
HG-MP-25-4100,000610.31710.77011.1750.250
HG-MP-25-4300,000266.7377.1397.6470.296
HG-MP-25-4500,000575.4896.0356.3600.258
HG-MP-25-41,000,0001575.0385.3075.5310.162
HG-MP-25-41,500,0002674.9115.1715.3400.153
HG-MP-25-5100,00067.0937.4187.8090.241
HG-MP-25-5300,000264.0734.5714.9530.271
HG-MP-25-5500,000573.6873.9624.3110.168
HG-MP-25-51,000,0001543.4903.6233.7050.063
HG-MP-25-51,500,0002573.4863.5843.6620.052
HG-MP-26-1100,00058.5008.9469.7590.346
HG-MP-26-1300,000234.6484.9715.2000.158
HG-MP-26-1500,000554.0334.3014.7240.185
HG-MP-26-11,000,0001483.8223.9964.2290.119
HG-MP-26-11,500,0002443.8013.9474.1280.096
HG-MP-26-2100,00059.1189.3299.7300.194
HG-MP-26-2300,000254.6575.1865.5940.287
HG-MP-26-2500,000574.3504.7135.0830.250
HG-MP-26-21,000,0001504.0884.2554.4950.133
HG-MP-26-21,500,0002493.9454.1404.3840.138
HG-MP-26-3100,00058.2558.5208.8060.193
HG-MP-26-3300,000254.6175.0865.3390.204
HG-MP-26-3500,000584.1154.4504.7470.207
HG-MP-26-31,000,0001583.8644.1584.3950.154
HG-MP-26-31,500,0002633.7854.0744.2780.153
HG-MP-26-4100,00067.6658.0358.5580.322
HG-MP-26-4300,000264.6605.0105.2570.170
HG-MP-26-4500,000603.7754.0694.4280.232
HG-MP-26-41,000,0001633.3703.6444.0810.224
HG-MP-26-41,500,0002683.3363.5664.0690.197
HG-MP-26-5100,000510.06910.73712.7670.775
HG-MP-26-5300,000214.8605.2385.9150.269
HG-MP-26-5500,000504.2574.4884.9590.201
HG-MP-26-51,000,0001433.6603.9774.1010.119
HG-MP-26-51,500,0002433.6233.9163.9960.105
HG-MP-27-1100,00058.2418.6859.2150.337
HG-MP-27-1300,000243.9294.7265.6000.457
HG-MP-27-1500,000583.4703.9134.2310.216
HG-MP-27-11,000,0001533.2403.6474.1130.253
HG-MP-27-11,500,0002493.2073.5654.0040.253
HG-MP-27-2100,00058.3038.9629.4900.339
HG-MP-27-2300,000254.5415.0295.4190.269
HG-MP-27-2500,000593.9874.4954.9440.308
HG-MP-27-21,000,0001543.9174.2844.6430.253
HG-MP-27-21,500,0002513.8724.1894.5700.239
HG-MP-27-3100,000411.81513.33814.7400.994
HG-MP-27-3300,000183.5954.1984.9410.446
HG-MP-27-3500,000503.2093.4923.9480.242
HG-MP-27-31,000,0001433.1273.3073.6900.179
HG-MP-27-31,500,0002383.1053.2793.6660.179
HG-MP-27-4100,000510.55411.13912.1300.483
HG-MP-27-4300,000215.6676.0196.3770.209
HG-MP-27-4500,000504.8495.2595.5430.213
HG-MP-27-41,000,0001394.6354.8785.0970.132
HG-MP-27-41,500,0002314.5864.7794.9310.118
HG-MP-27-5100,00057.0287.5558.0510.276
HG-MP-27-5300,000254.2924.7114.9830.187
HG-MP-27-5500,000574.0464.2554.5000.127
HG-MP-27-51,000,0001513.7504.0214.1660.117
HG-MP-27-51,500,0002493.6873.9824.1360.122
HG-MP-28-1100,000514.30215.47216.2440.586
HG-MP-28-1300,000217.1627.6888.1350.322
HG-MP-28-1500,000476.1296.4407.2990.336
HG-MP-28-11,000,0001354.8615.3925.9430.299
HG-MP-28-11,500,0002344.8255.2815.7000.265
HG-MP-28-2100,00059.0339.48810.2330.385
HG-MP-28-2300,000225.4985.8316.1350.208
HG-MP-28-2500,000504.7724.9595.2430.137
HG-MP-28-21,000,0001354.1704.4284.7220.167
HG-MP-28-21,500,0002234.1044.2854.5800.126
HG-MP-28-3100,000511.76212.47913.4800.559
HG-MP-28-3300,000206.0846.5857.0360.313
HG-MP-28-3500,000485.2285.4615.7910.145
HG-MP-28-31,000,0001344.7314.9745.3020.143
HG-MP-28-31,500,0002244.6554.8935.1520.121
HG-MP-28-4100,000513.45714.77615.5160.633
HG-MP-28-4300,000217.4027.9748.5240.355
HG-MP-28-4500,000466.3306.7167.2240.270
HG-MP-28-41,000,0001275.5025.8156.4580.242
HG-MP-28-41,500,0002155.3895.6396.0110.177
HG-MP-28-5100,000511.71712.87613.5340.547
HG-MP-28-5300,000206.1206.5886.9380.195
HG-MP-28-5500,000475.2005.6125.8560.186
HG-MP-28-51,000,0001324.9485.1895.5150.168
HG-MP-28-51,500,0002254.8385.0785.4270.175
HG-MP-29-1100,000414.41014.95915.6410.391
HG-MP-29-1300,000176.2576.8517.2300.274
HG-MP-29-1500,000415.4175.7356.1860.244
HG-MP-29-11,000,0001174.7785.0625.5920.247
HG-MP-29-11,500,0001984.5734.8845.4990.240
HG-MP-29-2100,000516.44417.20117.8230.481
HG-MP-29-2300,000208.3379.32911.1090.855
HG-MP-29-2500,000446.0697.1318.1550.664
HG-MP-29-21,000,0001225.0175.7036.3540.431
HG-MP-29-21,500,0002074.8495.5606.2560.433
HG-MP-29-3100,000514.85515.86916.6190.623
HG-MP-29-3300,000197.6818.6559.3650.575
HG-MP-29-3500,000435.5926.1256.8990.345
HG-MP-29-31,000,0001285.0575.2685.7500.208
HG-MP-29-31,500,0002204.9525.1425.5520.180
HG-MP-29-4100,000510.82911.97012.5570.583
HG-MP-29-4300,000205.8086.5077.2280.437
HG-MP-29-4500,000474.8425.5156.5380.500
HG-MP-29-41,000,0001304.6344.9655.5310.306
HG-MP-29-41,500,0002154.6174.7895.1390.164
HG-MP-29-5100,000512.78113.65214.9630.558
HG-MP-29-5300,000216.9767.2367.4590.174
HG-MP-29-5500,000505.9656.2426.5730.219
HG-MP-29-51,000,0001375.4925.7406.0580.170
HG-MP-29-51,500,0002305.4385.6195.9320.150
HG-MP-30-1100,000512.21713.48014.7290.911
HG-MP-30-1300,000196.7667.0877.3800.184
HG-MP-30-1500,000445.8016.2676.5180.221
HG-MP-30-11,000,0001205.0975.4705.8390.222
HG-MP-30-11,500,0002044.8785.2985.7590.235
HG-MP-30-2100,000413.93015.65316.9820.971
HG-MP-30-2300,000176.0306.5557.0260.278
HG-MP-30-2500,000434.8035.3575.7640.287
HG-MP-30-21,000,0001184.2424.7495.2380.293
HG-MP-30-21,500,0001954.1424.5855.0190.271
HG-MP-30-3100,000511.96412.70113.3000.358
HG-MP-30-3300,000207.1027.3977.7770.240
HG-MP-30-3500,000465.7446.0966.3950.226
HG-MP-30-31,000,0001274.8915.4126.1540.318
HG-MP-30-31,500,0002144.8205.3015.8850.278
HG-MP-30-4100,00059.2199.73910.7960.445
HG-MP-30-4300,000205.2975.7836.4970.317
HG-MP-30-4500,000494.9665.4135.9740.327
HG-MP-30-41,000,0001284.5304.8475.2070.260
HG-MP-30-41,500,0002154.4324.6295.0210.169
HG-MP-30-5100,000412.41713.20213.6320.362
HG-MP-30-5300,000175.3565.7516.0040.220
HG-MP-30-5500,000434.5254.8045.0230.175
HG-MP-30-51,000,0001234.0964.4254.7590.214
HG-MP-30-51,500,0002054.0514.3234.6810.205

References

  1. World Health Organization. Guidelines for Drinking-Water Quality, 4th ed.; World Health Organization (WHO): Geneva, Switzerland, 2011. [Google Scholar]
  2. Mays, L.; Koutsoyiannis, D.; Angelakis, A. A brief history of urban water supply in antiquity. Water Supply 2007, 7, 1–12. [Google Scholar] [CrossRef]
  3. United Nations Children’s Emergency Fund; World Health Organization (WHO). Progress on Drinking Water and Sanitation; WHO: Geneva, Switzerland, 2012. [Google Scholar]
  4. Grayman, W.; Loucks, D.; Saito, L. Towards a Sustainable Water Future: Visions for 2050; American Society of Civil Engineers (ASCE): Reston, VA, USA, 2012. [Google Scholar]
  5. Alperovits, A.; Shamir, U. Design of optimal water distribution systems. Water Resour. Res. 1977, 13, 885–900. [Google Scholar] [CrossRef]
  6. Quindry, G.; Liebman, J.; Brill, E. Optimization of looped water distribution systems. J. Environ. Eng. Div. 1981, 107, 665–679. [Google Scholar]
  7. Kessler, A.; Shamir, U. Analysis of the linear programming gradient method for optimal design of water supply networks. Water Resour. Res. 1989, 25, 1469–1480. [Google Scholar] [CrossRef]
  8. Shamir, U. Optimal design and operation of water distribution systems. Water Resour. Res. 1974, 10, 27–36. [Google Scholar] [CrossRef]
  9. El-Bahrawy, A.; Smith, A. A methodology for optimal design of pipe distribution networks. Can. J. Civ. Eng. 1987, 14, 207–215. [Google Scholar] [CrossRef]
  10. Fujiwara, O.; Khang, D. A two-phase decompostion method for optimal design of looped water distribution networks. Water Resour. Res. 1990, 26, 539–549. [Google Scholar] [CrossRef]
  11. Duan, N.; Mays, L.; Lansey, K. Optimal reliability-based design of pumping and distribution systems. J. Hydraul. Eng. 1990, 116, 249–268. [Google Scholar] [CrossRef]
  12. Rossman, L. EPANET 2: Users Manual; Environmental Protection Agency: Washington, DC, USA, 2000. [Google Scholar]
  13. Loganathan, G.; Greene, J.; Ahn, T. Design heuristic for globally minimum cost water distribution systems. J. Water Resour. Plan. Manag. 1995, 121, 182–192. [Google Scholar] [CrossRef]
  14. Cunha, M.; Sousa, J. Hydraulic infrastructures design using simulated annealing. J. Infrastruct. Syst. 2001, 7, 32–39. [Google Scholar] [CrossRef]
  15. Cunha, M.; Ribeiro, L. Tabu search algorithms for water network optimization. Eur. J. Oper. Res. 2004, 157, 746–758. [Google Scholar] [CrossRef]
  16. Maier, H.; Simpson, A.; Zecchin, A.; Foong, W.; Phang, K.; Seah, H.; Tan, C. Ant colony optimization for design of water distribution systems. J. Water Resour. Plan. Manag. 2003, 129, 200–209. [Google Scholar] [CrossRef]
  17. Zecchin, A.; Simpson, A.; Maier, H.; Nixon, J. Parametric study for an ant algorithm applied to water distribution system optimization. IEEE Trans. Evol. Comput. 2005, 9, 175–191. [Google Scholar] [CrossRef]
  18. Dandy, G.; Simpson, A.; Murphy, L. An improved genetic algorithm for pipe network optimisation. Water Resour. Res. 1996, 32, 449–458. [Google Scholar] [CrossRef]
  19. Gupta, I.; Gupta, A.; Khanna, P. Genetic algorithm for optimization of water distribution systems. Environ. Model. Softw. 1999, 14, 437–446. [Google Scholar] [CrossRef]
  20. Bi, W.; Dandy, G.; Maier, R. Improved genetic algorithm optimization of water distribution system design by incorporating domain knowledge. Environ. Model. Softw. 2015, 69, 370–381. [Google Scholar] [CrossRef]
  21. Lin, M.; Liu, Y.; Liu, G.; Chu, C. Scatter search heuristic for least-cost design of water distribution networks. Eng. Optim. 2007, 39, 857–876. [Google Scholar] [CrossRef]
  22. Vasan, A.; Simonovic, S. Optimization of water distribution network design using differential evolution. J. Water Resour. Plan. Manag. 2010, 136, 279–287. [Google Scholar] [CrossRef]
  23. Marchi, A.; Dandy, G.; Wilkins, A.; Rohrlach, H. Methodology for comparing evolutionary algorithms for optimization of water distribution systems. J. Water Resour. Plan. Manag. 2014, 140, 22–31. [Google Scholar] [CrossRef]
  24. De Corte, A.; Sörensen, K. Optimisation of gravity-fed water distribution network design: A critical review. Eur. J. Oper. Res. 2013, 228, 1–10. [Google Scholar] [CrossRef]
  25. Farmani, R.; Walters, G.; Savic, D. Trade-off between total cost and reliability for Anytown water distribution network. J. Water Resour. Plan. Manag. 2005, 131, 161–171. [Google Scholar] [CrossRef]
  26. Bragalli, C.; D’Ambrosio, C.; Lee, J.; Lodi, A.; Toth, P. On the optimal design of water distribution networks: A practical MINLP approach. Optim. Eng. 2012, 13, 219–246. [Google Scholar] [CrossRef]
  27. De Corte, A.; Sörensen, K. HydroGen: An artificial water distribution network generator. Water Resour. Manag. 2014, 28, 333–350. [Google Scholar] [CrossRef]
  28. Yates, D.; Templeman, A.; Boffey, T. The computational complexity of the problem of determining least capital cost designs for water supply networks. Eng. Optim. 1984, 7, 143–155. [Google Scholar] [CrossRef]
  29. Lourenço, H.; Martin, O.; Stützle, T. Chapter 11: Iterated local search. In Handbook of Metaheuristics; Springer: New York, NY, USA, 2003; pp. 320–353. [Google Scholar]
  30. López-Ibáñez, M. Operational Optimisation of Water Distribution Networks. Ph.D. Thesis, School of Engineering and the Built Environment, Edinburgh Napier University (UK), Edinburgh, UK, 2009. [Google Scholar]
  31. López-Ibáñez, M. Extended EPANET Toolkit. Available online: http://iridia.ulb.ac.be/ manuel/epanetlinux. html (accessed on 18 August 2016).
  32. Maier, H.; Kapelan, Z.; Kasprzyk, J.; Kollat, J.; Matott, L.; Cunha, M.; Dandy, G.; Gibbs, M.; Keedwell, E.; Marchi, A.; et al. Evolutionary algorithms and other metaheuristics in water resources: Current status, research challenges and future directions. Environ. Model. Softw. 2014, 62, 271–299. [Google Scholar] [CrossRef] [Green Version]
  33. De Corte, A.; Sörensen, K. Hydrogen. Available online: http://antor.uantwerpen.be/hydrogen (accessed on 18 August 2016).
Figure 1. Example of the water distribution network design optimization problem for a small network. (a) Unoptimized network; (b) Optimized network. Thicker lines represent larger diameters.
Figure 1. Example of the water distribution network design optimization problem for a small network. (a) Unoptimized network; (b) Optimized network. Thicker lines represent larger diameters.
Water 08 00359 g001
Figure 2. Network optimized with (a) multi-period simulation (total investment cost, TIC = 1.232 × 10 6 E U R ); (b) single-period optimization using maxPeriod (TIC = 0.967 × 10 6 E U R ); (c) single-period optimization using maxDemand (TIC = 1.270 × 10 6 E U R ); Network (d) shows that changing a single pipe causes velocity violations in other (non-neighboring) pipes.
Figure 2. Network optimized with (a) multi-period simulation (total investment cost, TIC = 1.232 × 10 6 E U R ); (b) single-period optimization using maxPeriod (TIC = 0.967 × 10 6 E U R ); (c) single-period optimization using maxDemand (TIC = 1.270 × 10 6 E U R ); Network (d) shows that changing a single pipe causes velocity violations in other (non-neighboring) pipes.
Water 08 00359 g002
Figure 3. Different solutions or network designs in network representation. (a) Candidate solution 1; (b) Candidate solution 2; (c) Candidate solution 3; (d) Candidate solution 4.
Figure 3. Different solutions or network designs in network representation. (a) Candidate solution 1; (b) Candidate solution 2; (c) Candidate solution 3; (d) Candidate solution 4.
Water 08 00359 g003
Figure 4. Problem instance: unoptimized network topology (left); pipe lengths (center); and available pipe types with their corresponding costs (right).
Figure 4. Problem instance: unoptimized network topology (left); pipe lengths (center); and available pipe types with their corresponding costs (right).
Water 08 00359 g004
Figure 5. Interaction between iterated local search (ILS) and EPANET 2.0.
Figure 5. Interaction between iterated local search (ILS) and EPANET 2.0.
Water 08 00359 g005
Figure 6. Flowchart of the iterated local search algorithm. s-best: initial global best solution; s-current: current solution; s-init: initial feasible solution.
Figure 6. Flowchart of the iterated local search algorithm. s-best: initial global best solution; s-current: current solution; s-init: initial feasible solution.
Water 08 00359 g006
Figure 7. Values of the coefficients and mean plots for the regression model on the relative cost: main effects.
Figure 7. Values of the coefficients and mean plots for the regression model on the relative cost: main effects.
Water 08 00359 g007
Figure 8. Values of the coefficients and mean plots for the regression model on the running time: main effects.
Figure 8. Values of the coefficients and mean plots for the regression model on the running time: main effects.
Water 08 00359 g008
Figure 9. Values of the coefficients and mean plots for the regression model on the relative cost: main and interaction effects.
Figure 9. Values of the coefficients and mean plots for the regression model on the relative cost: main and interaction effects.
Water 08 00359 g009
Figure 10. Values of the coefficients and mean plots for the regression model on the running time: main and interaction effects.
Figure 10. Values of the coefficients and mean plots for the regression model on the running time: main and interaction effects.
Water 08 00359 g010
Figure 11. Effect of memory structure.
Figure 11. Effect of memory structure.
Water 08 00359 g011
Figure 12. Effect of different perturbation rates.
Figure 12. Effect of different perturbation rates.
Water 08 00359 g012
Figure 13. Long run of 1000 iterations for three networks.
Figure 13. Long run of 1000 iterations for three networks.
Water 08 00359 g013
Figure 14. One-day hourly demand patterns of the predefined user categories.
Figure 14. One-day hourly demand patterns of the predefined user categories.
Water 08 00359 g014
Table 1. Different solutions or network designs in vector representation.
Table 1. Different solutions or network designs in vector representation.
CandidatePipe ID12345678Feasibility
SolutionLength (in m)3120353724501265TIC
candidatediameter (in mm)1501508080100606080feasible
solution 1cost (in E U R )1550100012251295912110026422759621 E U R
candidatediameter (in mm)1501508060100606080infeasible
solution 2cost (in E U R )155010001225814912110026422759140 E U R
candidatediameter (in mm)1501506080100606080feasible
solution 3cost (in E U R )155010007701295912110026422759166 E U R
candidatediameter (in mm)1501008080100606080infeasible
solution 4cost (in E U R )15507607701295912110026422758926 E U R
Table 2. Parameters and their tested values.
Table 2. Parameters and their tested values.
ParameterLevelsValue
# Iterations4100, 200, 300, 400
# Pipes5100, 200, 300, 400, 500
Meshedness30.10, 0.15, 0.20
Initial solution2highCost, lowCost
Pipe sort2lengthSort, costSort
Grasp size30%, 10%, 20%
Memory list2memory, noMemory
Perturbation rate51%, 10%, 20%, 30%, 40%
Table 3. Information on the HydroGen instances.
Table 3. Information on the HydroGen instances.
NetworkMeshednessPipesDemandWaterNetworkMeshednessPipesDemandWater
CoefficientNodesReservoirsCoefficientNodesReservoirs
HG-MP-10.20100731HG-MP-160.206064314
HG-MP-20.15100781HG-MP-170.156074654
HG-MP-30.1099831HG-MP-180.106085035
HG-MP-40.201981431HG-MP-190.207085035
HG-MP-50.152001551HG-MP-200.157035385
HG-MP-60.101981661HG-MP-210.107075865
HG-MP-70.202992152HG-MP-220.208055726
HG-MP-80.153002322HG-MP-230.158046156
HG-MP-90.102952472HG-MP-240.108086696
HG-MP-100.203972852HG-MP-250.209066446
HG-MP-110.153993082HG-MP-260.159056927
HG-MP-120.103953303HG-MP-270.109087527
HG-MP-130.204983572HG-MP-280.201,0087167
HG-MP-140.154993853HG-MP-290.151,0077707
HG-MP-150.104954133HG-MP-300.101,0098358
Table 4. Available pipe types and their corresponding costs.
Table 4. Available pipe types and their corresponding costs.
NumberDiameterRoughnessCostNumberDiameterRoughnessCost
(in mm)(unitless)(in EUR per m)(in mm)(unitless)(in EUR per m)
1201309200130116
2301302010250130150
3401302511300130201
4501303012350130246
5601303513400130290
6801303814500130351
71001305015600130528
815013061161,000130628

Share and Cite

MDPI and ACS Style

De Corte, A.; Sörensen, K. An Iterated Local Search Algorithm for Multi-Period Water Distribution Network Design Optimization. Water 2016, 8, 359. https://doi.org/10.3390/w8080359

AMA Style

De Corte A, Sörensen K. An Iterated Local Search Algorithm for Multi-Period Water Distribution Network Design Optimization. Water. 2016; 8(8):359. https://doi.org/10.3390/w8080359

Chicago/Turabian Style

De Corte, Annelies, and Kenneth Sörensen. 2016. "An Iterated Local Search Algorithm for Multi-Period Water Distribution Network Design Optimization" Water 8, no. 8: 359. https://doi.org/10.3390/w8080359

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop