CN112526889A - Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system - Google Patents

Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system Download PDF

Info

Publication number
CN112526889A
CN112526889A CN202110177146.3A CN202110177146A CN112526889A CN 112526889 A CN112526889 A CN 112526889A CN 202110177146 A CN202110177146 A CN 202110177146A CN 112526889 A CN112526889 A CN 112526889A
Authority
CN
China
Prior art keywords
flue gas
pid
optimization algorithm
gas heat
temperature 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.)
Pending
Application number
CN202110177146.3A
Other languages
Chinese (zh)
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.)
East China Jiaotong University
Original Assignee
East China Jiaotong University
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 East China Jiaotong University filed Critical East China Jiaotong University
Priority to CN202110177146.3A priority Critical patent/CN112526889A/en
Publication of CN112526889A publication Critical patent/CN112526889A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B13/00Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
    • G05B13/02Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
    • G05B13/04Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators
    • G05B13/042Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators in which a parameter or coefficient is automatically adjusted to optimise the performance

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Computation (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention discloses a PID-P temperature controller optimization algorithm for a sulfur-containing flue gas heat exchange system, and belongs to the field of controller parameter setting strategies and algorithms. The method is characterized in that an inverse S-shaped inertial weight decreasing strategy is introduced on the basis of a basic particle swarm optimization algorithm to balance the global search capability and the local search capability of the algorithm; and the PIF-IITAE fitness function is provided on the basis of the PIF-ITAE fitness function to improve the excellence of the optimization algorithm. The PID-P temperature controller parameter of the phase change flue gas heat exchange system is set by using the improved particle swarm optimization algorithm, so that a large amount of manpower and time resources can be saved, and the precision of the PID-P temperature controller is improved.

Description

Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system
Technical Field
The invention belongs to the field of controller parameter setting strategies and algorithms, and particularly relates to a PID-P temperature controller optimization algorithm for a sulfur-containing flue gas heat exchange system.
Background
The controller parameter tuning is the core content of the control system design. The traditional parameter setting method of the cascade controller comprises a successive approximation method, a two-step setting method, a one-step setting method and the most common empirical trial and error method, wherein the methods are all based on manpower and have the defects of complex process and easiness in oscillation and overshoot, and particularly when the target is high-order and nonlinear. Meanwhile, the parameters of the manual setting controller can only be respectively set by different parameters, but the stability margin of each parameter also depends on other values, so that the optimal parameters are often difficult to set by a manual method.
In the 80 s of the 20 th century, a relay feedback technology is applied to the PID controller self-tuning of an industrial process, but the information of a critical point estimated by a standard relay feedback method is not accurate enough, so that a large error is generated when a high-order or large-time-lag object is met, and the response of a system is deteriorated; meanwhile, the relay feedback method also depends on a parameter setting formula.
At the end of the 20 th century, some intelligent PID controllers are newly developed, and the intelligent control technology is applied to the parameter setting process of the controllers, so that adverse factors such as large time lag, strong coupling and large disturbance in engineering are overcome.
The current more common controller parameter setting intelligent algorithms include a fuzzy algorithm, a neural network algorithm, a genetic algorithm, a particle swarm optimization algorithm and the like. The fuzzy algorithm completely depends on the establishment of an expert rule base; the particle swarm optimization algorithm and the genetic algorithm have many common points, both of which use fitness values to evaluate the individual goodness and the certain random search, but the particle swarm optimization algorithm determines the search according to the speed of the particle swarm optimization algorithm, has no obvious intersection and variation of the genetic algorithm, has a good mechanism to effectively balance the diversity and the directionality of the search process, and has simple principle, easy realization and less parameters needing to be adjusted, so the particle swarm optimization algorithm is widely applied to parameter optimization of a controller.
Disclosure of Invention
The invention aims to provide an optimization algorithm of a PID-P temperature controller of a sulfur-containing flue gas heat exchange system aiming at the problems in the prior art.
The technical scheme of the invention is as follows:
a PID-P temperature controller optimization algorithm of a sulfur-containing flue gas heat exchange system specifically comprises the following steps:
an inverse S-shaped inertial weight decreasing strategy and a PIF-IITAE fitness function are introduced on the basis of a basic particle swarm optimization algorithm to improve the advantages of the optimization algorithm.
The optimization algorithm process is as follows:
firstly, initializing the position and speed of each particle in a population, and respectively mapping the particle dimension to each parameter of a PID-P temperature controller in a phase change flue gas heat exchange system; secondly, updating the current optimal position of the ith particle in the jth dimension according to a fitness function, wherein i is a positive integer less than or equal to 50, and j is a positive integer less than or equal to 4; finally, when the fitness value accords with the convergence criterion, the PID-P temperature controller obtains the optimal parameter; otherwise, updating the position and the speed of the population according to the following formula, and simultaneously updating the current optimal position of each particle and the current optimal position of the population according to a fitness function respectively:
Figure 880322DEST_PATH_IMAGE001
wherein v isijIs the velocity, x, of the ith particle in the jth dimensionijIs the position of the ith particle in the jth dimension, r1jAnd r2jIs distributed in each dimension in [0,1 ]]Two independent random constants in between, c1And c2Is a learning factor, c1Referred to as cognitive parameters, c2Called the social parameter, k the current iteration number, w the inertial weight, pijIs the current optimal position of the ith particle in the jth dimension; p is a radical ofgjIs the current optimal position of all particles in the j-th dimension.
Further, an inverse S-type inertial weight decreasing strategy, namely an IWS-ISF-type inertial weight decreasing strategy, is adopted, and is mainly used for balancing the global search capability and the local search capability of the algorithm. The IWS-ISF type inertia weight decreasing strategy adopts the following formula:
Figure 752463DEST_PATH_IMAGE002
wherein, wstartRepresenting the upper value of the inertial weight, wendRepresents the lower limit of the inertial weight, Iter is the number of iterations, ItermaxK is a proportionality coefficient for the maximum number of iterations.
The unit step response of the PID-P temperature controller parameters is set based on different inertia weight decreasing strategies and particle swarm optimization algorithms, specific performance index parameters are shown in the table 1, performance index values of the three inertia weight decreasing strategies are close to each other, and when the inertia weights are in an inverted S-shaped decreasing strategy, the fitness value can approach to 1096.67 only by iterating for 10 times. The inertial weight is in an inverted S-shaped descending strategy, so that the algorithm can keep a longer-time maximum value at the initial stage, the global search capability of the algorithm is enhanced, a longer-time minimum value is kept at the later stage of iteration, the local search capability of the algorithm is enhanced, the global optimal position in a population is reserved, and the convergence speed of the algorithm is accelerated.
Figure 198357DEST_PATH_IMAGE003
Further, a PIF-IITAE fitness function is adopted, the PIF-IITAE fitness function is based on the PIF-ITAE fitness function, an improved IITAE performance index is provided according to an ITAE performance index, and an overshoot sigma item is introduced into the ITAE performance index; meanwhile, in order to keep the original good process quality of ITAE, a weight coefficient f is introduced1And f2To control the relative importance of the original ITAE term and the overshoot term in the ITAE performance index. Wherein f is1Is 1;
Figure 421528DEST_PATH_IMAGE004
Figure 627381DEST_PATH_IMAGE005
is expressed by taking fITAEThe order of magnitude of the value; f. ofcIs constant, take 1.5; PIF is Performance index functionThe abbreviation of n; I. t, A and E represent integration, time, absolute value, and error, respectively. The PIF-IITAE fitness function is shown as follows:
Figure 603296DEST_PATH_IMAGE006
wherein T represents the integration duration of the fitness function, T1setIs a set value T of the temperature of the flue gas outlet of the flue gas heat exchanger1And (t) is the outlet temperature value of the flue gas heat exchanger at t time, and t represents the running time of the controller.
Based on the unit step response of the system under different fitness function conditions, the specific performance index parameters are shown in table 2, and it can be seen that the IITAE index has a rapid and stable transition process and a small overshoot, and the IITAE index is a control system performance evaluation index with good engineering practicability and selectivity.
Figure 501982DEST_PATH_IMAGE007
The invention has the following advantages:
the particle swarm algorithm determines searching according to own speed, obvious intersection and variation do not exist, the particle swarm algorithm has a good mechanism to effectively balance diversity and directionality of a searching process, and meanwhile, the particle swarm algorithm is simple in principle, easy to implement and less in parameters needing to be adjusted.
The PID-P temperature controller parameters of the phase change flue gas heat exchange system are optimized by using the particle swarm algorithm, so that a large amount of manpower and time resources can be saved, and the precision of the PID-P temperature controller is improved.
The PID-P temperature controller of the phase change flue gas heat exchange system is optimized by adopting a particle swarm algorithm based on an IWS-ISF type inertia weight decreasing strategy, the strategy strengthens the global search capability at the initial stage of the algorithm and the local search capability at the later stage of the algorithm, and the convergence speed is higher.
The particle swarm optimization algorithm based on the PIF-IITAE fitness function is adopted to set the PID-P temperature controller parameters of the phase change flue gas heat exchange system, so that the system has better dynamic and steady-state performance, the method is a control parameter optimization method with good engineering practicability and robustness, and design basis is provided for controlling the temperature of the flue gas at the outlet of the heat exchanger of the phase change flue gas heat exchange system.
Drawings
FIG. 1 is a system diagram of a PID-P temperature controller of a phase change flue gas heat exchange system of a specific embodiment;
FIG. 2 is a flow chart of a PID-P temperature controller particle swarm optimization algorithm of a specific embodiment;
FIG. 3 is a graph of unit step response of a PID-P temperature controller according to an embodiment.
Detailed Description
In order to more fully express the technical scheme provided by the invention, the following further description is carried out through specific examples:
a phase change recovery system for flue gas waste heat in front of a desulfurizing tower comprises two subsystems which are respectively defined as a phase change air heat exchange system and a phase change flue gas heat exchange system.
In the flue gas waste heat phase change recovery system, the lithium bromide dilute solution vaporizes liquid water in the phase change flue gas heat exchanger, and two-phase media containing steam and a lithium bromide concentrated solution enter a wall temperature regulator for gas-liquid separation; the steam directly enters the phase change air heat exchanger, is cooled by air into condensed water and is stored in a condensed water tank; the condensed water enters the wall temperature regulator through the electric regulating valve, is mixed with the lithium bromide concentrated solution to become dilute solution, and flows into the phase-change flue gas heat exchanger again.
The cascade PID-P temperature controller system diagram of the phase change flue gas heat exchange system is shown in figure 1, under the condition of constant pressure, the concentration of the lithium bromide aqueous solution directly influences the phase change temperature of the lithium bromide aqueous solution in the heat transfer process, the flow of condensed water from a condensed water tank is controlled by adjusting the opening of an actuator, namely an electric adjusting valve, and the concentration of the lithium bromide aqueous solution in a wall temperature regulator is indirectly controlled by a liquid level controller. When the acid dew point temperature of the sulfur-containing flue gas fluctuates greatly, the liquid level controller assists the temperature controller to adjust the wall temperature of the flue gas heat exchanger. In the figure, T10Indicating the flue gas inlet temperature, T, of the flue gas heat exchanger20Indicating wall temperature regulator or flue gas heat exchanger inletThe temperature of lithium bromide solution at the opening, h represents the liquid level of the wall temperature regulator, l represents the opening degree of the electric regulating valve, and q1Expressing the volume flow of the solution at the outlet of the electric regulating valve or the volume flow of the solution at the inlet of the wall temperature regulator, KDRepresenting the differential coefficient, K, of a PID controllerIIndicating the integral coefficient, K, of the PID controllerPIndicating the proportionality coefficient, K, of the PID controllerP0Representing the scaling factor of the cascaded controller.
And (3) setting parameters of a PID-P temperature controller of the sulfur-containing flue gas heat exchange system by adopting an inverse S-shaped inertia weight decreasing strategy and a particle swarm optimization algorithm improved by a PIF-IITAE fitness function.
The flow chart of the particle swarm optimization algorithm of the PID-P temperature controller of the sulfur-containing flue gas heat exchange system is shown in FIG. 2, wherein P isijIs the current optimal position of the ith particle in the jth dimension; p is a radical ofgjIs the current optimal position of all particles in the j-th dimension. Firstly, initializing the position and speed of each particle in the population, and respectively mapping the particle dimension to each parameter of a PID-P temperature controller in the phase change flue gas heat exchange system. Secondly, comparing the fitness value of the ith particle at the jth dimension position with the current optimal position of the particle, and updating according to a fitness function; then, the fitness values of the ith particle at the current optimal position of the jth dimension and all the particles at the current optimal position of the jth dimension are compared, and updating is carried out according to a fitness function; finally, when the iteration times are larger than the set maximum iteration times or the adaptability value is smaller than the set minimum adaptability value, the PID-P temperature controller obtains the optimal parameter KD,KI,KP,KP0(ii) a Otherwise, the positions and the speeds of the particles are updated according to a formula, and simultaneously the current optimal position of each particle and the current optimal position of the population are respectively updated according to a fitness function.
In order to verify the reliability of the new and improved particle swarm optimization algorithm, a unit step response graph of the PID-P temperature controller based on the particle swarm optimization algorithm is shown in FIG. 3, and it can be seen from the graph that the rise time difference between the original optimization algorithm and the improved optimization algorithm is not large, the adjustment time difference between the original optimization algorithm and the improved optimization algorithm is not large, but the overshoot of the improved optimization algorithm is obviously reduced compared with that of the original optimization algorithm. Obviously, the improved particle swarm optimization is effective for optimizing the parameters of the PID-P temperature controller of the sulfur-containing flue gas heat exchange system.

Claims (3)

1. The optimization algorithm of the PID-P temperature controller of the sulfur-containing flue gas heat exchange system is characterized in that:
an inverse S-shaped inertial weight decreasing strategy and a PIF-IITAE fitness function are introduced on the basis of a basic particle swarm optimization algorithm to improve the advantages of the optimization algorithm;
the optimization algorithm process is as follows:
firstly, initializing the position and speed of each particle in a population, and respectively mapping the dimension of each particle to each parameter of a PID-P temperature controller in a phase change flue gas heat exchange system; secondly, updating the current optimal position of the ith particle in the jth dimension according to a fitness function, wherein i is a positive integer less than or equal to 50, and j is a positive integer less than or equal to 4; finally, when the fitness value accords with the convergence criterion, the PID-P temperature controller obtains the optimal parameter; otherwise, updating the position and the speed of the population according to the following formula, and simultaneously updating the current optimal position of each particle and the current optimal position of the population according to a fitness function respectively:
Figure 600813DEST_PATH_IMAGE001
wherein v isijIs the velocity, x, of the ith particle in the jth dimensionijIs the position of the ith particle in the jth dimension, r1jAnd r2jIs distributed in each dimension in [0,1 ]]Two independent random constants in between, c1And c2Is a learning factor, c1Referred to as cognitive parameters, c2Called the social parameter, k the current iteration number, w the inertial weight, pijIs the current optimal position of the ith particle in the jth dimension; p is a radical ofgjIs the current optimal position of all particles in the j-th dimension.
2. The PID-P temperature controller optimization algorithm of the sulfur-containing flue gas heat exchange system according to claim 1, wherein an inverse "S" type inertial weight decrement strategy, namely an IWS-ISF type inertial weight decrement strategy, is adopted to balance global search and local search capabilities of the algorithm, and the IWS-ISF type inertial weight decrement strategy adopts the following formula:
Figure 293962DEST_PATH_IMAGE002
wherein, wstartRepresenting the upper value of the inertial weight, wendRepresents the lower limit of the inertial weight, Iter is the number of iterations, ItermaxK is a proportionality coefficient for the maximum number of iterations.
3. The PID-P temperature controller optimization algorithm of the sulfur-containing flue gas heat exchange system according to claim 1, wherein the adopted PIF-IITAE fitness function is improved on the basis of the PIF-ITAE fitness function, and an overshoot sigma term is introduced into the ITAE performance index according to the improved IITAE performance index provided by the ITAE performance index; meanwhile, in order to keep the original good process quality of ITAE, a weight coefficient f is introduced1And f2To control the relative importance of the original ITAE term and the overshoot term in the ITAE performance index, the PIF-ITAE fitness function is shown as follows:
Figure 27563DEST_PATH_IMAGE003
wherein T represents the integration duration of the fitness function, T1setIs a set value T of the temperature of the flue gas outlet of the flue gas heat exchanger1And (t) is the outlet temperature value of the flue gas heat exchanger at t time, and t represents the running time of the controller.
CN202110177146.3A 2021-02-09 2021-02-09 Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system Pending CN112526889A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110177146.3A CN112526889A (en) 2021-02-09 2021-02-09 Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110177146.3A CN112526889A (en) 2021-02-09 2021-02-09 Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system

Publications (1)

Publication Number Publication Date
CN112526889A true CN112526889A (en) 2021-03-19

Family

ID=74975528

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110177146.3A Pending CN112526889A (en) 2021-02-09 2021-02-09 Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system

Country Status (1)

Country Link
CN (1) CN112526889A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113341689A (en) * 2021-04-29 2021-09-03 中国人民解放军海军工程大学 Improved micro gas turbine fuzzy PID control method based on optimization algorithm
CN113960108A (en) * 2021-09-24 2022-01-21 株洲国创轨道科技有限公司 Method and system for simultaneously measuring heat conductivity coefficient and specific heat capacity of carbon fiber composite material
CN114844403A (en) * 2022-03-11 2022-08-02 西北工业大学 Motor driver PID parameter self-tuning method based on improved particle swarm optimization

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105807609A (en) * 2015-05-18 2016-07-27 山东信合节能科技股份有限公司 Multi-parameter mine spraying heat exchange efficiency calculation method-based spraying system
US20170108217A1 (en) * 2010-11-05 2017-04-20 Biomass Controls, Llc Intelligent Oxygen Level Controller for Biofuel-Fired Burner
CN108509752A (en) * 2018-05-02 2018-09-07 东南大学 A kind of superheater mechanism model dynamic parameter setting method of combination field data
CN109539291A (en) * 2018-10-18 2019-03-29 北京工业大学 A kind of waste heat heat accumulation recovery method for multi-heat source heat dissipation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170108217A1 (en) * 2010-11-05 2017-04-20 Biomass Controls, Llc Intelligent Oxygen Level Controller for Biofuel-Fired Burner
CN105807609A (en) * 2015-05-18 2016-07-27 山东信合节能科技股份有限公司 Multi-parameter mine spraying heat exchange efficiency calculation method-based spraying system
CN108509752A (en) * 2018-05-02 2018-09-07 东南大学 A kind of superheater mechanism model dynamic parameter setting method of combination field data
CN109539291A (en) * 2018-10-18 2019-03-29 北京工业大学 A kind of waste heat heat accumulation recovery method for multi-heat source heat dissipation

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
吕宽洲 等: "基于改进ITAE函数的直流伺服系统控制器优化", 《河南工程学院学报》 *
张丽平 等: "粒子群优化算法的分析与改进", 《信息与控制》 *
张继荣 等: "基于改进粒子群算法的PID控制参数优化", 《计算机工程与设计》 *
黄洋 等: "基于S型函数的自适应粒子群优化算法", 《计算机科学》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113341689A (en) * 2021-04-29 2021-09-03 中国人民解放军海军工程大学 Improved micro gas turbine fuzzy PID control method based on optimization algorithm
CN113960108A (en) * 2021-09-24 2022-01-21 株洲国创轨道科技有限公司 Method and system for simultaneously measuring heat conductivity coefficient and specific heat capacity of carbon fiber composite material
CN113960108B (en) * 2021-09-24 2024-05-28 株洲国创轨道科技有限公司 Method and system for simultaneously measuring heat conductivity coefficient and specific heat capacity of carbon fiber composite material
CN114844403A (en) * 2022-03-11 2022-08-02 西北工业大学 Motor driver PID parameter self-tuning method based on improved particle swarm optimization

