Next Article in Journal
The C/N Ratio’s Effect on a Membrane-Aerated Biofilm Reactor (MABR): COD and Nitrogen Removal, Biofilm Characteristics, and Microbial Community Structure
Previous Article in Journal
Multi-Dimensional Urban Flooding Impact Assessment Leveraging Social Media Data: A Case Study of the 2020 Guangzhou Rainstorm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Optimal Model and Application of Hydraulic Structure Regulation to Improve Water Quality in Plain River Networks

1
College of Environmental Science and Engineering, Tongji University, Shanghai 200092, China
2
Fuzhou Urban and Rural Construction Group Co., Ltd., Fuzhou 350007, China
*
Author to whom correspondence should be addressed.
Water 2023, 15(24), 4297; https://doi.org/10.3390/w15244297
Submission received: 24 October 2023 / Revised: 30 November 2023 / Accepted: 8 December 2023 / Published: 17 December 2023

Abstract

:
The proper dispatching of hydraulic structures in water diversion projects is a desirable way to maximize project benefits. This study aims to provide a reliable, optimal scheduling model for hydraulic engineering to improve the regional water environment. We proposed an improved gravitational search algorithm (IPSOGSA) based on multi-strategy hybrid technology to solve this practical problem. The opposition-based learning strategy, elite mutation strategy, local search strategy, and co-evolution strategies were employed to balance the exploration and exploitation of the algorithm through the adaptive evolution of the elite group. Compared with several other algorithms, the preponderance of the proposed algorithm in single-objective optimization problems was demonstrated. We combined the water quality mechanism model, an artificial neural network (ANN), and the proposed algorithm to establish the optimal scheduling model for hydraulic structures. The backpropagation neural network (IGSA-BPNN) trained by the improved algorithm has a high accuracy, with a coefficient of determination (R2) over 0.95. Compared to the two traditional algorithms, the IGSA-BPNN model was, respectively, improved by 1.5% and 0.9% on R2 in the train dataset, and 1.1% and 1.5% in the test dataset. The optimal scheduling model for hydraulic structures led to a reduction of 46~69% in total power consumption while achieving the water quality objectives. With the lowest cost scheme in practice, the proposed intelligent scheduling model is recommended for water diversion projects in plain river networks.

1. Introduction

Water environmental pollution in plain river networks is a common problem in coastal areas. In recent years, a variety of comprehensive measures have been implemented to improve the regional water environment, including engineering measures and non-engineering measures. As an effective auxiliary control measure, water diversion projects have been widely used in foreign countries in the past [1,2,3,4]. They are also an important measure for water environment treatment in China, which can rapidly improve water quality and increase the fluidity of water bodies [5,6].
However, existing studies on the optimal dispatching of hydraulic structures mainly focus on flood control projects [7,8,9,10], hydroelectric projects [11,12,13], water distribution systems [14], reservoir operation decisions [15], and multi-objective water transfer projects [16]. Water diversion projects for improving water quality mainly adopt an empirical method or an exhaustive method [17,18] to determine a feasible water diversion scheme, which is difficult to obtain better environmental and economic benefits from. An artificial neural network coupled with a hybrid genetic algorithm is applied to solve the problem of optimal scheduling for small-scale water diversion projects [19]. Because the performance of traditional artificial neural networks based on gradient descent is often not as expected, it cannot be directly used to replace the water quality mechanism model of the complex plain river network. Therefore, the hydrodynamic-controlling optimal model cannot solve the problem of optimal scheduling for large-scale water diversion projects.
Nowadays, machine learning algorithms have been widely applied in many research fields, including the chemical engineering, civil engineering, agriculture and forestry science, and environmental fields. Feedforward Neural Networks are the best-known artificial neural network. The backpropagation algorithm is a classic algorithm for training Feedforward Neural Networks. The disadvantage of the backpropagation algorithm is that the global optimization ability is poor and it is easy to fall into local extreme values. In recent years, intelligent optimization algorithms have been used to train neural networks to avoid parameters falling into local extrema [20,21,22,23,24]. The typical optimization strategies can be broadly categorized into the following three types: one is to find the appropriate network structure for the ANN in a specific problem; the second is to apply intelligent optimization algorithms to determine the optimal learning rate, momentum factor, and other parameters for the ANN; and the third focuses on finding the optimal combination of network connection weights and node biases to minimize the error of the ANN.
In recent decades, intelligent optimization algorithms have been promptly developed and have become an effective means to solve the optimization problems in the fields of science and engineering [25,26,27,28,29]. Different from other optimization algorithms based on group behavior, the gravitational search algorithm (GSA) is an intelligent heuristic evolutionary algorithm in accordance with Newton’s gravitation theorem. Compared to some proverbial swarm algorithms, such as the traditional genetic algorithm (GA) and particle swarm optimization algorithm (PSO), the GSA has clear advantages in both its search convergence speed and optimization accuracy [30,31]. However, the traditional GSA also has problems, such as the algorithm easily falling into local optimal solutions and individuals being prone to premature maturity [32,33]. The opposition-based gravitational search algorithm applies opposite numbers to the population initialization and exploration process to improve the convergence rate of the GSA [34]. In addition, several studies combined the GSA with other algorithms [35]. Since the traditional GSA is a memoryless heuristic optimization algorithm, there is a possibility to deviate from the optimum trajectory. Efforts have been made to improve the algorithm by using historical optimal solutions. A memory-based version of the GSA changes the force of every two individuals by using the global optimal solution of the population from the former iteration when calculating the individual positions [36]. In 2017, a modified gravitational search algorithm was proposed in which the position of each agent was regenerated in accordance with the crossover search tactic to extract favorable feedback from the optimum location obtained until now with a certain probability [37]. The PSOGSA is a hybrid algorithm that integrates with the advantages of PSO and the GSA, and has a better capability in avoiding local minima and convergence speeds. Compared with the GSA, the hybrid algorithm enhances the abilities of exploitation and makes the algorithm powerful enough to acquire the overall best solution of the extensive optimization problems [38]. To control oscillations and avoid the divergence of the PSOGSA, the fuzzy logic algorithm was applied to adjust the velocity in the search space [39]. In addition, the performance of the PSOGSA has also been enhanced in numerous studies by optimizing the related parameters [40], adopting the hybrid strategy [41], the mutation strategy [42], or the chaos strategy [43] to improve the structural defects of the GSA. Although efforts have been made to ameliorate the competence of the gravitational search algorithm, how to quickly obtain optimal solutions while maintaining high-quality capabilities remains a challenging task.
The combination of machine learning algorithms and artificial intelligence with existing science and technology in various fields to realize engineering digitization is a current scientific research hotspot. Intelligent scheduling is conducive to realizing the maximization of the economic and environmental benefits of water environment management projects. Therefore, it is necessary to establish an optimal scheduling model to provide optimal scheduling strategies for water diversion projects. In this paper, an improved gravitational search algorithm was applied to optimize the backpropagation neural network to replace the complex water quality mechanism model and solve the optimal scheduling problem of hydraulic structures in water diversion engineering to obtain the optimal scheduling scheme. Based on the rational allocation of water resources to optimize the economic and social development of the basin, an optimal scheduling model of water diversion projects was developed, which is composed of a water quality mechanism model, an artificial neural network, and the improved gravitational search algorithm. Through the rational joint management of sluices and pumps, this study minimizes the economic cost of water diversion projects and provides technical support and a theoretical basis for water environment management in plain river network areas.

2. Methods

2.1. Traditional Gravitational Search Algorithm

The traditional GSA is a heuristic evolutionary algorithm without memory that follows the law of universal gravitation and masses interaction force [28]. Every search individual has four characteristics: a position vector, inertial mass, active gravitation, and passive gravitation. Each position vector corresponds to a set of feasible solutions to the optimization problem, and the individual performance is evaluated based on their inertial mass. Due to the gravitational force, one agent actively attracts others and moves towards the heavier agent, thus affecting the direction and speed of the next iteration. Assuming that the dimension of the optimization problems is D and the search group consists of K individuals, the position and velocity of the j -th individual are described as follows:
X j = x j 1 , x j 2 , , x j D ,         j = 1 , 2 , , K
x j d l o w d , u p d ,               d = 1 , 2 , , D
V j = v j 1 , v j 2 , , v j D ,         j = 1 , 2 , , K
The closer the agent is to the optimum solution of the optimization problem, the greater the inertial mass ( M ), which is strongly associated with the fitness obtained at the current position of the agent. In accordance with the law of universal gravitation, the gravitational force ( F i j d ) defines the force of agent i acting on agent j at the t -th iteration. Therefore, the total force ( F j d ) and acceleration ( a j d ) on the d -th dimension of agent j are expressed as follows [44]:
F j d t = i k b e s t ,     i j K r a n d i   ×   F i j d ( t )
F i j d ( t ) = G ( t ) M i ( t ) M j ( t ) X i ( t ) , X j ( t ) 2 x i d t x j d t
a j d t = F j d ( t ) M j ( t )
m j t = f j ( t ) f b a d ( t ) f b e s t ( t ) f b a d ( t )
M j t = m j ( t ) i = 1 N m i ( t )
where k b e s t is a group of individuals with high fitness value in the population, which is correlated with time; G ( t ) is the gravitational constant at time t ; M j t is the inertial mass of particle j at time t ; f j , f b a d , and f b e s t are the fitness of agent j , the worst agent, and the best agent at the t -th iteration.
In the GSA, the search strategy is depicted as follows:
v j d t + 1 = r a n d j × v j d t + a j d t
x j d t + 1 = x j d t + v j d t + 1
where r a n d j is random value within the interval [0, 1].

2.2. Proposed Algorithm: IPSOGSA

An improved gravitational search algorithm (IPSOGSA) based on PSO and the GSA is proposed in this study by introducing opposition-based learning, the elitist agent mutation strategy, the Simulated Annealing Algorithm, a local search strategy, and co-evolution strategies. Firstly, we employed opposition-based learning for population initialization to alleviate the shortage of random initial populations. Then, to avoid trapping in local extrema during the search procedure, the Cauchy mutation operator was introduced into elite agents with a certain probability according to the population aggregation degree, and the Metropolis criterion based on the Simulated Annealing Algorithm was applied to determine whether elite agents should accept mutation updating. Finally, a local search strategy and co-evolution strategies were utilized to speed up the convergence velocity of the GSA. Details of the above functions are provided as follows:

2.2.1. Opposition-Based Learning

As a population-based optimization algorithm, the search process of the GSA is mainly divided into two aspects in a similar way: the random initialization of the population and updating the next generation based on Newton’s gravitation theorem. Random initial populations tend to result in a slow convergence velocity and unstable solution accuracy. Hence, in the present work, the reverse vectors of all initial populations were calculated based on opposition-based learning [45], and the first K individuals were finally obtained as the initial populations by sorting the fitness values.
X = u p + l o w X

2.2.2. Elite Mutation Strategy

As the iterations goes on, the convergence of particles leads to a decrease in population diversity, and it is easy to become trapped in local optimal solutions when disposing of multi-peak problems. Elite particle mutation could help particles to jump out of the current extreme value to explore other solution spaces.
S t = 1 ( 1 + 1 K j = 1 K f i t j t f a v g t 2 )
f a v g t = 1 K j = 1 K f i t j t  
where S t is the aggregation degree of population at the t -th iteration.
If the mutation rate ( m ) is greater than the random value, the Cauchy mutation operator is introduced to the elite agent. Then, the agent will be updated when f i t x j ¯   >   f i t ( x j ) (e.g., minimum problem). Otherwise, based on the individual location update strategy of the Metropolis criterion in the Simulated Annealing Algorithm, if f i t x j ¯   <   f i t ( x j ) , the agent will only be updated with a certain probability.
m =                   0                             ,                     S t m m i n S t m m a x 1 m m i n ,     S t > m m i n  
x j ¯ = x j + c × ( u p l o w ) × C a u c h y ( θ , γ )
T t + 1 = T t × r a t e
When     f i t x j ¯ < f i t ( x j ) ,   X j = x j ¯   ,     r a n d e ( f i t x j ¯ f i t x j T t ) x j   ,     r a n d > e ( f i t x j ¯ f i t x j T t )
where m m a x and m m i n are the maxima and minima of the mutation rate; c is a contraction constant between the interval [0, 1]; θ and γ are 0 and 1; and T t is the temperature at the t -th iteration.

2.2.3. Local Search Strategy

The opposition-based learning strategy and elite strategy are applied to strengthen the population’s exploration ability to avoid the decline of the local search ability after Cauchy mutation. A new set of solution vectors are generated by applying the opposition-based learning strategy to the agents with the top 40% fitness values. Then, the elitist strategy works on the agents with the top 20% fitness values in the new set and original population to produce new agents. After sorting the fitness of all agents, agents with poor performance are obsoleted to generate a new search population.
Q = R j b e s t × r a n d ( 0.5 ,   0.5 ) / D  
X j n e w = X j × Q
where R j b e s t is the Euclidean distance between the j -th individual and the optimal individual.

2.2.4. Co-Evolution Strategies

Based on the evolutionary algorithm, the population in co-evolution strategies is divided into two groups: an elite subpopulation, which is implemented by an ego update, and a common subpopulation, which is implemented by a mutual compulsory update and a cooperation update [46]. Elite individuals with high fitness values lead the population evolution in the process of co-evolution, which speeds up the convergence of the algorithm by passing on good attributes to the offspring.
(1) Ego update
The initial population is divided into the elite subpopulation ( P o p E = M ) and the common subpopulation ( P o p C = K M ) in accordance with the fitness value. In addition, the elite subpopulation should always satisfy the relationship of fitness( x m ) ≥ fitness( x n ), 1 m < n M . The ego update strategy for the elite subpopulation is to generate two new individuals from two elitists through two opposite coupling patterns when the probability ( R e ) is greater than a random value. Then, the optimal value between the two temporary individuals ( E m , n ) and the current worst individual is retained.
E m , n , d = x m , d ± r a n d × x m , d x n , d ,     r a n d < R e x m , d                                                                                 ,     r a n d R e  
1 m < M ,   m < n M ,   1 d D
where E m , n , d is the d -th dimension of the new individual, E m , n .
(2) Compulsory update and cooperation update
The gravitational measurement value (GM) describes the relationship of two groups of subpopulations. According to the GM, the compulsory update is applied to the common individual corresponding to the minimum GM of any elite individuals, while other common individuals are applied the cooperation update. Each common individual is mandatorily updated and cooperation-updated as follows:
C j m = x m a x       r a n d < R c x r a n d       r a n d R c    
1     m a x     M ,   1   r a n d     M ,   1   j   K M
N i 1 = x i , d + r a n d × ( x i , d c j , d )
N i 2 = x i , d r a n d × x i , d c j , d  
C j p = N i 1 ,         f i t n e s s N i 1 > f i t n e s s N i 2 N i 2 ,         f i t n e s s N i 1 < f i t n e s s N i 2  
1   i   M ,   1   j   K M ,   1     d     D
where C j m is the replacement of the individual C j after mandatorily updating; x m a x is the elitist individual that has the furthest distance to j; x r a n d is a random elitist individual; R c is a probability constant, the same as the R e ; and C j p is the replacement of individual C j after the cooperation update strategy.

2.2.5. Location Update Strategy

After each iteration, the agent-moving strategy considers the guide of individual memory and social information, which alleviate the shortcoming of the GSA that easily loses the optimal trajectory during the optimization process by enhancing the information-sharing ability.
v j d t + 1 = r a n d 1 × v j d t + w 1 × a j d + w 2 × r a n d 2 × p j d x j d + w 3 × r a n d 3 × ( p g d x j d )
x j d t + 1 = x j d t + v j d t + 1        
where w 1 , w 2 , and w 3 represent the degree of influence of “gravity”, “memory”, and “society” on the agent search speed, respectively; p j d is the historical optimum position of agent j until the t -th iteration; and p g d is the global optimum position of the population until the t -th iteration.

2.2.6. The Procedure of IPSOGSA

Opposition-based learning is first employed to improve random initial agents (Equation (11)), and the fitness of all agents is then calculated by using the objective function, and the optimal solution should be updated until the current iteration. After that, the convergence and mutation rate are defined as Equations (12)–(14), and whether the particles should be mutated and updated is determined (Equations (15)–(17)). In order to enable the algorithm to effectively deal with complicated optimization problems, the local search strategy and co-evolution strategies are incorporated (Equations (11), (18)–(24)). In each iteration, the gravitational mass, gravitational constant, resultant force, and acceleration of agents are calculated using Equations (4)–(8). Finally, the positions of agents are updated using Equations (25) and (26). The IPSOGSA will continue to search until the end of the iteration. The sequential steps of the IPSOGSA are depicted in Figure 1.

2.3. Experiment Results and Discussion

Thirteen classical benchmark functions were applied to examine the feasibility and effectiveness of the algorithm, which are presented in Tables S1 and S2 (in Supplementary Materials) along with their dimension, range of search space, and optimal value of function [47]. The unimodal benchmark functions that have a unique minimum value in the search space are helpful for testing the exploitation and convergence of the algorithm. The multimodal benchmark functions have several local extreme points that are close to each other in the entire search range, which easily causes the algorithm to become trapped in the local minimum. The multimodal benchmark functions are applied to examine the exploration ability of the algorithm and verify whether the algorithm can effectually search the global optimum. The initial values of related parameters are presented in Table 1. The population size is 50. The max iteration was 1000 and the operation of the algorithm was repeated until the stopping criteria were met. The experiment results are presented in Tables S5 and S6 (in Supplementary Materials) in accordance with 30 independent runs.
In addition, two types of complex functions, IEEE CEC 2015 and CEC 2017, were applied to further evaluate the performance of the algorithm. Both test sets contain different numbers of unimodal functions, simple multimodal functions, hybrid functions, and composition functions (Tables S3 and S4 in Supplementary Materials), since these four types functions contain a single peak or multiple local extremes that are often applied to evaluate the ability of an algorithm to balance exploration and exploitation. The dimension of the IEEE test functions is 30. The population size is 150. The algorithm iteration terminating criterion is when the iteration reaches maximum = 6000. Each algorithm was run 51 times independently, and the experimental results are shown in Tables S8 and S9 (in Supplementary Materials).
With the objective of finding the minimum value, the capability of the algorithm was appraised from two aspects, the mean value and standard deviation, and was compared with the GSA and PSOGSA. Moreover, the boxplot graphs are applied to depict the quality of the optimal solutions on traditional benchmark test functions. Each box includes a median value, abnormal value, and the 25th and 75th percentiles of the 30 independent run results. All the optimal results are expressed in bold style with red color. The entire simulations were performed using MATLAB® version R2019b.

2.3.1. Classical Benchmark Functions Set

