CN114296489B - RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering - Google Patents

RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering Download PDF

Info

Publication number
CN114296489B
CN114296489B CN202111468138.0A CN202111468138A CN114296489B CN 114296489 B CN114296489 B CN 114296489B CN 202111468138 A CN202111468138 A CN 202111468138A CN 114296489 B CN114296489 B CN 114296489B
Authority
CN
China
Prior art keywords
time
moment
rbf
hidden layer
controller
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111468138.0A
Other languages
Chinese (zh)
Other versions
CN114296489A (en
Inventor
乔俊飞
何海军
蒙西
汤健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing University of Technology
Original Assignee
Beijing University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing University of Technology filed Critical Beijing University of Technology
Priority to CN202111468138.0A priority Critical patent/CN114296489B/en
Publication of CN114296489A publication Critical patent/CN114296489A/en
Application granted granted Critical
Publication of CN114296489B publication Critical patent/CN114296489B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Feedback Control In General (AREA)

Abstract

A RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering belongs to the field of municipal solid waste incineration and aims at the problems of low manual control precision of hearth temperature and frequent updating of a controller. Firstly, updating RBF network parameters on line through a gradient descent algorithm and a recursive least square algorithm, and simultaneously introducing the square of a momentum factor and a momentum term of the parameters to update controller parameters; then, an event trigger condition based on a fixed threshold value is designed to serve as a controller updating condition, an RBF-PID controller based on event trigger is established, accurate control over the temperature of the hearth is achieved, the problem that manual control accuracy of the temperature of the hearth in the urban solid waste incineration process is not high is solved, and theoretical support and technical guarantee are provided for safe and stable operation of the urban solid waste incineration process.

Description

RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering
Technical Field
The invention belongs to the field of urban solid waste incineration.
Background
A large amount of solid wastes not only pollute the atmosphere, water and soil, but also seriously affect the quality of urban ecological environment, and threaten the physical health of human beings and the sustainable development of society. Therefore, how to effectively treat municipal solid waste has become an increasingly urgent problem. Particularly, in the process of creating a civilized city in China, the problems of how to improve the environmental awareness of people, how to strengthen the management level of municipal solid waste, how to improve the treatment level of municipal solid waste and the like become an important research hotspot.
The urban solid waste incineration technology is widely applied worldwide as a new technology for harmless, quantitative-reduction and resource solid waste treatment. The effective control of the hearth temperature is the key for improving the solid waste treatment efficiency, inhibiting the discharge of pollutants and realizing the safe and stable operation of the urban solid waste incineration process. However, the incineration process of the municipal solid wastes is a complex physical and chemical reaction process and has the characteristics of nonlinearity, instability and large time variation. Meanwhile, solid waste components are easily influenced by factors such as climate and region, and show certain periodic change along with season change, so that the difficulty of controlling the temperature of the hearth is increased. At present, the urban solid waste incineration plants in China still mainly adopt manual control in actual operation, and hysteresis and subjectivity exist, so that the temperature control precision of a hearth is low. Moreover, manual operation is frequent, and the abrasion to the actuator is large. Therefore, whether the control is quickly and effectively controlled within a reasonable range has important practical significance.
In recent years, the PID controller is widely applied to industrial production by virtue of the advantages of simple algorithm and easy realization, and the application ratio is up to 90%. However, the traditional PID controller is complex in parameter selection and difficult to manually adjust. And the RBF-PID controller can effectively improve the defects of the conventional PID controller, and can perform online adaptive adjustment on parameters to realize accurate control. In addition, the event trigger control can well solve the problem of frequent updating of the controller and reduce the abrasion of the actuator. Therefore, the invention provides the RBF-PID urban solid waste incineration process furnace temperature control method based on event triggering, the furnace temperature is accurately controlled by adjusting the primary air volume, and the method has important practical significance for improving the solid waste incineration treatment capacity and inhibiting the emission of pollutants.
Disclosure of Invention
The invention provides a method for controlling the temperature of a hearth in an urban solid waste incineration process based on event triggering, which aims at solving the problems of low manual control precision of the temperature of the hearth and frequent updating of a controller. Firstly, updating RBF network parameters on line through a gradient descent algorithm and a recursive least square algorithm, and simultaneously introducing the square of a momentum factor and a momentum term of the parameters to update controller parameters; then, an event trigger condition based on a fixed threshold value is designed to serve as a controller updating condition, an RBF-PID controller based on event trigger is established, accurate control over the temperature of the hearth is achieved, the problem that manual control accuracy of the temperature of the hearth in the urban solid waste incineration process is not high is solved, and theoretical support and technical guarantee are provided for safe and stable operation of the urban solid waste incineration process.
An event-triggered RBF-PID (radial basis function-proportion integration differentiation) method for controlling the temperature of a hearth in a municipal solid waste incineration process comprises the following steps:
step 1: initialization parameters
Initializing controller parameters including the number of neurons in a hidden layer of the RBF network, the center of a Gaussian function, the width and an output weight; PID controller parameters and fixed event triggered thresholds;
step 2: calculating controller inputs
Calculating the tracking error e (k) of the hearth temperature at the current moment and the error variation ec (k) of the hearth temperature, and calculating as follows:
e(k)=y d (k)-y(k) (1)
ec(k)=e(k)-e(k-1) (2)
in the formula: e (k) and e (k-1) respectively represent the furnace temperature control errors at the k moment and the k-1 moment; ec (k) represents a furnace temperature error change amount at time k; y is d (k) And y (k) represents the expected value of the furnace temperature in the control process at the moment k and the actual output value of the control system;
and step 3: computing controller output
The controller adopts incremental PID, and the controller output is:
u(k)=u(k-1)+Δu(k) (3)
wherein u (k) and u (k-1) represent the controller outputs at time k and time k-1, respectively; Δ u (k) is an increment of the control amount at time k, and is calculated as follows:
Δu(k)=K p [e(k)-e(k-1)]+K i e(k)+K d [e(k)-2e(k-1)+e(k-2)] (4)
in the formula, K p 、K i 、K d Is a PID controller parameter; e (k), e (k-1) and e (k-2) respectively represent the tracking errors at the time k, the time k-1 and the time k-2;
and 4, step 4: judging the event trigger condition, if the event trigger is satisfied, updating the control quantity
The event trigger conditions are designed as follows:
Figure BDA0003392386900000031
k t+1 ={|Δu(k)|≥M} (6)
wherein M is a set event trigger threshold; u (k) t ) Is the actual control quantity under the t trigger sequence, which will be kept from the previous trigger sequence until the next trigger sequence is updated to u (k) t+1 ) (ii) a Δ u (k) is a control amount increment at time k; k is a radical of t Represents the time value under the t trigger sequence; k is a radical of t+1 Represents the time value under the t +1 trigger sequence;
and 5: calculating RBF network output y at current k moment m (k)
The RBF network mainly comprises an input layer, a hidden layer and an output layer, and the calculation mode is as follows:
gaussian function of hidden layer of RBF network is
Figure BDA0003392386900000032
Where x is the input vector, h j (x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, c j And σ j Respectively hiding the center and the width of the Gaussian function of the jth neuron of the layer, wherein m is the number of neurons of the hidden layer.
The RBF network output is calculated as follows:
Figure BDA0003392386900000033
in the formula w j (k) For the jth network output weight at time k, y m (k) Is the output value of the RBF network at the k moment, and m is the number h of hidden layer neurons j (x) Representing the gaussian function value of the jth neuron of the hidden layer when the input is x.
Step 6: computing
Figure BDA0003392386900000034
Figure BDA0003392386900000035
Formula w j (k) For the jth network output weight at time k, h j (k) Gaussian function value for the jth neuron of the hidden layer at time k, c j (k) And σ j (k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k moment m (k) The output value of the RBF network at the moment k, m is the number of neurons in an implicit layer, and delta u (k) is the increment of the control quantity at the moment k;
and 7: method for calculating PID controller parameter increment by adopting gradient descent method
Using the square error function as the performance index:
Figure BDA0003392386900000041
in the formula: e (k) represents a performance index at time k; e (k) represents the furnace temperature control error at the time k; y is d (k) Y (k) represents the expected value of the furnace temperature at the time k in the control process and the actual output value of the control system;
and dynamically adjusting the parameter increment of the PID controller by adopting a gradient descent method, and calculating as follows:
Figure BDA0003392386900000042
Figure BDA0003392386900000043
Figure BDA0003392386900000044
wherein e (k) is,e (k-1) and e (k-2) respectively represent the tracking errors at the k moment, the k-1 moment and the k-2 moment; Δ K p (k)、ΔK i (k)、ΔK d (k) PID parameter increment at k moment; y is m (k) RBF network output at the time of k; eta p 、η i 、η d Learning rates of proportional, integral and differential parameters respectively; e (k) represents a performance index at time k;
and 8: updating PID controller parameters
K p (k)=K p (k-1)+ΔK p (k)+α C 2 (K p (k-1)-K p (k-2)) (14)
K i (k)=K i (k-1)+ΔK i (k)+α C 2 (K i (k-1)-K i (k-2)) (15)
K d (k)=K d (k-1)+ΔK d (k)+α C 2 (K d (k-1)-K d (k-2)) (16)
In the formula K p (k)、K p (K-1) and K p (k-2) respectively representing proportional parameters of the k time, the k-1 time and the k-2 time; k i (k)、K i (K-1) and K i (k-2) respectively representing integral parameters at the k moment, the k-1 moment and the k-2 moment; k d (k)、K d (K-1) and K d (k-2) differential parameters at time k, time k-1 and time k-2, respectively; alpha is alpha C Is a momentum factor; Δ K p (k)、ΔK i (k)、ΔK d (k) PID parameter increment at the k moment;
and step 9: adjusting RBF network parameters, namely the center, the width and the network weight of a Gaussian function;
defining the performance index of the identifier as:
Figure BDA0003392386900000051
wherein y (k) represents the actual output value of the furnace temperature at the k moment in the control process; y is m (k) RBF network output for k time;
step 9.1: center and width update
Figure BDA0003392386900000052
Figure BDA0003392386900000053
Figure BDA0003392386900000054
Figure BDA0003392386900000055
Where eta is a learning rate, eta is an element [0,1 ]](ii) a J (k) is a performance index at the time k; h is j (x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, c j (k) And σ j (k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k moment; x is an input vector; y (k) represents an actual output value of the furnace temperature in the control process at the time k; y is m (k) RBF network output value at k moment; w is a j (k) The weight is output for the jth network at time k.
Step 9.2: weight value updating
The recursive least squares algorithm is used here, and the formula is as follows:
Figure BDA0003392386900000056
in the formula: k (k), P (k) respectively represent the recursive least square parameter value at the time k, and I is an identity matrix; w (k) is the network output weight at time k; h (k) is the hidden layer output value at the time k; h is T (k) Transposing the output of the hidden layer for time k.
Compared with the prior art, the invention has the following obvious advantages and beneficial effects:
(1) the self-adaptive adjustment of the RBF-PID controller parameters based on event triggering can ensure that the temperature of the hearth can quickly respond to a set value, has certain advantages in the aspects of control precision and control performance, enables the controller to track the set value of the temperature of the hearth in time, and has higher control precision.
(2) The experimental result based on the hearth temperature shows that the RBF-PID controller based on the event trigger has the characteristics of high control precision, high response speed and less controller updating times.
Drawings
FIG. 1RBF Structure drawing
FIG. 2 parameter K p Is adjusted curve
FIG. 3 parameter K i Is adjusted curve
FIG. 4 parameter K d Is adjusted curve
FIG. 5 furnace temperature control Effect
FIG. 6 furnace temperature control error
FIG. 7 controller update times
FIG. 8 event trigger time intervals
Detailed Description
The method is characterized in that operation data under typical working conditions of several days are collected from a certain solid waste incineration company Limited in Beijing, and the sampling time is 2 s. Through preliminary screening, 500 groups of data of 6 months and 11 days in 2019 are finally selected and used for the fixed set value and variable set value experiments of the hearth temperature.
The event-triggered RBF-PID (radial basis function-proportion integration differentiation) furnace temperature control in the urban solid waste incineration process comprises the following steps:
step 1: initializing an RBF network, designing a network structure to be 3-6-1, initializing controller parameters, setting a Gaussian function center value c to be 30 × ones (3,6), setting a Gaussian function width value b to be 36.5 × ones (3,6), and outputting a weight w to be 30 × ones (3, 6); eta learning rate eta is 0.01; where ones (3,6) represents an identity matrix of three rows and six columns.
Step 2: initializing controller parameters, momentum factor alpha C 0.8; learning rate eta p =0.05、η i =0.1、η d 0.08; the constant value is kept in the control process.
And 3, step 3: setting an event trigger threshold M, wherein M is 0.2, and keeping a constant value in the control process;
and 4, step 4: updating RBF network parameters by using equations (16) - (22); if all data are completely operated, namely the simulation time k is 500, stopping updating the network parameters;
and 5: calculating controller parameters by using the expressions (1) to (15), and stopping updating the controller parameters when the simulation time k is 500; the results of the furnace temperature control are shown in fig. 2-8;
aiming at the problems of low control precision of the hearth temperature and frequent updating of the controller, the RBF-PID controller based on event triggering is provided. The self-adaptive adjustment of the RBF-PID controller parameters based on event triggering can ensure that the temperature of the hearth can quickly and stably follow a set value, has the control effects of high dynamic response speed, small overshoot and good stability, ensures that the controller can timely track the set value of the temperature of the hearth, and has higher control precision. Meanwhile, the controller based on the event trigger mechanism updates the controller only when the condition is triggered, so that the updating times of the controller can be effectively reduced. The triggering condition designed by the invention can effectively reduce the updating times of the controller and reduce the execution burden of the controller while ensuring the control effect. The method of the invention provides beneficial reference and correction for operators in the aspect of real-time control of the temperature of the hearth.

Claims (1)

1. A RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process furnace temperature control method based on event triggering is characterized by comprising the following steps:
step 1: initialization parameters
Initializing controller parameters including the number of neurons in a hidden layer of the RBF network, the center of a Gaussian function, the width and an output weight; PID controller parameters and fixed event triggered thresholds;
step 2: calculating controller inputs
Calculating the tracking error e (k) of the hearth temperature at the current moment and the error variation ec (k) of the hearth temperature, and calculating as follows:
e(k)=y d (k)-y(k) (1)
ec(k)=e(k)-e(k-1) (2)
in the formula: e (k) and e (k-1) respectively representControlling the temperature of the hearth at the k moment and the k-1 moment; ec (k) represents a furnace temperature error change amount at time k; y is d (k) And y (k) represents the expected value of the furnace temperature in the control process at the moment k and the actual output value of the control system;
and step 3: computing controller output
The controller adopts incremental PID, and the controller output is:
u(k)=u(k-1)+Δu(k) (3)
wherein u (k) and u (k-1) represent the controller outputs at time k and time k-1, respectively; Δ u (k) is an increment of the control amount at time k, and is calculated as follows:
Δu(k)=K p [e(k)-e(k-1)]+K i e(k)+K d [e(k)-2e(k-1)+e(k-2)] (4)
in the formula, K p 、K i 、K d Is a PID controller parameter; e (k), e (k-1) and e (k-2) respectively represent the tracking errors at the time k, the time k-1 and the time k-2;
and 4, step 4: judging event trigger condition, if meeting event trigger, updating control quantity
The event trigger conditions are designed as follows:
Figure FDA0003392386890000011
k t+1 ={|Δu(k)|≥M} (6)
wherein M is a set event trigger threshold; u (k) t ) Is the actual control quantity under the t trigger sequence, which will be kept from the previous trigger sequence until the next trigger sequence is updated to u (k) t+1 ) (ii) a Δ u (k) is a control amount increment at time k; k is a radical of t Represents the time value under the t trigger sequence; k is a radical of formula t+1 Represents the time value under the t +1 trigger sequence;
and 5: calculating RBF network output y at current k moment m (k)
The RBF network mainly comprises an input layer, a hidden layer and an output layer, and the calculation mode is as follows:
gaussian function of hidden layer of RBF network is
Figure FDA0003392386890000021
Where x is the input vector, h j (x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, c j And σ j Respectively hiding the center and the width of a Gaussian function of the jth neuron of the layer, wherein m is the number of neurons of the hidden layer;
the RBF network output is calculated as follows:
Figure FDA0003392386890000022
in the formula w j (k) For the jth network output weight at time k, y m (k) Is the output value of the RBF network at the k moment, and m is the number h of the hidden layer neurons j (x) Representing a Gaussian function value of a jth neuron of a hidden layer when the input is x;
step 6: computing
Figure FDA0003392386890000023
Figure FDA0003392386890000024
Formula w j (k) For the jth network output weight at time k, h j (k) Gaussian function value for the jth neuron of the hidden layer at time k, c j (k) And σ j (k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k moment m (k) The output value of the RBF network at the time k, m is the number of neurons of the hidden layer, and delta u (k) is the increment of the control quantity at the time k;
and 7: method for calculating PID controller parameter increment by adopting gradient descent method
Using the square error function as the performance index:
Figure FDA0003392386890000025
in the formula: e (k) represents a performance index at time k; e (k) represents the furnace temperature control error at the time k; y is d (k) Y (k) represents the expected value of the furnace temperature at the time k in the control process and the actual output value of the control system;
and (3) dynamically adjusting the PID controller parameter increment by adopting a gradient descent method, and calculating as follows:
Figure FDA0003392386890000031
Figure FDA0003392386890000032
Figure FDA0003392386890000033
wherein e (k), e (k-1) and e (k-2) represent tracking errors at time k, time k-1 and time k-2, respectively; Δ K p (k)、ΔK i (k)、ΔK d (k) Is PID parameter increment at the k moment; y is m (k) RBF network output at the time of k; eta p 、η i 、η d Learning rates of proportional, integral and differential parameters respectively; e (k) represents a performance index at time k;
and 8: updating PID controller parameters
K p (k)=K p (k-1)+ΔK p (k)+α C 2 (K p (k-1)-K p (k-2)) (14)
K i (k)=K i (k-1)+ΔK i (k)+α C 2 (K i (k-1)-K i (k-2)) (15)
K d (k)=K d (k-1)+ΔK d (k)+α C 2 (K d (k-1)-K d (k-2)) (16)
In the formula K p (k)、K p (K-1) and K p (k-2) respectively representing proportional parameters of the k time, the k-1 time and the k-2 time; k i (k)、K i (K-1) and K i (k-2) respectively representing integral parameters at the time k, the time k-1 and the time k-2; k d (k)、K d (K-1) and K d (k-2) differential parameters indicating a k time, a k-1 time and a k-2 time, respectively; alpha is alpha C Is a momentum factor; Δ K p (k)、ΔK i (k)、ΔK d (k) PID parameter increment at the k moment;
and step 9: adjusting RBF network parameters, namely the center, the width and the network weight of a Gaussian function;
defining the performance index of the recognizer as:
Figure FDA0003392386890000034
wherein y (k) represents the actual output value of the furnace temperature at the k moment in the control process; y is m (k) RBF network output at the time of k;
step 9.1: center and width update
Figure FDA0003392386890000035
Figure FDA0003392386890000041
Figure FDA0003392386890000042
Figure FDA0003392386890000043
Where eta is a learning rate, eta is an element [0,1 ]](ii) a J (k) is a performance index at the time k; h is j (x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, c j (k) And σ j (k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k moment; x is an input vector; y (k) represents an actual output value of the furnace temperature in the control process at the time k; y is m (k) RBF network output value at k moment; w is a j (k) Outputting the weight for the jth network at the moment k;
step 9.2: weight value updating
Using a recursive least squares algorithm, the formula is as follows:
Figure FDA0003392386890000044
in the formula: k (k), P (k) respectively represent the recursive least square parameter value at the time k, and I is an identity matrix; w (k) is the network output weight at time k; h (k) is the hidden layer output value at the time k; h is T (k) Transposing the output of the hidden layer for time k.
CN202111468138.0A 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering Active CN114296489B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111468138.0A CN114296489B (en) 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111468138.0A CN114296489B (en) 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering

Publications (2)

Publication Number Publication Date
CN114296489A CN114296489A (en) 2022-04-08
CN114296489B true CN114296489B (en) 2022-09-20

Family

ID=80964681

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111468138.0A Active CN114296489B (en) 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering

Country Status (1)

Country Link
CN (1) CN114296489B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107045289A (en) * 2017-06-05 2017-08-15 杭州电子科技大学 A kind of nonlinear neural network optimization PID control method of electric furnace temperature
CN107168067A (en) * 2017-06-26 2017-09-15 北京工业大学 A kind of waste incinerator Temperature Fuzzy Control method of use reasoning by cases extracting rule
CN109143872A (en) * 2018-11-19 2019-01-04 重庆科技学院 A kind of continuous stirred tank reactor course control method for use based on event triggering GDHP
CN109597449A (en) * 2019-01-30 2019-04-09 杭州庆睿科技有限公司 A kind of ultrasonic wave separating apparatus temprature control method neural network based
CN109901403A (en) * 2019-04-08 2019-06-18 哈尔滨工程大学 A kind of face autonomous underwater robot neural network S control method
CN110429835A (en) * 2019-07-12 2019-11-08 武汉科技大学 A kind of RBFNN segmentation on-line optimization Passive Shape Control system and method based on LCL filtering
CN110554715A (en) * 2019-10-25 2019-12-10 攀钢集团攀枝花钢铁研究院有限公司 RBF neural network-based PID control method for hydrolysis process temperature of titanyl sulfate plus seed crystal
CN110684547A (en) * 2019-10-22 2020-01-14 中国计量大学 Optimized control method for biomass pyrolysis carbonization kiln
CN110991756A (en) * 2019-12-09 2020-04-10 北京工业大学 MSWI furnace temperature prediction method based on TS fuzzy neural network
WO2020094169A2 (en) * 2018-11-06 2020-05-14 Dimakov Valentin Adaptive adjustment method for a digital pid controller
CN111580381A (en) * 2020-03-20 2020-08-25 北京工业大学 Dissolved oxygen control method of dynamic event-driven control strategy

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN204166348U (en) * 2013-06-03 2015-02-18 泰思康公司 Electron pressure regulator
CN107025338B (en) * 2017-03-27 2020-04-03 北京工业大学 Recursive RBF neural network-based sludge bulking fault identification method

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107045289A (en) * 2017-06-05 2017-08-15 杭州电子科技大学 A kind of nonlinear neural network optimization PID control method of electric furnace temperature
CN107168067A (en) * 2017-06-26 2017-09-15 北京工业大学 A kind of waste incinerator Temperature Fuzzy Control method of use reasoning by cases extracting rule
WO2020094169A2 (en) * 2018-11-06 2020-05-14 Dimakov Valentin Adaptive adjustment method for a digital pid controller
CN109143872A (en) * 2018-11-19 2019-01-04 重庆科技学院 A kind of continuous stirred tank reactor course control method for use based on event triggering GDHP
CN109597449A (en) * 2019-01-30 2019-04-09 杭州庆睿科技有限公司 A kind of ultrasonic wave separating apparatus temprature control method neural network based
CN109901403A (en) * 2019-04-08 2019-06-18 哈尔滨工程大学 A kind of face autonomous underwater robot neural network S control method
CN110429835A (en) * 2019-07-12 2019-11-08 武汉科技大学 A kind of RBFNN segmentation on-line optimization Passive Shape Control system and method based on LCL filtering
CN110684547A (en) * 2019-10-22 2020-01-14 中国计量大学 Optimized control method for biomass pyrolysis carbonization kiln
CN110554715A (en) * 2019-10-25 2019-12-10 攀钢集团攀枝花钢铁研究院有限公司 RBF neural network-based PID control method for hydrolysis process temperature of titanyl sulfate plus seed crystal
CN110991756A (en) * 2019-12-09 2020-04-10 北京工业大学 MSWI furnace temperature prediction method based on TS fuzzy neural network
CN111580381A (en) * 2020-03-20 2020-08-25 北京工业大学 Dissolved oxygen control method of dynamic event-driven control strategy

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
基于RBF神经网络整定的PID温度控制系统设计;余丽平等;《工业炉》;20070731;第29卷(第04期);第33-36页 *
基于模糊BP神经网络的垃圾焚烧炉控制系统;杨涛等;《成都大学学报(自然科学版)》;20111231;第30卷(第04期);第356-360页 *
基于相对贡献指标的自组织RBF神经网络的设计;乔俊飞等;《智能系统学报》;20180430;第13卷(第02期);第159-167页 *

Also Published As

Publication number Publication date
CN114296489A (en) 2022-04-08

Similar Documents

Publication Publication Date Title
CN104834215B (en) A kind of BP neural network pid control algorithm of mutation particle swarm optimization
Yang et al. Policy gradient adaptive critic design with dynamic prioritized experience replay for wastewater treatment process control
Cao et al. Online sequential extreme learning machine based adaptive control for wastewater treatment plant
Bo et al. Online adaptive dynamic programming based on echo state networks for dissolved oxygen control
CN111650834B (en) Sewage treatment process prediction control method based on extreme learning machine
CN111580381B (en) Dissolved oxygen control method of dynamic event-driven control strategy
CN114839880B (en) Self-adaptive control method based on flexible joint mechanical arm
Qiao et al. Online-growing neural network control for dissolved oxygen concentration
CN113589687B (en) Multi-time scale model predictive control method for urban sewage treatment process
CN114296489B (en) RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering
CN115049139A (en) Multi-index model prediction control method for cement sintering denitration system
CN109408896B (en) Multi-element intelligent real-time monitoring method for anaerobic sewage treatment gas production
CN1234056C (en) Self-adaptation nonlinear time varying controller and controlling method thereof
Fan et al. Optimization of Controller for Microbial Fuel Cell: Comparison between Genetic Algorithm and Fuzzy Logic
Qiao et al. Action-Dependent Heuristic Dynamic Programming With Experience Replay for Wastewater Treatment Processes
Qiao et al. Offline Data-Driven Adaptive Critic Design With Variational Inference for Wastewater Treatment Process Control
Liu et al. A PSO-RBF neural network for BOD multi-step prediction in wastewater treatment process
Li et al. Research on optimized rbf neural network based on ga for sewage treatment
Eren et al. Design of intelligence‐based optimized adaptive fuzzy PID controllers for a two chamber microbial fuel cell
CN114967780B (en) Desulfurization system pH value control method and system based on predictive control
Fu et al. Multimodel Predictive Control for Wastewater Treatment Process with Multirate Sampling Intervals
Yan et al. Model Prediction and Optimal Control of Gas Oxygen Content for A Municipal Solid Waste Incineration Process
CN117784598A (en) Urban sewage treatment process multi-equipment asymmetric constraint control method based on neural network
CN115730726A (en) Data-driven prediction control method for flue gas oxygen content model in urban solid waste incineration process
Cao et al. Data-driven robust adaptive control for wastewater treatment process

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant