CN110553376A - CQPSO algorithm-based VAV air-conditioning system temperature control method - Google Patents

CQPSO algorithm-based VAV air-conditioning system temperature control method Download PDF

Info

Publication number
CN110553376A
CN110553376A CN201910881438.8A CN201910881438A CN110553376A CN 110553376 A CN110553376 A CN 110553376A CN 201910881438 A CN201910881438 A CN 201910881438A CN 110553376 A CN110553376 A CN 110553376A
Authority
CN
China
Prior art keywords
particle
avg
cqpso
algorithm
fitness value
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
CN201910881438.8A
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.)
Fuzhou University
Original Assignee
Fuzhou 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 Fuzhou University filed Critical Fuzhou University
Priority to CN201910881438.8A priority Critical patent/CN110553376A/en
Publication of CN110553376A publication Critical patent/CN110553376A/en
Pending legal-status Critical Current

Links

Classifications

    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F24HEATING; RANGES; VENTILATING
    • F24FAIR-CONDITIONING; AIR-HUMIDIFICATION; VENTILATION; USE OF AIR CURRENTS FOR SCREENING
    • F24F11/00Control or safety arrangements
    • F24F11/89Arrangement or mounting of control or safety devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Biomedical Technology (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Chemical & Material Sciences (AREA)
  • Combustion & Propulsion (AREA)
  • Mechanical Engineering (AREA)
  • Air Conditioning Control Device (AREA)

Abstract

The invention relates to a temperature control method of a VAV air conditioning system based on a CQPSO algorithm, which comprises the following steps of S1 initializing a particle swarm, S2 calculating the average optimal position of the particle swarm, S3 executing processing operation on each particle in the particle swarm, S4 judging whether an algorithm ending condition is met, executing the step S5 if the algorithm ending condition is met, otherwise, returning to the step S2 after the step S is carried out, S5 obtaining and outputting an optimal solution, and S6 substituting the obtained optimal solution into a PID equation to obtain a PID parameter optimization control model based on the CQPSO and establishing a pressure-independent variable air volume end device cascade controller.

Description

CQPSO algorithm-based VAV air-conditioning system temperature control method
Technical Field
The invention relates to a temperature control method of a VAV air conditioning system based on a CQPSO algorithm.
Background
The proportion of building energy consumption in China is increasing day by day, and in the building energy consumption, the air conditioner energy consumption occupies a part of proportion, and the air conditioner energy saving of the building is urgent. The accurate regulation and control of the air conditioning load of the building is one of the important bases for the energy-saving optimization design of the air conditioner of the building.
A Variable Air Volume Air conditioning System (VAV Air conditioning System) is an all-Air conditioning System that adjusts the indoor temperature and humidity by fixing the Air supply temperature and changing the Air supply Volume. Due to the characteristics of flexibility, comfort, energy conservation and the like of the variable air volume air conditioning system, the variable air volume air conditioning system is widely applied at home and abroad in recent years. At present, the conventional PID control is generally adopted for the temperature control of the VAV air conditioning system. Because the VAV air conditioner control system has the characteristics of nonlinearity, large hysteresis, time-varying property and the like, the traditional PID control method has the problems of low control precision and poor anti-jamming capability.
Disclosure of Invention
In view of the above, the present invention is directed to a method for controlling a temperature of a VAV air conditioning system based on a cloud-adaptive quantum-behaved particle swarm optimization (CQPSO) algorithm,
In order to achieve the purpose, the invention adopts the following technical scheme:
A temperature control method of a VAV air conditioning system based on a CQPSO algorithm comprises the following steps:
Step S1: initializing a particle swarm, setting the population number as M, the particle dimension N, the maximum iteration number T and the proportionality coefficient KPintegral coefficient KIAnd a differential coefficient KDInitial value of (K)i(0)=[KP(0),KI(0),KD(0)]And an individual optimum position P is seti(0)=f(Xi(0));
Step S2: calculating the average optimal position of the population;
Step S3: for each particle i (1. ltoreq. i. ltoreq.M) in the population, a processing operation is performed:
step S4: judging whether the preset iteration number is met or the error precision is met, if so, executing the step S5, otherwise, setting t to be t +1, and returning to the step S2;
step (ii) ofS5: obtaining and outputting an optimal solution Ki(t)
Step S6: will find KiAnd (t) substituting into a PID equation to obtain a PID parameter optimization control model based on the CQPSO, and establishing a pressure-independent variable air volume end device cascade controller.
further, the CQPSO algorithm specifically includes:
Suppose that in an N-dimensional target search space, there is a population of M particles, where the attractor of the ith particle is pi=(pi,1,pi,2,…,pi,N) The coordinates are shown as formula (1); in each dimension with PiCoordinate Pi,jAnd establishing a one-dimensional DETLA potential well for the center, and then, the basic evolution equation of the coordinates of the j-th dimension is shown as the formula (2).
pi,j(t)=φi,j(t)·Pi,j(t)+[1-φi,j(t)]·Gj(t) (1)
For Li,j(t) evaluation, which introduces the average best position C (t), i.e. the average of the best positions of all individual particles, is defined as formula (3):
Li,j(t) is evaluated by the formula (4):
Li,j(t)=2α·|Cj(t)-Xi,j(t)| (4)
The evolution process of the CQPSO algorithm can be obtained according to the formulas (2) and (4) as shown in formula (5):
Xi,j(t+1)=pi,j(t)±α·|Cj(t)-Xi,j(t)|·ln[1/ui,j(t)] (5)
In the formula ui,j(t) to U (0, 1); t is the number of iterations; α is the contraction-expansion coefficient; when u isi,jwhen (t) < 0.5, the preceding symbol is "-", when u isi,jWhen (t) is more than or equal to 0.5, taking a plus sign before alpha; and (4) calculating to obtain the average optimal position of the population according to the formula (3).
Further, the contraction-expansion coefficient α is solved as follows
Dividing a quantum particle swarm into three subgroups, and generating strategies by adopting different inertia weights respectively; setting the size of the particle swarm to be M, and setting the particle X in the t iterationiHas a fitness value of fi(ii) a The average fitness value of the particle swarm isThe fitness value is superior to favgIs calculated by averaging the fitness values of favg', the fitness value is inferior to favgIs averaged to obtain favgand respectively adopting different contraction-expansion coefficients alpha, wherein the generation rule is as follows:
fi>favg
Fitness value greater than favg"is the poorer particle in the population, alpha is 1.0
fi<favg
Fitness value less than favgThe particles of' are the more excellent particles in the population, and α is 0.5
favg′≤fi≤favg
Non-linear dynamic adjustment of particle X according to particle fitness value by X condition cloud generatorithe contraction-expansion coefficient α of (a).
Further, the step S3 is specifically:
Step S31: calculating the current position X of the particle ii(t) and converting Xi(t) fitness value and previous iteration Pi(t-1) comparison of fitness values, if Xi(t) has a fitness value superior to Pi(t-1) fitness value, Pi(t)=Xi(t), otherwise Pi(t)=Pi(t-1);
Step S32: calculating the current global optimum position of the population, i.e. Pi(t) comparing the fitness value with the global optimum G (t-1) of the previous iteration iff[Xi(t)]<f[G(t-1)]then G (t) ═ Pi(t-1);
Step S33: calculating the position of a random point according to the formula (1) for each dimension of the particle i;
Step S34: and adopting different contraction-expansion coefficients alpha according to different particle fitness values, wherein the ordinary particle swarm adaptively adjusts the contraction-expansion coefficients alpha by using the cloud, and the new positions of the particles are updated according to the formula (5).
Compared with the prior art, the invention has the following beneficial effects:
The invention optimizes the PID controller based on the CQPSO, has good effects of improving the performance of the system, increasing the control precision and adaptability, can better inhibit the interference of external factors on the variable air volume air conditioning system, and quickens the speed of recovering the steady state again, thereby obtaining more ideal control effect when being applied to the nonlinear and uncertain VAV air conditioning system.
Drawings
FIG. 1 is a flow chart of the algorithm of the present invention;
FIG. 2 is a normal cloud model according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a CQPSO-based PID parameter optimization according to an embodiment of the invention;
Fig. 4 is a cascade control diagram of a pressure independent variable air volume end device in accordance with an embodiment of the present invention.
Detailed Description
The invention is further explained below with reference to the drawings and the embodiments.
referring to fig. 1, the present invention provides a method for controlling a temperature of a VAV air conditioning system based on a CQPSO algorithm, comprising the steps of:
Step S1: initializing a particle swarm, setting the population number as M, the particle dimension N, the maximum iteration number T and the proportionality coefficient KPIntegral coefficient KIAnd a differential coefficient KDinitial value of (K)i(0)=[KP(0),KI(0),KD(0)]And an individual optimum position P is seti(0)=f(Xi(0));
Step S2: calculating the average optimal position of the population;
step S3: for each particle i (1. ltoreq. i. ltoreq.M) in the population, a processing operation is performed:
Step S4: judging whether the preset iteration times or the error precision is met; if yes, executing step S5, otherwise, setting t to t +1, and returning to step S2;
Step S5: obtaining and outputting an optimal solution Ki(t)
Step S6: will find KiAnd (t) substituting into a PID equation to obtain a PID parameter optimization control model based on the CQPSO, and establishing a pressure-independent variable air volume end device cascade controller.
In this embodiment, the CQPSO algorithm specifically includes:
Suppose that in an N-dimensional target search space, there is a population of M particles, where the attractor of the ith particle is pi=(pi,1,pi,2,…,pi,N) The coordinates are shown as formula (1); in each dimension with PiCoordinate Pi,jand establishing a one-dimensional DETLA potential well for the center, and then, the basic evolution equation of the coordinates of the j-th dimension is shown as the formula (2).
pi,j(t)=φi,j(t)·Pi,j(t)+[1-φi,j(t)]·Gj(t) (1)
For Li,j(t) evaluation, which introduces the average best position C (t), i.e. the average of the best positions of all individual particles, is defined as formula (3):
Li,j(t) is evaluated by the formula (4):
Li,j(t)=2α·|Cj(t)-Xi,j(t)| (4)
The evolution process of the CQPSO algorithm can be obtained according to the formulas (2) and (4) as shown in formula (5):
Xi,j(t+1)=pi,j(t)±α·|Cj(t)-Xi,j(t)|·ln[1/ui,j(t)] (5)
In the formula ui,j(t) to U (0, 1); t is the number of iterations; α is the contraction-expansion coefficient; when u isi,jWhen (t) < 0.5, the preceding symbol is "-", when u isi,jWhen (t) is more than or equal to 0.5, taking a plus sign before alpha; and (4) calculating to obtain the average optimal position of the population according to the formula (3).
In the present embodiment, the contraction-expansion coefficient α is solved as follows
Dividing a quantum particle swarm into three subgroups, and generating strategies by adopting different inertia weights respectively; setting the size of the particle swarm to be M, and setting the particle X in the t iterationiHas a fitness value of fi(ii) a The average fitness value of the particle swarm isThe fitness value is superior to favgis calculated by averaging the fitness values of favg', the fitness value is inferior to favgis averaged to obtain favgAnd respectively adopting different contraction-expansion coefficients alpha, wherein the generation rule is as follows:
fi>favg
fitness value greater than favg"is the poorer particle in the population, alpha is 1.0
fi<favg
Fitness value less than favgthe particles of' are the more excellent particles in the population, and α is 0.5
favg′≤fi≤favg
Non-linear dynamic adjustment of particle X according to particle fitness value by X condition cloud generatoriThe contraction-expansion coefficient α of (a). The improved contraction-expansion coefficient alpha generation algorithm of the cloud self-adaptive quantum particle swarm is as follows:
as is well understood from the high-order limit,Thereby ensuring alpha is equal to 0.5, 1.0]as can be seen from the above equation, the contraction-expansion coefficient α decreases with a decrease in the particle fitness value, thereby achieving a smaller contraction-expansion coefficient α than that of a superior particle.
let T be the linguistic value on discourse u, u to [0, 1]Mapping C ofT(u):U→[0,1]; u→CT(u) then CTThe distribution of (u) over u is called the membership cloud of T, cloud for short. When C is presentT(u) when obeying a normal distribution, it is called a normal cloud model. The random number set follows a normal distribution rule and has a stable tendency, and is characterized by an expected value Ex, an entropy En and a super-entropy He; as shown in fig. 2;
Parameter selection:
En affects the distribution of a normal cloud. According to the "3 En" rule, 99.74% of the contributing quantitative values for linguistic values on domain u fall on c1The above. The larger En, the larger the horizontal width of cloud coverage. Combining the speed and the precision of the algorithm, and taking c from the algorithm1=2.8。
He determines the degree of dispersion of the cloud droplets. When He is too small, randomness is lost to some extent; too much He will lose the "stability tendency", c in the algorithm2=8。
In this embodiment, the step S3 specifically includes:
Step S31: calculating the current position X of the particle ii(t) and converting Xi(t) fitness value and previous iteration Pi(t-1) comparison of fitness values, if Xi(t) has a fitness value superior to Pi(t-1) fitness value, Pi(t)=Xi(t), otherwise Pi(t)=Pi(t-1);
Step S32: calculating the current global optimum position of the population, i.e. Pi(t) the fitness value is compared with the global optimum G (t-1) of the previous iteration if f [ X ]i(t)]<f[G(t-1)]Then G (t) ═ Pi(t-1);
Step S33: calculating the position of a random point according to the formula (1) for each dimension of the particle i;
Step S34: and adopting different contraction-expansion coefficients alpha according to different particle fitness values, wherein the ordinary particle swarm adaptively adjusts the contraction-expansion coefficients alpha by using the cloud, and the new positions of the particles are updated according to the formula (5).
In this embodiment, a CQPSO-based PID parameter optimization structure is shown in fig. 3, and according to a pressure-independent variable air volume end control principle, a PID cascade control is adopted to control the temperature of the variable air volume air conditioning system, and the principle is shown in fig. 4: the main loop is a temperature control loop, the temperature of the area collected by the temperature sensor is compared with the set temperature and then input into the temperature controller, and the set air volume value is calculated and used as the set value of the auxiliary loop; the auxiliary loop is an air volume control loop and is used for controlling the air valve actuator, the error between the tail end actual air volume acquired by the air volume sensor and the set air volume is input into the air volume controller, and then the opening degree of the valve is sent to the air valve actuator, so that the tail end actual air volume is adjusted to be kept at the set value. In the pressure-independent type end cascade control system, the main control object is the indoor temperature and has a large capacity lag, so the PID control is adopted for the main loop controller for controlling the temperature, and the PI control is adopted for the sub-loop controller for controlling the air volume.
the above description is only a preferred embodiment of the present invention, and all equivalent changes and modifications made in accordance with the claims of the present invention should be covered by the present invention.