(1) Comparison with unimodal benchmark functions test set
The IPSOGSA showed the best performance on the mean value of six functions (f1(x)– f 5 (x), f7(x)), as illustrated in Table S5 (in Supplementary Materials). Especially for functions f 1 (x)–f4(x), the IPSOGSA could acquire the theoretical optimal solution, 0, in three different dimensions. For function f 6 (Dim = 30/50), the mean value with the highest precision was obtained by the PSOGSA, while the IPSOGSA showed an improved performance compared to other two algorithms when dealing with the high-dimensional (Dim = 100) problem of function f6, where the result differed by at least four orders of magnitude. On the other hand, their final ranks point out the superiority of the IPSOGSA over the GSA and PSOGSA, especially high-dimensional problems. the IPSOGSA provided 90% of the best mean values of the unimodal benchmark functions on three different dimensions, followed by the PSOGSA (10%) and the GSA (0%). These results imply that the GSA and PSOGSA suffered from premature convergence.
According to the convergence curve, the IPSOGSA always converges first to the optimal solution of the unimodal benchmark functions (Figure S1 in Supplementary Materials). In addition, the IPSOGSA provided 95% of the best standard deviations on seven test functions over 30 independent runs. Since the standard deviation of the IPSOGSA in f 1 (x)–f4(x) is 0, the other three representative results are selected to be exhibited in boxplots, and from left to right, the data distributions of the three algorithms from low-dimensional to high-dimensional are shown. The box-and-whisker diagrams illustrate that the proposed algorithm possesses the shortest distance and lowest altitude in Figure 2, while the GSA and PSOGSA have more discrete data distribution as the dimension increases. For the seven benchmark functions with dimensions 30/50/100, the IPSOGSA not only converged to the global optimal solutions, but also had stronger stability. These results indicate that the proposed algorithm is more competitive and reliable for solving unimodal benchmark functions.
(2) Comparison with multimodal benchmark functions test set
The results in Table S6 (in Supplementary Materials) indicate that the IPSOGSA presented the best performance on the average results of five multimodal benchmark functions ( f 8 (x)–f12(x)). For the multimodal benchmark functions f 9 (x) and f11(x) with dimensions 30/50/100, the IPSOGSA could also find the theoretical optimal solution of 0. For function f 13 (x), the IPSOGSA performed worse than the PSOGSA for low-dimensional problems (Dim = 30). However, with the increase in the function dimension, the advantages of the proposed algorithm appear more prominent. The IPSOGSA obtained the best mean value compared with the other two algorithms in the high dimension of function f13(x) (Dim = 100). In addition, the final overall ranking indicated that the IPSOGSA outperformed the GSA and PSOGSA in solving the global solution of multimodal benchmark functions in three different dimensions. The IPSOGSA obtained 89% of the best results on the mean and standard deviation of the multimodal benchmark functions. The PSOGSA was only superior to the IPSOGSA in two (11%) of the test results, while the GSA had the worst performance. According to the convergence curve, the IPSOGSA can obtain optimal results with fastest convergence velocity (Figure S2 in Supplementary Materials). The optimal results of f8, f12, and f13 are exhibited in boxplots (Figure 3). The box-and-whisker diagrams indicate that the IPSOGSA had a more concentrated distribution of optimal results over 30 independent runs and still performed well in high-dimensional problems. For the multimodal benchmark functions, the proposed algorithm had a higher probability of finding high-quality solutions compared to other algorithms. Evidently, the hybrid optimization scheme enhanced the exploration competence of the algorithm and prevented precocious convergence.
The above test was to assess the solution’s quality and the convergence rate of three algorithms. To further evaluate the superiority of the IPSOGSA, the Wilcoxon signed-rank test with a significance level of α = 5% was applied to present the discrepancy between the three algorithms, where win (w), tie (t), and lose (l), respectively, indicate that the proposed algorithm is significantly superior, equal, and inferior to other algorithms. These statistical results of Table 2 demonstrate the superior performance of the IPSOGSA over the other algorithms. In addition, the performance of the IPSOGSA in high dimensional space shows that the improved strategy is effective and promising.
(3) Comparison with the state-of-the-art variants
In order to measure the superiority of the proposed algorithm, we compared it with the state-of-the-art variants and novel meta-heuristic algorithm. All conclusions in this section are based on the mean results in the relevant papers (Table S7 in Supplementary Materials). For thirteen benchmark functions with 30, 50, and 100 variables, the IPSOGSA outperformed the HGSA (2021) on 7 (equal in 4 functions), 13, and 13 functions, respectively [11]. In addition, the IPSOGSA was far superior to the COGSA (2023) on f1f5 and f8f12 with 30 variables [48]. Compared to a novel metaheuristic algorithm, the IPSOGSA outperformed the Chimp Optimization Algorithm (2020) on 10 high-dimensional (Dim = 100) traditional benchmark functions [49]. These findings suggest that the proposed algorithm possesses a strong exploration ability and is effective for high-dimensional (Dim = 100) traditional benchmark functions as well. The improved algorithm (IPSOGSA) significantly enhances the performance of the traditional gravitational search algorithm and demonstrates competitiveness in solving single-objective optimization problems.

2.3.2. Modern Benchmark Functions Set

(1) Comparison with CEC 2015 and CEC 2017 test sets
The CEC 2015 test set contains 2 unimodal functions, 3 simple multimodal functions, 3 hybrid functions, and 7 composition functions. The IPSOGSA and the GSA achieved best mean value on 10 and 4 functions, respectively, while the PSOGSA only performed best on F15 (Table S8 in Supplementary Materials). In addition, the IPSOGSA, respectively, outperformed the GSA and the PSOGSA on 10 and 12 test functions based on the analysis results of the Wilcoxon test and w/t/l.
According to the summary results of Table S9 (in Supplementary Materials), the IPSOGSA performed best on both the mean and standard deviation of 24 functions compared to the other two algorithms. The PSOGSA and GSA possessed better means only on 1 (F28) and 2 (F11, F28) functions than the IPSOGSA, respectively. Although the GSA slightly outperformed the IPSOGSA in standard deviations on 5 functions (F4, F7, F10, F11, F13), the latter was in the lead on the other 25 functions, with the largest gap being 10 orders of magnitude. The p-value results of the Wilcoxon test indicate the significant difference between the IPSOGSA and the two other algorithms. Over all, the IPSOGSA outperformed the other two algorithms on the mean results of 3 unimodal functions, 7 simple multimodal functions, 9 hybrid functions, and 9 composition functions. These results suggest that the proposed algorithm improves the global search ability and exploitation ability of the agent.
(2) Comparison with the state-of-the-art variants
Since the IPSOGSA is a new variant of a GSA and PSO, we compared it with up-to-date GSA and PSO variants and a novel meta-heuristic algorithm to further evaluate the performance of the proposed algorithm. All results on the CEC 2017 test set were directly obtained from relevant papers and summarized in light of the average results. Table S10 (in Supplementary Materials) orders the algorithms in terms of the final optimized mean results. The IPSOGSA outperformed all competitors on unimodal functions (F1–F3), which suggests that the proposed algorithm possesses a strong exploitation ability. According to the mean values on CEC 2017, the IPSOGSA was superior to GPSG [41], SSC [50], ESA [51], and HFPSO [52] on 18 (equal in 2 functions), 29, 21, and 30 benchmark functions, respectively. The above comparative algorithms are well-performing algorithms proposed in the last five years. For instance, the experimental results of GPSG [41] on the CEC 2017 test set outperform CSA [53], GWO [29], BSA [54], SCA [55], and PSOG [56]. These comparison results demonstrate that the improved strategies in this study are effective and reduce the possibility of algorithms falling into local extremes.
Both classical the benchmark function set and the modern benchmark function set include simple and complex functions, which are consistently applied to assess an algorithm’s performance in balancing exploration and exploitation capabilities. Based on the above experimental results, it is further confirmed that the proposed algorithm enhances the global search and exploitation capabilities of the traditional gravitational search algorithm. Therefore, the proposed algorithm possesses significant potential in addressing complex optimization problems and can be employed for optimizing the performance of artificial neural networks, as well as joint scheduling issues in hydraulic structures.

3. Optimal Scheduling Model of Hydraulic Structures

3.1. Mathematical Problem Formulation

Hydraulic structure regulation (sluices and pumps) to effectively improve water quality is a multi-objective problem, including economic goals and water quality goals. In this study, water quality objectives are transformed into constraints for multi-objective decision making. We applied the improved gravitational search algorithm to minimize the economic cost and maximize the environmental benefits of water diversion projects.

3.1.1. Economic Objective

