Next Article in Journal
Surprising Behaviour of the Wageningen B-Screw Series Polynomials
Next Article in Special Issue
Robust Output Path-Following Control of Marine Surface Vessels with Finite-Time LOS Guidance
Previous Article in Journal
Worldwide Availability of Maritime Medium-Frequency Radio Infrastructure for R-Mode-Supported Navigation
Previous Article in Special Issue
AUV 3D Path Planning Based on the Improved Hierarchical Deep Q Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Optimized Radial Basis Function Neural Network Based Intelligent Control Algorithm of Unmanned Surface Vehicles

1
Navigation College, Jiangsu Maritime Institute, Nanjing 211170, China
2
Maritime College, Hainan Vocational College of Science and Technology, Haikou 571126, China
*
Author to whom correspondence should be addressed.
J. Mar. Sci. Eng. 2020, 8(3), 210; https://doi.org/10.3390/jmse8030210
Submission received: 14 February 2020 / Revised: 13 March 2020 / Accepted: 14 March 2020 / Published: 18 March 2020
(This article belongs to the Special Issue Unmanned Marine Vehicles)

Abstract

:
To improve the tracking stability control of unmanned surface vehicles (USVs), an intelligent control algorithm was proposed on the basis of an optimized radial basis function (RBF) neural network. The design process was as follows. First, the adaptation value and mutation probability were modified to improve the traditional optimization algorithm. Then, the improved genetic algorithms (GA) were used to optimize the network parameters online to improve their approximation performance. Additionally, the RBF neural network was used to approximate the function uncertainties of the USV motion system to eliminate the chattering caused by the uninterrupted switching of the sliding surface. Finally, an intelligent control law was introduced based on the sliding mode control with the Lyapunov stability theory. The simulation tests showed that the intelligent control algorithm can effectively guarantee the control accuracy of USVs. In addition, a comparative study with the sliding mode control algorithm based on an RBF network and fuzzy neural network showed that, under the same conditions, the stabilization time of the intelligent control system was 33.33% faster, the average overshoot was reduced by 20%, the control input was smoother, and less chattering occurred compared to the previous two attempts.

1. Introduction

Since the concept of unmanned autonomous ships (UASs) was established, the research and development of UASs has become a key breakthrough project in the global shipping industry. To this end, the research and development institutions in various countries have conducted in-depth research on the intelligent navigation and control of UAS. At present, research on intelligent motion control navigation is in full swing. The most representative applications are various types of small unmanned surface vehicles (USVs) [1]. Developing a small intelligent hull and conducting a series of studies will lay a solid foundation for future large-scale intelligentization.
It is well known that steering tracking control is an important research hotspot in the field of ship motion and control, which is related to both the economics and safety of ship navigation [2,3], such as in ship collision avoidance [4,5]. Due to the uncertain parameters, nonlinearity, and external interference [6] in the USV motion control model, conventional proportional–integral–derivative (PID) control is not effective enough, and the control input chattering situation is serious [7]. Therefore, ideal sliding mode control (ISMC) [8,9] can be effectively applied to the motion control of nonlinear systems. Neural network systems have universal approximation performance for arbitrary functions, which can effectively solve the problem of the uncertainty of USV motion systems [10,11]. Wang et al. [12] proposed the use of a radial basis function (RBF) network for control input compensation and designed an intelligent tracking control algorithm for USVs based on SMC under limited input conditions. Dongdong et al. [13] proposed an adaptive trajectory tracking control strategy for underactuated unmanned surface vehicles. The neural network minimum learning parameter method proposed in this paper features a small amount of computation. After combining the SMC and RBF networks and applying them to the design of USV motion control, the performance of the controller could be further improved [14,15].
However, when neural networks are used for the modeling and control of motion systems [16], the function estimation and classification functions of neural networks are most commonly used. The key to designing a neural network is to determine the structure and connection weight coefficients of the neural network. For the most typical radial basis function (RBF) neural network, the connection weights and parameters of the Gaussian functions are mainly determined by experience [17]. If the parameters are not properly selected, it is easy for the system to fall into local extremes [18]. Genetic algorithms (GAs) can be used for calculation optimization [19] and in the design of neural networks [20]. In [21], a GA optimized the center vector and basis width of an RBF neural network and updated the weight of the RBF network in real time, improving the accuracy of RBF tracking. In [22], a genetic algorithm was used to optimize the weight of a RBF network and a clustering algorithm was used to determine the number of centers of the basis function of the RBF network. Then, a coke quality prediction model based on the GA-optimized RBF neural network was designed. Based on the literature [17], the key to RBF network application is to determine its three parameters.
Considering the shortcomings of GAs [17], some improvements have been proposed, such as an adaptive mutation algorithm and an excellent individual protection algorithm. In [23], utilizing the excellent global search ability of gene expression programming (GEP) to optimize the RBF neural network, a GEP-optimized RBF multi-output model algorithm (GEP-RBF algorithm) was designed. This model has good prediction accuracy and multi-output balance.
Motivated by the above-mentioned observations, an intelligent control algorithm was proposed based on SMC with an optimized RBF network. GA was used to optimize the RBF network, and the optimized RBF network was directly approximated to the USV motion control input instructions. Then, the system stabilization function was constructed using SMC theory. Finally, the USV navigation motion intelligent control algorithm was introduced using stability theory.
The contributions of this paper can be summarized as follows. The previous USV motion controller is remodeled based on SMC and RBF Neural Network (RBFNN). The GA-optimized RBF network directly inputs the control law, which overcomes the chatter caused by the uncertainty term in the USV model. At the same time, by modifying the adaptation value and mutation probability and by differentiating N subpopulations, the improvement of the general GA algorithm can reduce the prevalence of falling into local extremes, speed up the optimization process, and further improve the input accuracy of the RBF network.

2. RBF Neural Network and Its Genetic Optimization

The RBF neural network is a neural network proposed by Moody and Darken [17] in the late 1980s. It is a three-layer, feed-forward network with a single hidden layer, as shown in Figure 1. Because it simulates a neural network structure that is locally adjusted in the human brain and covers the receiving area with itself, the RBF network is a local approximation network. The fact that the mapping from input to output is nonlinear and the mapping from the hidden layer space to the output space is linear can greatly speed up the learning process and avoid local minima and can also approximate any continuous function with arbitrary precision [17]. However, it is difficult to determine parameters like connection weights, center widths, and center values for the Gaussian function [18].

2.1. RBF Neural Network Approximation Algorithm

The RBF network input/output algorithm [17] is
{ h j = exp ( x c j 2 2 b j 2 ) δ = W T h ( x ) + ε
where x is the network input, i is the i-th input of the network input layer, j is the j-th network input of the network hidden layer, h = [ h j ] T is the output of the Gaussian function, W is the ideal weight of the network, and ε is the error of the ideal neural network approximating δ , ε ε max .
If the network input is taken as x = [ x 1   x 2     x n ] T , then the output of the network is
f ^ ( x ) = W ^ T h ( x )
where f ^ is the network output and W ^ is the estimated weight of the neural network.

2.2. Optimization of the RBF Neural Network based on the Genetic Algorithm

The current methods will be used to improve the performance of RBF networks, which include fuzzy algorithms and intelligent optimization algorithms [24,25,26,27]. In fuzzy systems, the design of fuzzy sets, membership functions, and fuzzy rules is based on empirical knowledge, and the algorithm itself does not have the ability to learn autonomously [25]. However, the intelligent optimization algorithm represented by the genetic algorithm [26,27] can realize self-learning by using the law of biological evolution, ultimately converging to the most adaptive group to obtain the optimal solution or most satisfactory solution.
In addition, the main advantages of genetic algorithms [17] are listed below:
(1)
To solve any form of objective function and constraint optimization problem, whether it is linear or nonlinear, discrete or continuous, the genetic algorithm does not require any mathematical model. Depending on its evolutionary nature, the inherent nature of the problem need not be known during the search process.
(2)
The ergodicity of evolutionary operators makes genetic algorithms very efficient in globally searching for probabilistic meanings.
(3)
For a variety of special problems, genetic algorithms can provide great flexibility to mix and construct domain-independent heuristics, thereby ensuring the effectiveness of the algorithm.
When the GA runs its optimization calculations, a large system size will cause poor optimization performance. Similarly, a system sample without important characteristic genes can also cause the optimization process to converge prematurely and fail to reach the optimal solution [28]. In order to solve the above problems, this paper adopts a modification to the adaptation value and mutation probability to improve the traditional optimization algorithm.
Thus, the improved genetic algorithm (IGA) is used to determine the connection weight parameters of the RBF network. The genetic optimization process of the RBF neural network is shown in Figure 2, and the process of optimization can be described as follows:
Step 1: The N subpopulations are initialized, and the initial network parameters (connection weights, center width, and center value of the Gaussian function) are encoded as genes.
Step 2: N subpopulations carry out evolutionary operations independently.
Step 3: Performance judgement? If no, go to the next step. If yes, end, and go to the RBF learning step.
(1)
Firstly, autonomous learning of the RBF network.
(2)
Secondly, absolute error calculation.
(3)
Thirdly, parameter updating.
(4)
Finally, performance judgement? If Yes, end. If No, go to autonomous learning and error calculation.
Step 4: The average fitness of N subpopulations is calculated.
Step 5: The selection and cross operations are performed separately.
Step 6: Mutation operations are performed separately.
Step 7: The new N subpopulations are recalculated and returned to Step 2.

2.2.1. Adaptation Value Correction

If f is the adaptation value calculated in the usual way, and f ¯ is the average adaptation value [17], then the revised adaptation value is
f = { k 1 f ¯ f k 1 f ¯ f f < k 1 f ¯ .
Here, k1 > 1. The effect of this correction is to reduce the influence of genes whose adaptation value is too large, slow down their convergence speed, and expand the search space.
According to the model theory, after the adaptation value is modified, as the genetic algorithm gradually evolves, the average adaptation value will become increasingly larger, and optimization will develop in an ideal direction.

2.2.2. Correction of Mutation Probability

The mutation probability is corrected as follows:
p m ( i + 1 ) = { p m h The   highest   adaptation   value   is   canstant   in   N   generations p m ( i ) k 2 p m ( i ) p m l k 2 p m ( i ) o t h e r s
where i represents the algebra of the GA’s evolution; p m h and p m l represent the upper and lower limits of the mutation probability; and k 2 is a constant less than 1.
The correction method can be used to increase the mutation probability automatically when premature convergence occurs to expand the search space. At the same time, in order to prevent the best results being destroyed due to an overly high mutation probability, the best samples are kept in each iteration. Generally, the values of the above parameters are: p n h [ 0.5 , 1 ] , p m l [ 0 , 0.1 ] , k 1 [ 1 , 10 ] , k 2 [ 0.8 , 1 ] , and G [ 1 , 1000 ] .
In order to obtain satisfactory approximation accuracy, an absolute error index is used as the minimum objective function for parameter selection:
J = 100 i = 1 N | e ( i ) |
where N is the total approximation step, and e ( i ) is the approximation error of the i-th step.

3. USV Ideal Sliding Mode Control Based on the RBF Neural Network

Because the SMC control law contains the uncertainty terms f ( x 2 ) and g , the optimized RBF neural network is used to approximate the control input instruction to achieve ideal control of the USV. First, the initial network parameters (connection weights, center width, and center value of the Gaussian function) are encoded as genes, and the optimized parameters output by the IGA are accepted. Then, the absolute error of the control system is determined by the optimized RBF network. Then, the RBF network output is transmitted to the SMC control unit after performing autonomous learning. Lastly, an intelligent control algorithm for USV navigation motion is introduced based on the SMC method with Lyapunov stability theory. The intelligent control algorithm flow is shown in Figure 3.

3.1. USV Motion Mathematical Model

In the case of external disturbances and system parameter disturbances, Nomoto’s equation is used as a dynamic mathematical model of USV plane motion [29,30]:
φ ¨ + H ( φ ˙ ) T + Δ T = K + Δ K T + Δ T δ + d ( t )
where K and T are the ship’s parameters, which can be obtained through ship experiments, and Δ K and Δ T are the perturbations. φ is the heading and δ is the rudder angle. d ( t ) is the external disturbance, d ( t ) d max ; its equivalent rudder angle interference model in Nomoto’s model will be explained in the computer experiments section. H ( φ ˙ ) is a nonlinear function of φ ˙ , which can be approximated as
H ( φ ˙ ) = α 1 φ ˙ + α 2 φ ˙ 3 + α 3 φ ˙ 5 +
where α i ( i = 1 , 2 , 3 , ) is a real-valued constant.
In order to perform sliding mode control design, Equation (1) needs to be transformed into the following form:
{ x ˙ 1 = x 2 x ˙ 2 = f ( x 2 ) + g u + d ( t ) y = x 1
where x 1 = φ , x 2 = φ ˙ , u = δ , f ( x 2 ) = 1 T + Δ T H ( φ ˙ ) , and g = K + Δ K T + Δ T .

3.2. Ideal Sliding Mode Control Based on the RBF Neural Network

The USV navigation controller is introduced with SMC technology and Lyapunov stability theory [31]. The optimized RBF network is applied to approximate the control law of USV with the problem of system parameter perturbation.
According to the SMC design theory, the sliding mode surface function is defined as follows:
s = λ e + e ˙
where λ > 0 , e = x x d , x is the actual system output, and x d is the system input instruction.
Thus, Equation (10) can be inferred using Equation (9):
s ˙ = λ e ˙ + e ¨ = f ( x 2 ) + [ v + d ( t ) ] + g · u
where v = x ¨ d + λ e ˙ .
The existence of an ideal sliding mode control law [32] in the absence of external interference and system parameter perturbation can make the controlled system (Equation (8)) globally stable, and the system convergence speed can be adjusted by parameter ε . The ideal sliding mode control law is
u = 1 g [ f ( x 2 ) + v ] ( 1 ε g + 1 ε g 2 g ˙ 2 g 2 ) s .
The control law has limitations because the system function f ( x 2 ) and gain g are unknown. The optimized RBF neural network was used to approximate u to achieve ideal control of USV navigation. The inputs of the RBF neural network, containing the system variables and sliding mode surface functions, are
z = [ x T   s   s ε   v ] T Ω z R 5
where the compact set is expressed as
Ω z = { ( x T   s   s ε   v ) | x Ω ;   x d Ω d } .
The ideal output of the RBF neural network can be rewritten [18] as
u ( z ) = W T h ( z ) + π l , z Ω z
where W = arg   min W R l { sup z Ω z | W T h ( z ) u ( z ) | } , h(z) is a Gaussian function, π l is a network approximation error, and |π| ≤ π0.
After being approached by the GA-optimized RBF neural network, the actual input of the SMC controller was
u = W ^ T h ( z )
In this formula, W ^ is an estimated value of W .
The network learning adaptive law is designed as follows:
W ^ ˙ = Γ ( h ( z ) s + σ W ^ )
where Γ = Γ T and σ > 0 .
Equation (17) can then be obtained according to Equations (10) and (15):
s ˙ = f ( x 2 ) + [ v + d ( t ) ] + g W ^ T h ( z ) .
Similarly, Equation (18) is produced according to Equations (14) and (17):
s ˙ = f ( x 2 ) + [ v + d ( t ) ] + g u ( z ) + g ( W ^ T h ( z ) W T h ( z ) π l ) .
In order to suppress the external disturbance of the system, the ideal sliding mode control law in Equation (11) is further improved as
u = 1 g [ f ( x 2 ) + v + η sgn ( s ) ] ( 1 ε g + 1 ε g 2 g ˙ 2 g 2 ) s
where η d max .
Further, Equation (20) can be deduced by Equations (18) and (19):
s ˙ = g ( W ˜ T h ( z ) π l ) + ( d ( t ) η sgn ( s ) ) ( 1 ε g + 1 ε g 2 g ˙ 2 g 2 ) s
where W ˜ = W ^ W .
Based on this, the Lyapunov Function was constructed as follows:
V = 1 2 ( s 2 g + W ˜ T Γ 1 W ˜ ) .
Thus, Equation (22) can be inferred via Equation (21):
V ˙ = s s ˙ g g ˙ 2 g 2 s 2 + W ˜ T Γ 1 W ^ ˙ = s g [ g ( W ˜ T h ( z ) π l ) ( 1 ε + 1 ε g g ˙ 2 g ) s ] g ˙ 2 g 2 s 2 + W ˜ T Γ 1 ( Γ ) ( h ( z ) + σ W ^ ) = ( 1 ε g + 1 ε g 2 ) s 2 π l s σ W ˜ T W ^ + 1 g ( d ( t ) s η [ s ] ) ( 1 ε g + 1 ε g 2 ) s 2 π l s σ W ˜ T W ^
The inequality equations are as follows:
{ 2 W ˜ T W ^ = W ˜ T ( W ˜ + W ) + ( W ^ W ) T W ^ = W ˜ T W ˜ + ( W ^ W ) T W + W ^ T W ^ W T W ^ = W ˜ 2 + W ^ 2 W 2 W ˜ 2 W 2 | π l s | s 2 2 ε g + ε 2 π l 2 g s 2 2 ε g + ε 2 π l 2 g ¯ | π l | | π 0 | .
Therefore, Equation (24) can be acquired by Equations (22) and (23):
V ˙ s 2 2 ε g σ 2 W ˜ 2 + ε 2 π 0 2 g ¯ + σ 2 W 2 .
Equation (25) can be realized by Equation (24) because of W ˜ T Γ 1 W ˜ γ ¯ W ˜ 2 ( γ ¯ is the maximum eigenvalue of Γ 1 ).
V ˙ 1 α 0 V + ε 2 π 0 2 g ¯ + σ 2 W 2
where α 0 = max { ε , γ ¯ / σ } .
According to Lemma B.5 in [33], the inequality in Equation (25) is solved as
V e t / α 0 V ( 0 ) + ( ε 2 π 0 2 g ¯ + σ 2 W 2 ) 0 t e ( t τ ) / α 0 d τ e t / α 0 V ( 0 ) + α 0 ( ε 2 π 0 2 g ¯ + σ 2 W 2 ) ,   t 0
According to Equation (21), V ( 0 ) is a specific value at the initial time, similar to constant C 1 . Thus, Equation (26) can be rewritten as
V C 1 e t / α 0 + C 2 ,   t 0
where C 2 = α 0 ( ε 2 π 0 2 g ¯ + σ 2 W 2 ) .
The first term in Equation (27) gradually decays to 0 + over time. For this reason, as long as the second term is guaranteed to be a very small amount, it can be guaranteed that when t , V 0 + .
Therefore, the control system remains stable as long as α 0 0 + .

4. Computer Simulation Experiment Results and Analysis

The USV named “Lanxin” [29] was adopted for the computer simulation. With a speed of 8.5 knots, the parameters of the Nomoto model are listed as K = 1.502 , T = 0.905 , α 1 = 0.001 , and α i ( i = 1 , 2 , 3 ) = 0 . Considering the disturbances of wind and waves, the equivalent interference model can be replaced by a transfer function of a second-order wave driven with white noise [34]:
δ D = z ( s ) w ( s )
where w ( s ) is Gaussian white noise, whose average value is zero, and the power of spectral density is 0.1; z ( s ) is a transfer function of the second-order wave and is defined by Equation (29):
{ z ( s ) = k ω s s 2 + 2 ξ ω 0 s + ω 0 2 k ω = 2 ξ ω 0 σ m
where ω 0 is the wave’s dominant frequency, ξ is the damping coefficient, and k ω and σ m are constants.

4.1. Verification of Practical Performance Experiments

The practical performance of the intelligent control algorithm is confirmed though five computer simulation experiments. In the five experiments, the control parameter of the sliding mode surface is λ = 1.45 , η = 0.5 , the parameters of the IGA are N = 30 , p m h = 0.5 , p m l = 0.04 , k 1 = 2.4 , k 2 = 0.9 , and the parameter of the crossover operation is p c = 0.85 . The excitation function of the hidden layer is f 1 ( x ) = 2 1 + e x 1 , the excitation function of the output layer is f 1 ( x ) = 10 ( 2 1 + e x 1 ) , and the learning parameters of the RBF network are α = 0.05 and η = 0.85 .
During the experiment, the optimization process tended to converge when the optimization process executions exceeded seven. At the same time, in order to facilitate data calculation, an odd number of experiments was performed. Thus, the first nine sets of experiments were intercepted here, as shown in Figure 4. Compared with the general GA, the IGA optimization process converged faster, and the objective function value was smaller. As shown in Table 1, the average value of the objective function of GA optimization is 974.33, and the average/median value is 0.998. The average value of the objective function of IGA optimization is 821.44, which is 15.7% smaller than that for the GA; the average/median value is 0.975, which is 2.3% smaller than that of the GA.
The specific results of the ship motion control under various experimental conditions are shown in Table 2. Table 2, A represents the heading change experiment. In this experiment, the controller parameters were set as described above. The first order response pattern was used to perform the tracking experiments. The amplitude was 030°, and the initial value of the experiment was 000° without interference. The test results are shown in Table 2, row A.
B represents the model perturbation experiment. The difference here from experiment A is the added perturbation of the system parameters and that the parameter values of USV are perturbed by 40%. The test results are shown in Table 2, row b.
C represents the sinusoidal interference experiment. The difference here from experiment A is the added external sinusoidal interference. The system output is subjected to sinusoidal interference with an amplitude of 2° and a frequency of 0.1 rad/s. The test results are shown in Table 2, row C.
D represents the white noise interference experiment. The difference here from experiment C is that the external interference changes to white noise. The system output is subjected to white noise with an amplitude of 0.1. The test results are shown in Table 2, row D.
E represents the compound interference experiment. The difference here from experiment A is the added compound external interference. The parameter values of USV are perturbed by 40%, and the system output is subjected to white noise with an amplitude of 0.1. The test results are shown in Table 2, row E.
Based on the result of the experiments in Table 2, the effectiveness and practicality of the intelligent control algorithm is verified because the control performance indicators satisfied the engineering design requirements.

4.2. Verification of Advanced Performance Experiments

In order to verify the advanced performance of the intelligent control algorithm of USV based on the IGA-optimized RBF neural network proposed in this paper, the tracking control results of this method are compared with the results of the sliding mode control algorithm based on the RBF neural network and the algorithm based on a fuzzy neural network. The three parameters of control performance are then compared between the three methods.
In this paper, three algorithms are applied to the navigation control of the USV under certain conditions in the following three ways. First, the initial course is 000°, and the tracking course is 030°. Second, the second-order pop model is used to determine the compound interference of wind and waves. Third, a servo-driven model of a steering gear is included in the USV control model.
The navigation control of the USV is then determined using the three algorithms mentioned above, and the results of the comparison experiment are shown as Figure 5.

5. Analysis and Discussion of Results

5.1. Control Performance of the Intelligent Algorithm Based on an IGA-Optimized RBF Network

As can be seen from Table 2, the maximum value of the heading stabilization time is initially 80 s, and its tracking speed is fast. After 80 s, the heading tracking output value remains unchanged, so the tracking performance of the control system is stable and reliable. Second, the maximum value of the system’s overshoot is 1.2% (less than 5%), which meets actual engineering standards. Third, the maximum value of the control system input’s chattering is 2%, which is ideal.
This shows that the intelligent control algorithm of USV based on the IGA-optimized RBF neural network proposed in this paper can effectively track the target course, and its tracking accuracy is high.

5.2. Comparison of USV Navigation Control

Figure 5 shows that, under the same compound interference situation, the stability of the intelligent control algorithm based on the IGA-optimized RBF neural network is the fastest, and its control chatter is also the weakest. In practice, the weaker the chattering, the more it can reduce the load on the steering gear and thus protect it.
In Table 3, it shows that the control performance of the intelligent control algorithm based on the IGA-optimized RBF neural network is better than the control performance of the sliding mode control algorithm based on the fuzzy neural network. Moreover, the control performance of the sliding mode control algorithm based on the fuzzy neural network is better than the control performance of the sliding mode control algorithm based on the RBF neural network. Compared with the other two methods, the intelligent control algorithm for USV based on the IGA-optimized RBF neural network can be applied to the research and development of UAS control systems.

6. Conclusions

When an RBF neural network is used for the modeling and control of a motion system, it is easy to fall into the local extreme since the parameters mainly depend on experience; thus, it is still difficult to apply the RBF to such a design. In response, this article applied the IGA to optimize the RBF network for effective application in the development of UAS control systems.
Through computer simulation experiments, we found that: (1) The intelligent control algorithm of the USV based on the IGA-optimized RBF neural network proposed in this paper can effectively track the target course, and its tracking accuracy is high; (2) compared with the sliding mode control algorithm based on a Fuzzy neural network and RBF network, the intelligent control algorithm based on the IGA-optimized RBF neural network is more advanced and can thus be applied to the research and development of UAS control systems.
In addition, it should be noted that the improvement of the GA in this paper is performed by modifying its adaptation value and mutation probability. There are possibly better ways to improve the GA. At the same time, there are no observational data on external interference, which, to a certain extent, can cause the chattering problem for the control input.

Author Contributions

R.W. was responsible for writing and revising the topics of this article, including the preliminary research design, data collection, and data analysis. D.L. was responsible for managing and coordinating responsibilities and implementing research activity plans, including literature retrieval and data collection. K.M. supervised and led the planning and execution of the research activities, including the preliminary research design, data collection, and icon design. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Natural Science Research Project of Universities in Jiangsu Province under Grant No. 19KJD580001, 19KJA150005, and 18KJB580003, and the Key R&D Program Projects in Hainan Province under Grant No. ZDYF2018019.

Conflicts of Interest

There is no conflict between authors, and the research content is shared between them. The funding agencies were the Hainan Provincial Department of Science and Technology and Jiangsu Provincial Department of Education, but neither participated in designing the content of the article. The authors agreed to submit the manuscript to the Journal of Marine Science and Engineering. The funding agencies did not affect the submission of the manuscript. There are no other conflicts.

References

  1. Wang, N.; Lv, S.; Liu, Z. Global finite-time heading control of surface vehicles. Neurocomputing 2016, 175, 662–666. [Google Scholar] [CrossRef]
  2. Kurowski, M.; Thal, J.; Damerius, R.; Korte, H.; Jeinsch, T. Automated Survey in Very Shallow Water using an Unmanned Surface Vehicle. IFAC-PapersOnLine 2019, 52, 146–151. [Google Scholar] [CrossRef]
  3. Ma, L.Y.; Xie, W.; Huang, H.B. Convolutional neural network based obstacle detection for unmanned surface vehicle. Math. Biosci. Eng. 2019, 17, 845–861. [Google Scholar] [CrossRef] [PubMed]
  4. Singh, Y.; Sharma, S.; Sutton, R.; Hatton, D. Optimal path planning of an unmanned surface vehicle in a real-time marine environment using a dijkstra algorithm. Mar. Navig. 2017, 399–402. [Google Scholar]
  5. Marco, B.; Singh, Y.; Sharma, S.; Sutton, R.; Hatton, D.; Khan, A. A two layered optimal approach towards cooperative motion planning of unmanned surface vehicles in a constrained maritime environment. IFAC-PapersOnLine 2018, 51, 378–383. [Google Scholar]
  6. Benslimane, H.; Boulkroune, A.; Chekireb, H. Adaptive iterative learning control of nonlinearly parameterised strict feedback systems with input saturation. Int. J. Autom. Control 2018, 12, 251–270. [Google Scholar] [CrossRef]
  7. Kouba, N.E.Y.; Menaa, M.; Hasni, M.; Boudour, M. Design of intelligent load frequency control strategy using optimal fuzzy-PID controller. Int. J. Process Syst. Eng. 2016, 4, 41–64. [Google Scholar] [CrossRef]
  8. Kim, H.; Lee, J. Robust sliding mode control for a USV water-jet system. Int. J. Nav. Archit. Ocean Eng. 2019, 11, 851–857. [Google Scholar] [CrossRef]
  9. Chen, Q.; Wang, X. Non-singular fast terminal sliding mode and dynamic surface control trajectory tracking guidance law. J. Natl. Univ. Def. Technol. 2020, 42, 91–100. [Google Scholar]
  10. Mizuno, N.; Kuboshima, R. Implementation and Evaluation of Non-linear Optimal Feedback Control for Ship’s Automatic Berthing by Recurrent Neural Network. IFAC-PapersOnLine 2019, 52, 91–96. [Google Scholar] [CrossRef]
  11. Wang, Q.; Sun, C.; Chen, Y. Adaptive neural network control for course-keeping of ships with input constraints. Trans. Inst. Meas. Control 2019, 41, 1010–1018. [Google Scholar] [CrossRef]
  12. Wang, R.; Miao, K.; Sun, J.; Chen, D. Intelligent control algorithm for USV with input saturation based on RBF network compensation. Int. J. Reason. -Based Intell. Syst. 2019, 11, 235–241. [Google Scholar] [CrossRef]
  13. Mu, D.; Wang, G.; Fan, Y. Adaptive Trajectory Tracking Control for Underactuated Unmanned Surface Vehicle Subject to Unknown Dynamics and Time-Varing Disturbances. Appl. Sci. 2018, 547, 547. [Google Scholar] [CrossRef] [Green Version]
  14. Wang, A.; Zhang, Q.; Wang, D. Robust tracking control system design for a nonlinear IPMC using neural network-based sliding mode approach. Int. J. Adv. Mechatron. Syst. 2015, 6, 269–276. [Google Scholar] [CrossRef]
  15. Shen, Z.; Zhang, X.; Zhang, N.; Guo, G. Ship surface tracking based on neural network observer recursive sliding mode dynamic surface output feedback control. Control Theory Appl. 2018, 35, 1092–1100. [Google Scholar]
  16. Wang, N.; Chen, C.; Yang, C. A robot learning framework based on adaptive admittance control and generalizable motion modeling with neural network controller. Neurocomputing 2019. [Google Scholar] [CrossRef]
  17. Sun, Z.; Deng, Z.; Zhang, Z. Intelligent Control Theory and Technology, 2nd ed.; Tsinghua University Press: Beijing, China, 2016. [Google Scholar]
  18. Chen, X.; An, Y.; Zhang, Z.; Li, Y. An approximate nondominated sorting genetic algorithm to integrate optimization of production scheduling and accurate maintenance based on reliability intervals. J. Manuf. Syst. 2020, 54, 227–241. [Google Scholar] [CrossRef]
  19. Liu, J. Intelligent Control, 2nd ed.; Publishing Hourse of Electronics Industry: Beijing, China, 2013. [Google Scholar]
  20. Camilo, M.-M.; Olga, B. A hybrid optimization algorithm with genetic and bacterial operators for the design of cellular manufacturing systems. IFAC-PapersOnLine 2019, 52, 1409–1414. [Google Scholar]
  21. Long, Y.D.; Wang, W. Magnification control of exoskeleton sensitivity of GA optimized RBF neural network. J. Harbin Inst. Technol. 2015, 47, 26–30. [Google Scholar]
  22. Zhan, Y.; Jiang, J.; Gu, G. Coke quality model based on GA optimized RBF network. Electron. Technol. 2015, 44, 16–18. [Google Scholar]
  23. Min, W.; Jiang, Z.; Li, T.; Qi, Z.; Rao, Y. Modeling of Crop Physiological Parameters in Multi-output RBF Network Optimized by GEP. J. Anhui Agric. Univ. 2017, 44, 165–170. [Google Scholar]
  24. Jia, W.; Zhao, D.; Ding, L. An optimized RBF neural network algorithm based on partial least squares and genetic algorithm for classification of small sample. Appl. Soft Comput. 2016, 48, 373–384. [Google Scholar] [CrossRef]
  25. Xing, Z.; Han, D.; Luo, Q. Flight support time estimation based on improved GA neural network. Comput. Eng. Des. 2020, 41, 107–114. [Google Scholar]
  26. Li, Y.; Chu, X.; Fu, Z.; Feng, J.; Mei, W. Shelf life prediction model of postharvest table grape using optimized radial basis function (RBF) neural network. Br. Food J. 2019, 121, 2919–2936. [Google Scholar] [CrossRef]
  27. Yang, H.; Hu, X. Wavelet neural network with improved genetic algorithm for traffic flow time series prediction. Int. J. Light Electron Opt. 2016, 127, 8103–8110. [Google Scholar] [CrossRef]
  28. Guo, H.; Mao, Z.; Ding, W.; Liu, P. Optimal search path planning for unmanned surface vehicle based on an improved genetic algorithm. Comput. Electr. Eng. 2019, 79, 106467. [Google Scholar] [CrossRef]
  29. Fan, Y.; Sun, Y.; Wang, G. On Model Parameter Identification and Trajectory Tracking Control for USV Based on Backstepping. In Proceedings of the 36th China Control Conference, Dalian, China, 26–28 July 2017; Volume 7, pp. 1455–1459. [Google Scholar]
  30. Peng, Y.; Yang, Y.; Cui, J.; Li, X.; Pu, H.; Gu, J.; Xie, S.; Luo, J. Development of the USV ‘JingHai-I’ and sea trials in the Southern Yellow Sea. Ocean Eng. 2017, 131, 186–196. [Google Scholar] [CrossRef]
  31. Zhou, F.; Yao, H. Stability analysis for neutral-type inertial BAM neural networks with time-varying delays. Nonlinear Dyn. 2018, 92, 1583–1598. [Google Scholar] [CrossRef]
  32. Chen, B.; Liu, X.; Liu, K. Chong Lin Direct adaptive fuzzy control of nonlinear strict feedback systems. Automatica 2009, 45, 1530–1535. [Google Scholar] [CrossRef]
  33. Krstic, M.; Kanallakopous, I.; Kokotovic, P. Nonlinear and Adaptive Control Design; Wiley: New York, NY, USA, 1995. [Google Scholar]
  34. Yang, C.E.; Jia, X.L.; Bi, M.J. Rudder Stabilization of Ships and its Robust Control; Dalian Maritime University Press: Dalian, China, 2001. [Google Scholar]
Figure 1. The structure of the radial basis function (RBF) neural network.
Figure 1. The structure of the radial basis function (RBF) neural network.
Jmse 08 00210 g001
Figure 2. The process of the neural network optimization with the improved genetic algorithm.
Figure 2. The process of the neural network optimization with the improved genetic algorithm.
Jmse 08 00210 g002
Figure 3. The intelligent control algorithm flow of the unmanned surface vehicle (USV).
Figure 3. The intelligent control algorithm flow of the unmanned surface vehicle (USV).
Jmse 08 00210 g003
Figure 4. The optimization process of the cost function of the improved genetic algorithm (IGA).
Figure 4. The optimization process of the cost function of the improved genetic algorithm (IGA).
Jmse 08 00210 g004
Figure 5. Results of the comparison experiment.
Figure 5. Results of the comparison experiment.
Jmse 08 00210 g005
Table 1. The minimum of objective function.
Table 1. The minimum of objective function.
Algorithms123456789AverageAverage/Median
GA9029229589609761003101110221015974.330.998
IGA740775790800842854858861873821.440.975
Table 2. The control performance indicators of the intelligent control algorithm of the USV.
Table 2. The control performance indicators of the intelligent control algorithm of the USV.
ExperimentsStabilization TimeOvershootChattering
A65 s00
B68 s00
C70 s0.8%0
D75 s1.0%1%
E80 s1.2%2%
Table 3. The typical control performance indicators of the three algorithms.
Table 3. The typical control performance indicators of the three algorithms.
Control Algorithms Stabilization TimeOvershootChattering
Based on RBF Network optimized by IGA80 s1.2%Weak
Based on the Fuzzy Neural Network120 s1.5%Little
Based on the RBF Network130 s2.0%Medium

Share and Cite

MDPI and ACS Style

Wang, R.; Li, D.; Miao, K. Optimized Radial Basis Function Neural Network Based Intelligent Control Algorithm of Unmanned Surface Vehicles. J. Mar. Sci. Eng. 2020, 8, 210. https://doi.org/10.3390/jmse8030210

AMA Style

Wang R, Li D, Miao K. Optimized Radial Basis Function Neural Network Based Intelligent Control Algorithm of Unmanned Surface Vehicles. Journal of Marine Science and Engineering. 2020; 8(3):210. https://doi.org/10.3390/jmse8030210

Chicago/Turabian Style

Wang, Renqiang, Donglou Li, and Keyin Miao. 2020. "Optimized Radial Basis Function Neural Network Based Intelligent Control Algorithm of Unmanned Surface Vehicles" Journal of Marine Science and Engineering 8, no. 3: 210. https://doi.org/10.3390/jmse8030210

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