Claims (4)

1. A temperature control method of a VAV air conditioning system based on a CQPSO algorithm is characterized by comprising the following steps:
step S1: initializing a particle swarm, setting the population number as M, the particle dimension N, the maximum iteration number T and the proportionality coefficient KPIntegral coefficient KIand differentialCoefficient KDinitial value of (K)i(0)=[KP(0),KI(0),KD(0)]And an individual optimum position P is seti(0)=f(Xi(0));
step S2: calculating the average optimal position of the population;
Step S3: for each particle i (1. ltoreq. i. ltoreq.M) in the population, a processing operation is performed:
Step S4: judging whether the error precision is met or a preset iteration number is reached; if yes, executing step S5, otherwise, setting t to t +1, and returning to step S2;
Step S5: obtaining and outputting an optimal solution Ki(t)
Step S6: will find KiAnd (t) substituting into a PID equation to obtain a PID parameter optimization control model based on the CQPSO, and establishing a pressure-independent variable air volume end device cascade controller.
2. The CQPSO algorithm-based VAV air conditioning system temperature control method of claim 1, wherein: the CQPSO algorithm specifically comprises the following steps:
suppose that in an N-dimensional target search space, there is a population of M particles, where the attractor of the ith particle is pi=(pi,1,pi,2,…,pi,N) The coordinates are shown as formula (1); in each dimension with PiCoordinate Pi,jAnd establishing a one-dimensional DETLA potential well for the center, and then, the basic evolution equation of the coordinates of the j-th dimension is shown as the formula (2).
pi,j(t)=φi,j(t)·Pi,j(t)+[1-φi,j(t)]·Gj(t) (1)
for Li,j(t) evaluation, which introduces the average best position C (t), i.e. the average of the best positions of all individual particles, is defined as formula (3):
Li,i(t) is evaluated by the formula (4):
Li,j(t)=2α·|Cj(t)-Xi,j(t)| (4)
The evolution process of the CQPSO algorithm can be obtained according to the formulas (2) and (4) as shown in formula (5):
Xi,j(t+1)=pi,j(t)±α·|Cj(t)-Xi,j(t)|·ln[1/ui,j(t)] (5)
In the formula ui,j(t) to U (0, 1); t is the number of iterations; α is the contraction-expansion coefficient; when u isi,jWhen (t) < 0.5, the preceding symbol is "-", when u isi,jwhen (t) is more than or equal to 0.5, taking a plus sign before alpha; and (4) calculating to obtain the average optimal position of the population according to the formula (3).
3. the CQPSO algorithm-based VAV air conditioning system temperature control method of claim 2, wherein: the contraction-expansion coefficient α is solved as follows
dividing a quantum particle swarm into three subgroups, and generating strategies by adopting different inertia weights respectively; setting the size of the particle swarm to be M, and setting the particle X in the t iterationiHas a fitness value of fi(ii) a The average fitness value of the particle swarm isThe fitness value is superior to favgis calculated by averaging the fitness values of favg', the fitness value is inferior to favgIs averaged to obtain favgand respectively adopting different contraction-expansion coefficients alpha, wherein the generation rule is as follows:
fi>favg
Fitness value greater than favg"is the poorer particle in the population, alpha is 1.0
fi<favg
Fitness value less than favgThe particles of' are the more excellent particles in the population,α=0.5
favg′≤fi≤favg
Non-linear dynamic adjustment of particle X according to particle fitness value by X condition cloud generatoriThe contraction-expansion coefficient α of (a).
4. The CQPSO algorithm-based VAV air conditioning system temperature control method of claim 2, wherein the step S3 specifically is:
step S31: calculating the current position X of the particle ii(t) and converting Xi(t) fitness value and previous iteration Pi(t-1) comparison of fitness values, if Xi(t) has a fitness value superior to Pi(t-1) fitness value, Pi(t)=Xi(t), otherwise Pi(t)=Pi(t-1);
Step S32: calculating the current global optimum position of the population, i.e. Pi(t) the fitness value is compared with the global optimum G (t-1) of the previous iteration if f [ X ]i(t)]<f[G(t-1)]then G (t) ═ Pi(t-1);
step S33: calculating the position of a random point according to the formula (1) for each dimension of the particle i;
step S34: and adopting different contraction-expansion coefficients alpha according to different particle fitness values, wherein the ordinary particle swarm adaptively adjusts the contraction-expansion coefficients alpha by using the cloud, and the new positions of the particles are updated according to the formula (5).
CN201910881438.8A 2019-09-18 2019-09-18 CQPSO algorithm-based VAV air-conditioning system temperature control method Pending CN110553376A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910881438.8A CN110553376A (en) 2019-09-18 2019-09-18 CQPSO algorithm-based VAV air-conditioning system temperature control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910881438.8A CN110553376A (en) 2019-09-18 2019-09-18 CQPSO algorithm-based VAV air-conditioning system temperature control method