The economic goal of the optimal scheduling model can be depicted as follows:
M i n i m i z e     E C = i = 1 P U C γ h p Q i t i η
where E C is the economic cost; P is the number of pumps; U C is the unit cost; γ is the water weight; h p is the pump head; Q i is the flow of the i -th pump; t i is the run time of the i -th pump; and η is the efficiency of the pump.

3.1.2. Water Quality Constraints

Water quality objectives should meet the following constraints:
q j q j s
where q j is the concentration of the j -th pollutant; q j s is the upper concentration limit of the j -th pollutant.

3.1.3. Hydraulic Constraints

Hydraulic structures should meet the following constraints:
0 Q i Q i l i m i t
0 t i t i l i m i t  
where Q i l i m i t is the upper limit of flow; t i l i m i t is the upper limit of the run time.

3.2. Water Quality Prediction Model

The intelligent scheduling model of water diversion projects includes a water environment model and an optimization model. Firstly, a process-based mechanism model was applied to simulate the change in hydrodynamic and water quality in complex basins. The application of intelligent optimization algorithms to solve dispatching problems usually involves multiple searches in the decision space to obtain the optimal solution. Water quality mechanism models coupled with optimization algorithms have the problem of complex interface processing or time-consuming multiple calls. Hence, we applied a BPNN instead of a water quality mechanism model to predict the improvement in water quality via different dispatching schemes, which is the state variable in the water quality objective function evaluation of the optimization dispatching model. Since it is easy to fall into the local extreme value during the training of the BPNN, we applied the proposed algorithm to optimize the connection weight and threshold of the BPNN. In addition, the proposed algorithm was used to solve the optimal scheduling problem of water conservancy equipment in water diversion projects.

4. Practical Application

4.1. Case Study

Jiaxing City is a plain river network area in eastern China. This plain river network is located between 30°21′ N and 31°2′ N latitude and 120°18′ E and 121°16′ E longitude. The study area covers a total area of more than 130 km2, with 256 rivers and 52 hydraulic structures for flood control. Jiaxing City suffers from poor water quality in its rivers, owing to the stagnant water flow caused by flood control structures. Long-term practice has proved that water diversion through these structures can significantly improve the water quality of the river network. In order to maximize the economic benefit and environmental benefit, this study applied the improved gravitational search algorithm to solve the optimization problem of the joint management of sluices and pumps in water diversion projects. In this study, the IPSOGSA was applied as the optimizer. One is to optimize the weights and thresholds of the BPNN. The other is to solve the optimal dispatching problem of water diversion projects (Figure 4).

4.2. Backpropagation Neural Network

The BPNN is a multi-layer feedforward network trained in accordance with the error backpropagation algorithm. Aimed at the problem that the BPNN can easily fall into local optima, the GA is commonly used to optimize the weights and thresholds to improve the accuracy of the BPNN. In this study, we compared the performance of the IPSOGSA, GA, and GSA to establish the optimal parameters of the BPNN. The sample data are derived from 1000 scheduling schemes simulated by the water quality mechanism model, with an accuracy of 86.7% established using the MIKE software (version 2016). The water quality prediction indicators are the chemical oxygen demand (CODMn), ammonia nitrogen (NH3-N), and total phosphorus (TP). The sample data of three models were consistent, which was divided into a training set (900) and a test set (100). The network structure was 13-12-3. The initial interval of weights and thresholds was [−3, 3]. The max iteration was 10 and the population size was 40.
The impact of different algorithms on the performance of the BPNN was evaluated by using Equations (31) and (32). The root-mean-squared error (RMSE) and determination coefficient (R2) of the predicted results were taken as evaluation indices to reflect the fitting degree of the BPNN in practical engineering applications. The smaller RMSE and larger R2 mean that the model has a higher fitting degree, accuracy, and prediction ability.
R M S E r , r ^ = 1 n i = 1 n ( r i r ^ ) 2
R 2 = 1 i = 1 n r i r ^ i 2 i = 1 n r i r ¯ 2
where r i is the true value; r ¯ is the mean value; and r ^ is the forecasting value.
The evaluation results of three different algorithms are shown in Table 3. All the optimal results are expressed in bold style. The IGSA-BPNN model obtained the smallest RMSE and the largest R2 in both the training set and the test set. It is noteworthy that the R2 values of the IGSA-BPNN model are all more than 0.95. Compared with the GA and GSA, the IGSA-BPNN model, respectively, achieved an average improvement of 1.5% and 0.9% in R2 on the training set, and 1.1% and 1.5% on the test set. The IGSA-BPNN model led to a reduction of 18.6% and 13.1% in RMSE in the training set, and 13.3% and 19.7% in the test set. In addition, the IGSA-BPNN model does not suffer from overfitting or underfitting problems. These findings verified that the IGSA-BPNN model is the best model for water quality prediction.

4.3. Optimal Operation Scheduling of Water Diversion Project

The water diversion project diverts water from the southwest and drains from the northeast. According to government requirements, water quality should meet the Class III environmental quality standards for surface water of China (Table S11 in Supplementary Materials). This study focused on a provincial control cross-section located in the northeast direction to determine the optimal joint management of hydraulic structures. To give evidence of the applicability and efficiency of the proposed algorithm, we compared it to traditional algorithms on different scenarios. The IGSA-BPNN model was used to replace the MIKE 11 model to predict the effect of water quality improvement on diversion schemes.
The maximum flow rates of pump 1 (P1), pump 2 (P2), and pump 3 (P3) are 72 m3/s, 60 m3/s, and 36 m3/s, respectively (Figure 5). The maximum operation time of the pumps is 180 h. The operation height of the gate was [0.3, 1.5] (unit: meters). Five scenarios are depicted in Table 4. The initial target water quality in scenario 1 and scenario 2 is the same, and the upstream water quality in scenario 2 is better than that in scenario 1. The upstream water quality of scenario 2 and scenario 3 is the same, and the initial target water quality in scenario 3 is better than that in scenario 2. The target water quality in scenario 4 meets the Class III environmental quality standards for surface water. The target water quality in scenario 5 is better than the upstream water quality.
Under the condition of a consistent h p and η of the pump, the economic cost of a water diversion project mainly depends on the water flow rate and the operation time. In scenarios 4 and 5, when the target water quality meets Class III of the environmental quality standards or is better than the upstream water quality, there is no scheduling required. In the other three scenarios, the proposed algorithm obtained the operation scheme with the minimum economic cost when the river water quality of Jiaxing city met the national standard. From scenario 1 to scenario 3, the operating cost of the optimal scheduling scheme gradually decreased, which indicates that the better the upstream water quality and the initial water quality, the less the demand for the scheduling of hydraulic structures. From the optimal scheme obtained by the IPSOGSA in Table 5, it can be concluded that the water quality of the provincial control section is mainly affected by the operation time and flow rate of pump 2, which is consistent with the actual situation. While in scenario 3, the optimal solution obtained by the GSA chooses to run pump 3 for a long time, which leads to an increase in the operating cost. Compared with the optimal plan of the GSA, the IPSOGSA reduces the economic cost by 69%, 66%, and 46% in scenarios 1 to 3, respectively. These results show that the proposed model provided the optimal operation schemes with the lowest cost of hydraulic structures to achieve the water quality objectives in water diversion projects.

5. Conclusions

This paper proposed an improved gravitational search algorithm based on a multi-strategy hybrid optimization technique. The comparison experiments of the GSA, PSO, and IPSOGSA on traditional benchmark test functions and a modern benchmark test set established the superiority of the presented algorithm. We applied the improved algorithm to solve the problem of the optimal joint management of hydraulic structures in water diversion projects. The focus of this paper is to provide desirable environmental benefits while minimizing economic costs. In order to reduce the computational cost caused by the repeated invocation of water quality mechanism models in the optimization process, an artificial neural network was applied to replace the complex water quality mechanism model to predict the improvement degree of water quality under different scheduling schemes. Then, we integrated this algorithm with a backpropagation neural network to create an intelligent optimal scheduling model. Compared to other algorithms, the BPNN optimized by the IPSOGSA obtained smaller RMSE and higher R2 values. The optimal scheduling model provided the optimal and feasible operation scheme under various scenarios for the multi-objective regulation problem of the Jiaxing water diversion project. These results show that the established intelligent scheduling model has good reliability and application prospects. The intelligent scheduling model can be applied to assist decision-makers in selecting the most efficient operation plan. This method can be extended to similar areas and used to develop operation strategies of water diversion projects for regional water quality improvement.

Supplementary Materials

The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/w15244297/s1.

Author Contributions

F.H.: methodology, formal analysis, validation, writing—original draft, writing—review and editing. H.Z.: conceptualization, writing—review and editing. Q.W.: conceptualization, supervision. S.C.: conceptualization, supervision. M.Y.: conceptualization, supervision. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Shanghai Municipal Science and Technology Major Project (grant number 2021SHZDZX0100), and the Shanghai Municipal Commission of the Science and Technology Project (grant number 19511132101).

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