Similar Documents

Publication Publication Date Title
CN112526889A (en) Optimization algorithm of PID-P temperature controller of sulfur-containing flue gas heat exchange system
CN104776446B (en) Combustion optimization control method for boiler
Bansal et al. PID controller tuning techniques: a review
JP2002523821A (en) Controller for determining optimal tuning parameters used in a process control system and method of operating the controller
CN104122797B (en) A kind of Novel fire group of motors load multivariable predicting control method
CN105425612B (en) A kind of method for optimizing of Adaptive System of Water-Turbine Engine control parameter
CN101950156B (en) Adaptive cascade PID control method
CN109708267B (en) Control method and system for electronic expansion valve of fresh air handling unit
CN113253779A (en) Heat pump temperature control system based on particle swarm fuzzy PID algorithm
CN103576711A (en) Chemical reactor temperature control method based on quantification single-parameter PID control
CN112648717B (en) Terminal control method of multi-zone variable air volume air conditioning system based on radial basis function neural network
CN113885328A (en) Nuclear power tracking control method based on integral reinforcement learning
CN113190018A (en) Intelligent agent path control method based on improved course error rate
CN116149401B (en) System and method for controlling outlet temperature of heat exchanger of compressed air energy storage power station
CN111427261A (en) PID parameter setting method based on cat swarm algorithm
CN108089442A (en) A kind of PI controller parameter automatic setting methods based on Predictive function control and fuzzy control
CN113539383B (en) Copper removal process control method based on dynamic multi-objective optimization and fuzzy multi-attribute decision
CN114537391A (en) Vehicle following servo control method and system based on forecasting observer
Bai Development an adaptive incremental fuzzy PI controller for a HVAC system
CN105199973B (en) A kind of Yeast Cultivation online adaptive control method based on differential evolution algorithm
CN113870549B (en) Method for optimizing iterative learning gain of traffic subarea by self-adaptive fine-tuning algorithm
Li et al. Multi-model adaptive control based on fuzzy neural networks
CN111221245B (en) Setting machine fuzzy PID tension control parameter self-tuning method based on PSO
Mehallel et al. Control of the water level in a pool of an hydraulic canal system based on a fractional order robust Smith Predictor scheme
CN113065772B (en) Method for constructing heating system regulation and control target model based on k-means clustering algorithm

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210319

RJ01 Rejection of invention patent application after publication