Publications (1)

Publication Number Publication Date
CN110553376A true CN110553376A (en) 2019-12-10

Family

ID=68740678

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910881438.8A Pending CN110553376A (en) 2019-09-18 2019-09-18 CQPSO algorithm-based VAV air-conditioning system temperature control method

Country Status (1)

Country Link
CN (1) CN110553376A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6554198B1 (en) * 2000-05-05 2003-04-29 Automated Logic Corporation Slope predictive control and digital PID control
CN102496156A (en) * 2011-11-17 2012-06-13 西安电子科技大学 Medical image segmentation method based on quantum-behaved particle swarm cooperative optimization
CN108006906A (en) * 2017-11-03 2018-05-08 特灵空调系统(中国)有限公司 Air conditioner temperature controlling method, temperature control equipment and air-conditioning
CN108204944A (en) * 2018-01-13 2018-06-26 福州大学 The Buried Pipeline rate prediction method of LSSVM based on APSO optimizations

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6554198B1 (en) * 2000-05-05 2003-04-29 Automated Logic Corporation Slope predictive control and digital PID control
CN102496156A (en) * 2011-11-17 2012-06-13 西安电子科技大学 Medical image segmentation method based on quantum-behaved particle swarm cooperative optimization
CN108006906A (en) * 2017-11-03 2018-05-08 特灵空调系统(中国)有限公司 Air conditioner temperature controlling method, temperature control equipment and air-conditioning
CN108204944A (en) * 2018-01-13 2018-06-26 福州大学 The Buried Pipeline rate prediction method of LSSVM based on APSO optimizations

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赵超: "基于云自适应量子粒子群优化算法的PID控制器在VAV空调系统温度控制中的应用", 《计算机与应用化学》 *