There is no commercial funding. Author Qiaofeng Wu, Shanqing Chi, Mingqing Yang were employed by the company Fuzhou Urban and Rural Construction Group Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Hosper, H.; Meyer, M.-L. Control of phosphorus loading and flushing as restoration methods for Lake Veluwe, The Netherlands. Hydrobiol. Bull. 1986, 20, 183–194. [Google Scholar] [CrossRef]
  2. Welch, E.B.; Barbiero, R.P.; Bouchard, D.; Jones, C.A. Lake trophic state change and constant algal composition following dilution and diversion. Ecol. Eng. 1992, 1, 173–197. [Google Scholar] [CrossRef]
  3. Bode, H.; Evers, P.; Albrecht, D.R. Integrated water resources management in the Ruhr River Basin, Germany. Water Sci. Technol. 2003, 47, 81–86. [Google Scholar] [CrossRef] [PubMed]
  4. Lane, R.R.; Day, J.W.; Kemp, G.P.; Demcheck, D.K. The 1994 experimental opening of the Bonnet Carre Spillway to divert Mississippi River water into Lake Pontchartrain, Louisiana. Ecol. Eng. 2001, 17, 411–422. [Google Scholar] [CrossRef]
  5. Yin, W.; Xin, X.K.; Jia, H.Y. Preliminary research on hydrodynamic dispatch method of algal blooms in Three Gorges Reservoir Bays. Appl. Mech. Mater. 2014, 675–677, 811–817. [Google Scholar] [CrossRef]
  6. Gao, X.P.; Xu, L.P.; Zhang, C. Modelling the effect of water diversion projects on renewal capacity in an urban artificial lake in China. J. Hydroinformatics 2015, 17, 990–1002. [Google Scholar] [CrossRef]
  7. Kumar, D.N.; Baliarsingh, F.; Raju, K.S. Optimal reservoir operation for flood control using folded dynamic programming. Water Resour. Manag. 2010, 24, 1045–1064. [Google Scholar] [CrossRef]
  8. Chang, L.C. Guiding rational reservoir flood operation using penalty-type genetic algorithm. J. Hydrol. 2008, 354, 65–74. [Google Scholar] [CrossRef]
  9. Chen, H.-t.; Wang, W.-c.; Chau, K.-w.; Xu, L.; He, J. Flood Control Operation of Reservoir Group Using Yin-Yang Firefly Algorithm. Water Resour. Manag. 2021, 35, 5325–5345. [Google Scholar] [CrossRef]
  10. Li, Q.; Ouyang, S. Research on multi-objective joint optimal flood control model for cascade reservoirs in river basin system. Nat. Hazards 2015, 77, 2097–2115. [Google Scholar] [CrossRef]
  11. Niu, W.-j.; Feng, Z.-k.; Liu, S. Multi-strategy gravitational search algorithm for constrained global optimization in coordinative operation of multiple hydropower reservoirs and solar photovoltaic power plants. Appl. Soft Comput. 2021, 107, 107315. [Google Scholar] [CrossRef]
  12. Zhou, Y.L.; Guo, S.L.; Chang, F.J.; Liu, P.; Chen, A.B. Methodology that improves water utilization and hydropower generation without increasing flood risk in mega cascade reservoirs. Energy 2018, 143, 785–796. [Google Scholar] [CrossRef]
  13. Xu, Z.; Mo, L.; Zhou, J.; Zhang, X. Optimal dispatching rules of hydropower reservoir in flood season considering flood resources utilization: A case study of Three Gorges Reservoir in China. J. Clean. Prod. 2023, 388, 135975. [Google Scholar] [CrossRef]
  14. Moazeni, F.; Khazaei, J. Optimal design and operation of an islanded water-energy network including a combined electrodialysis-reverse osmosis desalination unit. Renew. Energy 2021, 167, 395–408. [Google Scholar] [CrossRef]
  15. Yan, P.; Zhang, Z.; Lei, X.; Hou, Q.; Wang, H. A multi-objective optimal control model of cascade pumping stations considering both cost and safety. J. Clean. Prod. 2022, 345, 131171. [Google Scholar] [CrossRef]
  16. Liu, Y.; Zheng, H.; Wan, W.; Zhao, J. Optimal operation toward energy efficiency of the long-distance water transfer project. J. Hydrol. 2023, 618, 129152. [Google Scholar] [CrossRef]
  17. Zhu, Y.P.; Zhang, H.P.; Chen, L.; Zhao, J.F. Influence of the South–North Water Diversion Project and the Mitigation Projects on the water quality of Han River. Sci. Total Environ. 2008, 406, 57–68. [Google Scholar] [CrossRef]
  18. Yang, H.; Wang, J.; Li, J.; Zhou, H.; Liu, Z. Modelling impacts of water diversion on water quality in an urban artificial lake. Environ. Pollut. 2021, 276, 116694. [Google Scholar] [CrossRef]
  19. Zhou, H.P.; Shao, W.Y.; Jiang, L.J. Optimal model of hydrodynamic controlling on pumps and slice gates for water quality improvement. Appl. Mech. Mater. 2013, 316–317, 732–740. [Google Scholar] [CrossRef]
  20. Emary, E.; Zawbaa, H.M.; Grosan, C. Experienced Gray Wolf Optimization Through Reinforcement Learning and Neural Networks. IEEE Trans. Neural Netw. Learn. Syst. 2018, 29, 681–694. [Google Scholar] [CrossRef]
  21. Heidari, A.A.; Faris, H.; Aljarah, I.; Mirjalili, S. An efficient hybrid multilayer perceptron neural network with grasshopper optimization. Soft Comput. 2019, 23, 7941–7958. [Google Scholar] [CrossRef]
  22. Khishe, M.; Mosavi, M.R. Improved whale trainer for sonar datasets classification using neural network. Appl. Acoust. 2019, 154, 176–192. [Google Scholar] [CrossRef]
  23. Khishe, M.; Safari, A. Classification of Sonar Targets Using an MLP Neural Network Trained by Dragonfly Algorithm. Wirel. Pers. Commun. 2019, 108, 2241–2260. [Google Scholar] [CrossRef]
  24. Zheng, X.; Nguyen, H. A novel artificial intelligent model for predicting water treatment efficiency of various biochar systems based on artificial neural network and queuing search algorithm. Chemosphere 2022, 287, 132251. [Google Scholar] [CrossRef]
  25. Aarts, E.H.L.; van Laarhoven, P.J.M. Simulated annealing: An introduction. Stat. Neerl. 1989, 43, 31–52. [Google Scholar] [CrossRef]
  26. Holland, J.H. Genetic Algorithms. Sci. Am. 1992, 267, 66–73. [Google Scholar] [CrossRef]
  27. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95—International Conference on Neural Networks, Perth, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar] [CrossRef]
  28. Rashedi, E.; Nezamabadi-pour, H.; Saryazdi, S. GSA: A Gravitational Search Algorithm. Inf. Sci. 2009, 179, 2232–2248. [Google Scholar] [CrossRef]
  29. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  30. Li, C.; Zhou, J. Parameters identification of hydraulic turbine governing system using improved gravitational search algorithm. Energy Convers. Manag. 2011, 52, 374–381. [Google Scholar] [CrossRef]
  31. Rashedi, E.; Nezamabadi-pour, H.; Saryazdi, S. Filter modeling using gravitational search algorithm. Eng. Appl. Artif. Intell. 2011, 24, 117–122. [Google Scholar] [CrossRef]
  32. Zhang, X.; Zou, D.; Shen, X. A Simplified and Efficient Gravitational Search Algorithm for Unconstrained Optimization Problems. In Proceedings of the 2017 International Conference on Vision, Image and Signal Processing (ICVISP), Osaka, Japan, 22–24 September 2017; pp. 11–17. [Google Scholar] [CrossRef]
  33. Zhang, Y.; Wu, L.; Zhang, Y.; Wang, J. Immune Gravitation Inspired Optimization Algorithm. In Advanced Intelligent Computing; Huang, D.S., Gan, Y., Bevilacqua, V., Figueroa, J.C., Eds.; Springer: Berlin/Heidelberg, Germany, 2011; pp. 178–185. [Google Scholar] [CrossRef]
  34. Shaw, B.; Mukherjee, V.; Ghoshal, S.P. A novel opposition-based gravitational search algorithm for combined economic and emission dispatch problems of power systems. Int. J. Electr. Power Energy Syst. 2012, 35, 21–33. [Google Scholar] [CrossRef]
  35. Hatamlou, A.; Abdullah, S.; Othman, Z. Gravitational search algorithm with heuristic search for clustering problems. In Proceedings of the 2011 3rd Conference on Data Mining and Optimization (DMO), Putrajaya, Malaysia, 28–29 June 2011; pp. 190–193. [Google Scholar] [CrossRef]
  36. Darzi, S.; Sieh Kiong, T.; Tariqul Islam, M.; Rezai Soleymanpour, H.; Kibria, S. A memory-based gravitational search algorithm for enhancing minimum variance distortionless response beamforming. Appl. Soft Comput. 2016, 47, 103–118. [Google Scholar] [CrossRef]
  37. Yin, B.; Guo, Z.; Liang, Z.; Yue, X. Improved gravitational search algorithm with crossover. Comput. Electr. Eng. 2017, 66, 505–516. [Google Scholar] [CrossRef]
  38. Mirjalili, S.; Hashim, S.Z.M. A new hybrid PSOGSA algorithm for function optimization. In Proceedings of the 2010 International Conference on Computer and Information Application, Tianjin, China, 3–5 December 2010; pp. 374–377. [Google Scholar] [CrossRef]
  39. Duman, S.; Yorukeren, N.; Altas, I.H. A novel modified hybrid PSOGSA based on fuzzy logic for non-convex economic dispatch problem with valve-point effect. Int. J. Electr. Power Energy Syst. 2015, 64, 121–135. [Google Scholar] [CrossRef]
  40. Xiao, J.; Niu, Y.; Chen, P.; Leung, S.C.H.; Xing, F. An improved gravitational search algorithm for green partner selection in virtual enterprises. Neurocomputing 2016, 217, 103–109. [Google Scholar] [CrossRef]
  41. Salajegheh, F.; Salajegheh, E.; Shojaee, S. An enhanced approach for optimizing mathematical and structural problems by combining PSO, GSA and gradient directions. Soft Comput. 2022, 26, 11891–11913. [Google Scholar] [CrossRef]
  42. Tian, H.; Yuan, X.; Ji, B.; Chen, Z. Multi-objective optimization of short-term hydrothermal scheduling using non-dominated sorting gravitational search algorithm with chaotic mutation. Energy Convers. Manag. 2014, 81, 504–519. [Google Scholar] [CrossRef]
  43. Duman, S.; Li, J.; Wu, L.; Guvenc, U. Optimal power flow with stochastic wind power and FACTS devices: A modified hybrid PSOGSA with chaotic maps approach. Neural Comput. Appl. 2020, 32, 8463–8492. [Google Scholar] [CrossRef]
  44. Li, N.; Su, Z.; Jerbi, H.; Abbassi, R.; Latifi, M.; Furukawa, N. Energy management and optimized operation of renewable sources and electric vehicles based on microgrid using hybrid gravitational search and pattern search algorithm. Sustain. Cities Soc. 2021, 75, 103279. [Google Scholar] [CrossRef]
  45. Hui, W.; Zhijian, W.; Shahryar, R.; Yong, L.; Mario, V. Enhancing particle swarm optimization using generalized opposition-based learning. Inf. Sci. 2011, 181, 4699–4714. [Google Scholar] [CrossRef]
  46. Lou, Y.; Li, J.L.; Shi, Y.H.; Jin, L.P. Gravitational Co-evolution and Opposition-based Optimization Algorithm. Int. J. Comput. Intell. Syst. 2013, 6, 849–861. [Google Scholar] [CrossRef]
  47. Xin, Y.; Yong, L.; Guangming, L. Evolutionary programming made faster. IEEE Trans. Evol. Comput. 1999, 3, 82–102. [Google Scholar] [CrossRef]
  48. Joshi, S.K. Chaos embedded opposition based learning for gravitational search algorithm. Appl. Intell. 2023, 53, 5567–5586. [Google Scholar] [CrossRef]
  49. Khishe, M.; Mosavi, M.R. Chimp optimization algorithm. Expert Syst. Appl. 2020, 149, 113338. [Google Scholar] [CrossRef]
  50. Dhiman, G. SSC: A hybrid nature-inspired meta-heuristic optimization algorithm for engineering applications. Knowl. -Based Syst. 2021, 222, 106926. [Google Scholar] [CrossRef]
  51. Dhiman, G. ESA: A hybrid bio-inspired metaheuristic optimization approach for engineering problems. Eng. Comput. 2021, 37, 323–353. [Google Scholar] [CrossRef]
  52. Aydilek, İ.B. A hybrid firefly and particle swarm optimization algorithm for computationally expensive numerical problems. Appl. Soft Comput. 2018, 66, 232–249. [Google Scholar] [CrossRef]
  53. Askarzadeh, A. A novel metaheuristic method for solving constrained engineering optimization problems: Crow search algorithm. Comput. Struct. 2016, 169, 1–12. [Google Scholar] [CrossRef]
  54. Civicioglu, P. Backtracking Search Optimization Algorithm for numerical optimization problems. Appl. Math. Comput. 2013, 219, 8121–8144. [Google Scholar] [CrossRef]
  55. Mirjalili, S. SCA: A Sine Cosine Algorithm for solving optimization problems. Knowl.-Based Syst. 2016, 96, 120–133. [Google Scholar] [CrossRef]
  56. Salajegheh, F.; Salajegheh, E. PSOG: Enhanced particle swarm optimization by a unit vector of first and second order gradient directions. Swarm Evol. Comput. 2019, 46, 28–51. [Google Scholar] [CrossRef]