Similar Documents

Publication Publication Date Title
CN106705353B (en) Control method of multi-split air conditioner
CN111811111B (en) Central air conditioner energy consumption control method based on improved particle swarm algorithm
CN104019526A (en) Fussily self-adaptive PID temperature and humidity control system and method based on improved PSO (Particle Swarm Optimization) algorithm
CN109283958A (en) The enthalpy difference temperature and humidity decoupling control method of Adaptive Fuzzy PID decoupling control
CN113552797A (en) Heating furnace temperature control method and system based on improved particle swarm optimization
CN111811109B (en) Total air volume control method, storage medium and equipment for group intelligent variable air volume air conditioning system
CN107247407B (en) Big data self-learning correction control system and method based on cloud architecture
CN109612055A (en) A kind of feedforward fuzzy control method of air-conditioner water system
CN112648717B (en) Terminal control method of multi-zone variable air volume air conditioning system based on radial basis function neural network
CN110553376A (en) CQPSO algorithm-based VAV air-conditioning system temperature control method
CN110824927A (en) Thermal power generating unit primary frequency modulation accurate adjustment method with self-adaptive learning characteristic
Yu et al. A novel modified PID controller applied to temperature control with self-tuning ability
CN108224692B (en) Consider the air-conditioning flexible control responding ability prediction technique of outside air temperature prediction error
Xing et al. Self-tuning fuzzy PID controller for temperature control in variable air volume air conditioning systems
CN110970936B (en) Method for calculating primary frequency modulation performance of deep peak shaving unit
CN106885338A (en) Multi-region variable air volume central air-conditioner system resh air requirement and air conditioning terminal air quantity real-time control method
CN113048626A (en) Building energy consumption optimization method and device and readable storage medium
Xing et al. Fuzzy-PID controller with variable integral parameter for temperature control in variable air volume air conditioning systems
CN112650061B (en) Heating ventilation air conditioner energy-saving prediction control method based on interval fuzzy
CN115081948B (en) LinUCB-based resident load aggregation method
CN103353161A (en) System and method for controlling variable air volume air conditioner pressure independent type terminal device
Abbas et al. Design and Simulation of Variable Air Volume Air Conditioning System based on Improved Sliding Mode Control (ISMC)
CN112541301B (en) Method for calculating primary frequency modulation capacity of heat supply unit
CN112462609B (en) Full-load coordination control method for thermal power generating unit
Gu et al. Adaptive PID control of indoor air quality for an air-conditioned room

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

Application publication date: 20191210