Figure 1. Implementation process of IPSOGSA.
Figure 1. Implementation process of IPSOGSA.
Water 15 04297 g001
Figure 2. Boxplot graphs of optimal solutions on unimodal benchmark functions (Dim = 30/50/100, A: GSA, B: PSOGSA, C: IPSOGSA).
Figure 2. Boxplot graphs of optimal solutions on unimodal benchmark functions (Dim = 30/50/100, A: GSA, B: PSOGSA, C: IPSOGSA).
Water 15 04297 g002
Figure 3. Boxplot graphs of optimal solutions on multimodal benchmark functions (Dim = 30/50/100, A: GSA, B: PSOGSA, C: IPSOGSA).
Figure 3. Boxplot graphs of optimal solutions on multimodal benchmark functions (Dim = 30/50/100, A: GSA, B: PSOGSA, C: IPSOGSA).
Water 15 04297 g003
Figure 4. The framework of the optimal model.
Figure 4. The framework of the optimal model.
Water 15 04297 g004
Figure 5. Schematic diagram of river network.
Figure 5. Schematic diagram of river network.
Water 15 04297 g005
Table 1. Parameters for GSA, PSOGSA, and IPSOGSA.
Table 1. Parameters for GSA, PSOGSA, and IPSOGSA.
Algorithm G 0 α m m i n m m a x T 0 rate T e n d
GSA10020-----
PSOGSA10020-----
IPSOGSA100200.10.210000.960.01
Table 2. Results of Wilcoxon signed-rank test on classical benchmark functions.
Table 2. Results of Wilcoxon signed-rank test on classical benchmark functions.
DimensionIPSOGSA vs.w (+)t (=)l   ( )
30GSA1201
PSOGSA1111
50GSA1201
PSOGSA1102
100GSA1300
PSOGSA1300
Table 3. Evaluation results of three neural network models.
Table 3. Evaluation results of three neural network models.
PhaseIndicatorsGAGSAIGSA
RMSER2RMSER2RMSER2
Training phaseCODMn0.591 0.961 0.582 0.962 0.4720.975
NH3-N0.075 0.969 0.073 0.971 0.0580.981
TP0.023 0.933 0.020 0.946 0.0200.950
Test phaseCODMn0.496 0.971 0.572 0.962 0.4630.975
NH3-N0.080 0.966 0.087 0.960 0.0660.976
TP0.019 0.950 0.019 0.954 0.0160.967
Table 4. Scenario list.
Table 4. Scenario list.
Scenario NumberDescription: Water Quality (mg/L)
S1Upstream: CODMn:5; NH3-N:0.75; TP:0.15
Initial: CODMn:15; NH3-N:2.0; TP:0.4
S2Upstream: CODMn:4; NH3-N:0.5; TP:0.1
Initial: CODMn:15; NH3-N:2.0; TP:0.4
S3Upstream: CODMn:4; NH3-N:0.5; TP:0.1
Initial: CODMn:10; NH3-N:1.5; TP:0.3
S4Upstream: CODMn:4; NH3-N:0.5; TP:0.1
Initial: CODMn:6; NH3-N:1.0; TP:0.2
S5Upstream: CODMn:6; NH3-N:1.3; TP:0.25
Initial: CODMn:6; NH3-N:1.2; TP:0.25
Table 5. The optimal dispatching program of two algorithms on five scenarios.
Table 5. The optimal dispatching program of two algorithms on five scenarios.
Scenario NumberAlgorithmHeight of Gate
(m)
Flow (m3/s)Run Time (h)Economic Cost
( i = 1 P Q i t i )
P1P2P3P1P2P3
S1GSA1.4036240170342.50 × 107
IPSOGSA1.4121224517317.78 × 106
S2GSA0.772121245177532.16 × 107
IPSOGSA1.412120316707.34 × 106
S3GSA1.21201210401451.08 × 107
IPSOGSA1.201212013245.88 × 106
S4 No scheduling required
S5 No scheduling required
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Huang, F.; Zhang, H.; Wu, Q.; Chi, S.; Yang, M. An Optimal Model and Application of Hydraulic Structure Regulation to Improve Water Quality in Plain River Networks. Water 2023, 15, 4297. https://doi.org/10.3390/w15244297

AMA Style

Huang F, Zhang H, Wu Q, Chi S, Yang M. An Optimal Model and Application of Hydraulic Structure Regulation to Improve Water Quality in Plain River Networks. Water. 2023; 15(24):4297. https://doi.org/10.3390/w15244297

Chicago/Turabian Style

Huang, Fan, Haiping Zhang, Qiaofeng Wu, Shanqing Chi, and Mingqing Yang. 2023. "An Optimal Model and Application of Hydraulic Structure Regulation to Improve Water Quality in Plain River Networks" Water 15, no. 24: 4297. https://doi.org/10.3390/w15244297

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