CN105320991A - Factor-based steel enterprise process energy consumption prediction method - Google Patents

Factor-based steel enterprise process energy consumption prediction method Download PDF

Info

Publication number
CN105320991A
CN105320991A CN201410317331.8A CN201410317331A CN105320991A CN 105320991 A CN105320991 A CN 105320991A CN 201410317331 A CN201410317331 A CN 201410317331A CN 105320991 A CN105320991 A CN 105320991A
Authority
CN
China
Prior art keywords
particle
energy consumption
fitness
data
desired positions
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
CN201410317331.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.)
Shanghai Baosight Software Co Ltd
Original Assignee
Shanghai Baosight Software Co Ltd
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 Shanghai Baosight Software Co Ltd filed Critical Shanghai Baosight Software Co Ltd
Priority to CN201410317331.8A priority Critical patent/CN105320991A/en
Publication of CN105320991A publication Critical patent/CN105320991A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a factor-based steel enterprise process energy consumption prediction method. The method comprises the following steps: the step 1) preparing data: obtaining steel enterprise process energy consumption history actual data from a real-time database, and importing planning data; the step 2) displaying the planning data, wherein the planning data serves as an influence factor; the step 3) obtaining history energy consumption actual data according to the history actual data, and determining calculation sample data; the step 4) obtaining fixed unit consumption value according to the calculation sample; and the step 5) carrying out predication by adopting a BP neural network mode or a support vector machine mode. The method can predicate process medium energy consumption and ton steel comprehensive energy consumption variation trends in a future period of time accurately, so that scheduling personnel are allowed to obtain ton steel comprehensive energy consumption with reference to the process medium energy consumption variation trend, complexity of the original method is reduced, accuracy of the ton steel comprehensive energy consumption is improved, and time consumption period is reduced.

Description

Based on iron and steel enterprise's process energy consumption Forecasting Methodology of factor
Technical field
The present invention relates to metallurgical automation field, particularly, relate to the iron and steel enterprise's process energy consumption Forecasting Methodology based on factor.
Background technology
Iron and steel enterprise's energy consumption prediction and balance studies adopt the accurately advanced trend of Forecasting Methodology to energy demand to provide correct estimation, according to utility consumption history data, consider the industrial structure of each operation, energy resource consumption feature, short-term is carried out to process energy consumption and Enterprise Integrated energy consumption, medium and long term is predicted, population equilibrium and adjustment are carried out to the use of enterprise energy, the feature of the further investigation energy consumption of iron and steel enterprises and mechanism, form comprehensive Energy Consumption Evaluation, analysis system, for energy management optimization provides effective decision support, for energy cost budget provides foundation accurately and reliably, realize reasonably utilizing high efficiency of energy.
Current way is, all secondary factories below general headquarters monthly report and submit energy environment protection portion the energy consumption budget of our factory, Ministry of Energy carries out overall balance and adjustment according to the situation of each factory, result after adjustment is assigned to secondary factory on the one hand, form energy consumption budget on the one hand and offer treasurer's department, whole process is manual carries out, and monthly three days consuming time, efficiency was low.
Summary of the invention
For the defect of above-mentioned prior art, the technical problem to be solved in the present invention is a kind of iron and steel enterprise's process energy consumption Forecasting Methodology based on factor, each secondary operation medium energy-output ratio can be predicted more exactly, obtain a ton steel comprehensive energy consumption, thus reduce the complexity of original way and improve the accuracy of prediction ton steel comprehensive energy consumption, shorten the cycle consuming time.
According to a kind of iron and steel enterprise's process energy consumption Forecasting Methodology based on factor provided by the invention, comprise the steps:
Step 1: prepare data, obtain iron and steel enterprise's process energy consumption history real data from real-time data base, and from importing planning data;
Step 2: show planning data, wherein, using planning data as influence factor;
Step 3: according to history real data, obtains history energy consumption real data, and determines to calculate sample data;
Step 4: fix unit consumption value according to calculating sample acquisition;
Step 5: adopt BP neural network fashion or support vector machine mode to predict;
I () adopts BP neural network fashion to predict, specifically comprise the steps:
Step 501: first initialization BP network structure, sets the neuron number of the input layer of BP network, hidden layer, output layer;
Step 502: according to neural network structure determination total number of particles, this total number of particles is the summation of all weights and threshold;
Step 503: the fitness calculating each particle in all particles;
Step 504: the fitness of more each particle compares with the fitness of the desired positions lived through, if better, then using the fitness of described particle as current desired positions P i(t);
Step 505: the fitness of desired positions that the fitness of each particle and the overall situation experience is compared, if better, then using the fitness of described particle as current overall desired positions P g(t) ∈ { P 0(t), P 1(t) ..., P i(t) }, wherein, P it () represents the desired positions that the i-th+1 particle is current;
Step 506: the position X upgrading each particle according to formula (1) and formula (2) ijand speed v ij;
v ij(t+1)=v ij(t)+c 1*rand()*(p ij(t)-x ij(t))+c 2*rand()*(p gj(t)-x ij(t))(1)
x ij(t+1)=x ij(t)+v ij(t+1)(2)
Wherein: subscript " j " represents the jth dimension of particle, and " i " represents particle i, and t represents t generation, c 1, c 2for aceleration pulse, usually between 0 ~ 2, rand () is that (0,1) is uniformly distributed separate random function;
V ij(t+1) represent particle i t+1 for time speed, v ij(t) represent particle i t for time upgrade after speed, p ij(t) represent particle i t for time desired positions, x ij(t) represent particle i t for time position, x ij(t+1) represent particle i t+1 for time position, p gj(t) represent extreme point particle t for time desired positions, g represents extreme point particle subscript
Can obtain from the above-mentioned particle evolution equation be made up of formula (1) and formula (2), c 1particle is regulated to fly to the step-length in self desired positions direction, c 2regulate the step-length that particle flies to overall desired positions;
Step 507: expect threshold value if reach default fitness or reach a default maximum algebraically, then the search performed by step 504 to step 506 stops, and exports global optimum position, otherwise, return step 504 and continue to perform;
(ii) adopt support vector machine mode to predict, specifically comprise the steps:
Step 5A: the particle populations of initialization population PSO;
Step 5B: sample data is computed weighted and obtains new feature value, the new feature value formed after utilizing weighting carries out modeling, and utilize the detection model obtained to carry out crosscheck, obtain crosscheck value, this crosscheck value is with regard to fitness value;
Step 5C: according to calculating the fitness value that obtains, uses the speed of population PSO and location updating formula to upgrade particle, upgrades individual history optimal location and ideal adaptation angle value simultaneously, and global optimum position and overall fitness value;
Step 5D: the operation repeating step 5B and step 5C, until meet the iterations or algorithm just stopping operation time that preset.
Preferably, in step 503, using training error precision E as fitness function to obtain fitness:
E = 1 N Σ i = 1 N ( y i d - y i ) 2
Wherein, E represents fitness, and N represents sum, represent desired output, y irepresent true output valve.
Compared with prior art, the present invention has following beneficial effect:
The present invention can predict operation medium energy consumption and the ton steel comprehensive energy consumption variation tendency of following a period of time more accurately, make dispatcher can with reference to operation medium energy consumption variation tendency, obtain a ton steel comprehensive energy consumption, thus reduce the complexity of original way and improve the accuracy of prediction ton steel comprehensive energy consumption, shorten the cycle consuming time.
The invention solves the technical matters how accurately obtaining process energy consumption in iron and steel manufacture field, what it adopted is based on the computing method of support vector machine or BP network and the technological means utilizing forecast model to realize, and can obtain the technique effect improving process energy consumption prediction and calculation speed thus.
Accompanying drawing explanation
By reading the detailed description done non-limiting example with reference to the following drawings, other features, objects and advantages of the present invention will become more obvious:
Fig. 1 is process energy consumption forecasting process.
Embodiment
Below in conjunction with specific embodiment, the present invention is described in detail.Following examples will contribute to those skilled in the art and understand the present invention further, but not limit the present invention in any form.It should be pointed out that to those skilled in the art, without departing from the inventive concept of the premise, some distortion and improvement can also be made.These all belong to protection scope of the present invention.
Step one: prepare data, obtain history real data from real-time data base, imports planning data by hand;
Step 2: show planning data and influence factor;
Step 3: based on history real data, uses BP network to build factor Model A;
Step 4: based on history real data, uses support vector machine to build factor Model B, specific as follows:
(1) in modeling process first using historical data as training sample, and sample data to be processed, to improve the precision of training result;
(2) by the conversion of kernel function, nonlinear problem is carried out linearization, be converted into the form solving quadratic programming problem;
(3) adopt mathematic programming methods to solve above problem, select support vector, obtain forecast model.
Step 5: step 3 or step 4 are predicted operation medium energy consumption according to the modeling system of step 2 influence factor, thus by calculating a ton steel comprehensive energy consumption.
The present invention can predict operation medium energy consumption and the ton steel comprehensive energy consumption variation tendency of following a period of time more accurately, energy centre managerial personnel can according to the variation tendency of operation medium energy consumption and ton steel comprehensive energy consumption, in conjunction with the full factory ton steel comprehensive energy consumption target that the beginning of the year formulates, regulate and control each secondary factory operation medium energy resource consumption, the Energy Sources Equilibrium reaching full factory utilizes; Realize Energy Sources Equilibrium, reduce energy dissipation, improve energy utilization rate.Compared with manually, improve precision, shorten the cycle consuming time.
Below the present invention is more specifically described.
Embodiment 1: plum steel steel making working procedure energy consumption is predicted
Fig. 1 is the process energy consumption prediction process flow diagram of the embodiment of the present invention 1.
Embodiment
Shown in Figure 1, described in embodiments of the invention 1, iron and steel enterprise's steel making working procedure energy consumption Forecasting Methodology realizes in accordance with the following steps:
Step one, reads steel making working procedure energy consumption history real data and steel making working procedure actual output.By reading steel making working procedure energy consumption history real data and steel making working procedure actual output from the real-time data base in on-the-spot energy resource system.
Step 2, importing and needs the relevant steel making working procedure scheduled production data of prediction as influence factor, obtaining steel making working procedure scheduled production data in the mode by importing from outside.
Step 3, the steel making working procedure energy consumption history real data got according to step one and steel making working procedure actual output, selected moon number is as total sample number to manually, and wherein the steel making working procedure energy consumption history real data of the same moon and steel making working procedure actual output data are as a sample.
Step 4, according to the process energy consumption history real data of each month legitimate reading as sample, using the actual output of each month as particle, with the algorithm of the inside of BP neural network, by repetition training with prediction particle result as predicting the outcome, to legitimate reading and comparing of predicting the outcome, finally obtain searching out optimum solution in less solution space.
The method of specific implementation is:
A. first initialization BP network structure, sets the neuron number of the input layer of BP network, hidden layer, output layer;
B. according to neural network structure determination total number of particles, this total number of particles is the summation of all weights and threshold;
C. the fitness of each particle in all particles is calculated;
D. the fitness of more each particle compares with the fitness of desired positions lived through, if better, then using the fitness of described particle as current desired positions P i(t);
E. the fitness of desired positions that the fitness of each particle and the overall situation experience is compared, if better, then using the fitness of described particle as current overall desired positions P g(t) ∈ { P 0(t), P 1(t) ..., P i(t) }, wherein, P it () represents the desired positions that the i-th+1 particle is current;
F. the position X of each particle is upgraded according to formula (1) and formula (2) ijand speed v ij;
v ij(t+1)=v ij(t)+c 1*rand()*(p ij(t)-x ij(t))+c 2*rand()*(p gj(t)-x ij(t))(1)
x ij(t+1)=x ij(t)+v ij(t+1)(2)
Wherein: subscript " j " represents the jth dimension of particle, and " i " represents particle i, and t represents t generation, c 1, c 2for aceleration pulse, usually between 0 ~ 2, rand () is that (0,1) is uniformly distributed separate random function v ij(t+1) represent particle i t+1 for time speed, v ij(t) represent particle i t for time upgrade after speed, p ij(t) represent particle i t for time desired positions, x ij(t) represent particle i t for time position, x ij(t+1) represent particle i t+1 for time position, p gj(t) represent extreme point particle t for time desired positions, g represents extreme point particle subscript;
Can obtain from the above-mentioned particle evolution equation be made up of formula (1) and formula (2), c 1particle is regulated to fly to the step-length in self desired positions direction, c 2regulate the step-length that particle flies to overall desired positions;
If G. reach default fitness to expect threshold value or reach a default maximum algebraically, then the search performed by step 504 to step 506 stops, and exports global optimum position, otherwise, return step 504 and continue to perform;
Step 5, utilizes the influence factor that step 4 analysis obtains, structure training sample set S.
S = { ( X j t - 1 , H j t - 1 ) , H j t ) , j = 1 · · · N }
Wherein, with composition model input amendment, for model output sample, represent actual output, represent history process energy consumption, represent the current month process energy consumption of prediction.
Step 6, adopts BP algorithm to build steel making working procedure energy consumption forecast model according to training sample set S; Namely based on steel-making plan yield data, BP modeling method is adopted to set up the model embodying relation between steel making working procedure energy consumption and planning data, steel making working procedure energy consumption forecast model.
Concrete grammar is:
A. G-P algorithm is utilized to determine the Embedded dimensions m of each major influence factors;
B. BP neural network is utilized to obtain training sample set S i = { ( x j , y j ) | j = 1,2 , · · · , n i - m i } :
x 1 x 2 . . . x ni - mi = x ( 1 ) x ( 2 ) . . . x ( m i ) x ( 2 ) x ( 3 ) . . . x ( m i + 1 ) . . . . . . . . . . . . x ( n - m i ) x ( n i - m i + 1 ) . . . x ( n i - 1 ) , y 1 y 2 . . . y ni - mi = x ( m i + 1 ) x ( m i + 2 ) . . . x ( n i ) ;
(wherein, x j∈ R mirepresent the input of influence factor time series predicting model, y j∈ R represents the output of model.)
Step 7, according to the steel making working procedure energy consumption forecast model that BP neural network algorithm obtains, with steel making working procedure scheduled production for influence factor, with actual achievement output and actual achievement process energy consumption value for sample, obtains the steel making working procedure energy consumption predicted value in scheduled production corresponding month.
The present invention is the field data based on iron and steel enterprise, can be applicable to the energy centre of iron and steel enterprise, alleviate the prediction work of the staff of energy centre, shorten consuming time, the energy service condition in faster more convenient grasp next month or in the future more months, knows in advance and arranges the outsourcing of the short energy.
Here applies of the present invention predicting the outcome:
Table 1 steel making working procedure predicts the outcome table
Note:
Table 2 data item implication
Above specific embodiments of the invention are described.It is to be appreciated that the present invention is not limited to above-mentioned particular implementation, those skilled in the art can make various distortion or amendment within the scope of the claims, and this does not affect flesh and blood of the present invention.

Claims (2)

1., based on iron and steel enterprise's process energy consumption Forecasting Methodology of factor, it is characterized in that, comprise the steps:
Step 1: prepare data, obtain iron and steel enterprise's process energy consumption history real data from real-time data base, and from importing planning data;
Step 2: show planning data, wherein, using planning data as influence factor;
Step 3: according to history real data, obtains history energy consumption real data, and determines to calculate sample data;
Step 4: fix unit consumption value according to calculating sample acquisition;
Step 5: adopt BP neural network fashion or support vector machine mode to predict;
I () adopts BP neural network fashion to predict, specifically comprise the steps:
Step 501: first initialization BP network structure, sets the neuron number of the input layer of BP network, hidden layer, output layer;
Step 502: according to neural network structure determination total number of particles, this total number of particles is the summation of all weights and threshold;
Step 503: the fitness calculating each particle in all particles;
Step 504: the fitness of more each particle compares with the fitness of the desired positions lived through, if better, then using the fitness of described particle as current desired positions P i(t);
Step 505: the fitness of desired positions that the fitness of each particle and the overall situation experience is compared, if better, then using the fitness of described particle as current overall desired positions P g(t) ∈ { P 0(t), P 1(t) ..., P i(t) }, wherein, P it () represents the desired positions that the i-th+1 particle is current;
Step 506: the position X upgrading each particle according to formula (1) and formula (2) ijand speed v ij;
v ij(t+1)=v ij(t)+c 1*rand()*(p ij(t)-x ij(t))+c 2*rand()*(p gj(t)-x ij(t))(1)
x ij(t+1)=x ij(t)+v ij(t+1)(2)
Wherein: subscript " j " represents the jth dimension of particle, and " i " represents particle i, and t represents t generation, c 1, c 2for aceleration pulse, usually between 0 ~ 2, rand () is that (0,1) is uniformly distributed separate random function;
V ij(t+1) represent particle i t+1 for time speed, v ij(t) represent particle i t for time upgrade after speed, p ij(t) represent particle i t for time desired positions, x ij(t) represent particle i t for time position, x ij(t+1) represent particle i t+1 for time position, p gj(t) represent extreme point particle t for time desired positions, g represents extreme point particle subscript;
Can obtain from the above-mentioned particle evolution equation be made up of formula (1) and formula (2), c 1particle is regulated to fly to the step-length in self desired positions direction, c 2regulate the step-length that particle flies to overall desired positions;
Step 507: expect threshold value if reach default fitness or reach a default maximum algebraically, then the search performed by step 504 to step 506 stops, and exports global optimum position, otherwise, return step 504 and continue to perform;
(ii) adopt support vector machine mode to predict, specifically comprise the steps:
Step 5A: the particle populations of initialization population PSO;
Step 5B: sample data is computed weighted and obtains new feature value, the new feature value formed after utilizing weighting carries out modeling, and utilize the detection model obtained to carry out crosscheck, obtain crosscheck value, this crosscheck value is with regard to fitness value;
Step 5C: according to calculating the fitness value that obtains, uses the speed of population PSO and location updating formula to upgrade particle, upgrades individual history optimal location and ideal adaptation angle value simultaneously, and global optimum position and overall fitness value;
Step 5D: the operation repeating step 5B and step 5C, until meet the iterations or algorithm just stopping operation time that preset.
2. the iron and steel enterprise's process energy consumption Forecasting Methodology based on factor according to claim 1, is characterized in that, in step 503, using training error precision E as fitness function to obtain fitness:
E = 1 N Σ i = 1 N ( y i d - y i ) 2
Wherein, E represents fitness, and N represents sum, represent desired output, y irepresent true output valve.
CN201410317331.8A 2014-07-04 2014-07-04 Factor-based steel enterprise process energy consumption prediction method Pending CN105320991A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410317331.8A CN105320991A (en) 2014-07-04 2014-07-04 Factor-based steel enterprise process energy consumption prediction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410317331.8A CN105320991A (en) 2014-07-04 2014-07-04 Factor-based steel enterprise process energy consumption prediction method

Publications (1)

Publication Number Publication Date
CN105320991A true CN105320991A (en) 2016-02-10

Family

ID=55248339

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410317331.8A Pending CN105320991A (en) 2014-07-04 2014-07-04 Factor-based steel enterprise process energy consumption prediction method

Country Status (1)

Country Link
CN (1) CN105320991A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106199174A (en) * 2016-07-01 2016-12-07 广东技术师范学院 Extruder energy consumption predicting abnormality method based on transfer learning
CN106483946A (en) * 2016-12-22 2017-03-08 北京憶众联创电气科技有限公司 A kind of metallurgical production process energy consumption of unit product on-line detecting system and method
CN109034452A (en) * 2018-06-20 2018-12-18 上海安悦节能技术有限公司 Energy consumption prediction technique for auto-parts manufacturing enterprise
CN110533249A (en) * 2019-09-02 2019-12-03 合肥工业大学 A kind of smelter energy consumption prediction technique based on integrated shot and long term memory network

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
黄健恒等: "基于支持向量机的大型公共建筑能耗预测研究", 《建筑与科技》 *
黄文燕: "钢铁企业能源管理系统及其能耗预测的研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106199174A (en) * 2016-07-01 2016-12-07 广东技术师范学院 Extruder energy consumption predicting abnormality method based on transfer learning
CN106483946A (en) * 2016-12-22 2017-03-08 北京憶众联创电气科技有限公司 A kind of metallurgical production process energy consumption of unit product on-line detecting system and method
CN109034452A (en) * 2018-06-20 2018-12-18 上海安悦节能技术有限公司 Energy consumption prediction technique for auto-parts manufacturing enterprise
CN110533249A (en) * 2019-09-02 2019-12-03 合肥工业大学 A kind of smelter energy consumption prediction technique based on integrated shot and long term memory network
CN110533249B (en) * 2019-09-02 2021-09-14 合肥工业大学 Metallurgical enterprise energy consumption prediction method based on integrated long-term and short-term memory network

Similar Documents

Publication Publication Date Title
Wang et al. A seasonal GM (1, 1) model for forecasting the electricity consumption of the primary economic sectors
CN105631483A (en) Method and device for predicting short-term power load
Sarmas et al. ML-based energy management of water pumping systems for the application of peak shaving in small-scale islands
CN106779157A (en) The Forecasting Methodology of Regional Energy consumption demand
CN102682219A (en) Method for forecasting short-term load of support vector machine
CN104978613A (en) Short-period forecasting method for photovoltaic output in consideration of assembly temperature
CN107918368B (en) The dynamic prediction method and equipment of iron and steel enterprise's coal gas yield and consumption
CN109376911A (en) A kind of micro-capacitance sensor short-term load forecasting method based on EMD-KELMs-SDPSO
JP7157815B2 (en) Planning equipment, planning methods and planning programs
CN105320991A (en) Factor-based steel enterprise process energy consumption prediction method
CN111915092A (en) Ultra-short-term wind power prediction method based on long-time and short-time memory neural network
CN110009419A (en) Improvement time series electricity sales amount prediction technique and system based on Economic Climate method
CN103985000A (en) Medium-and-long term typical daily load curve prediction method based on function type nonparametric regression
Dong et al. Short-term building cooling load prediction model based on DwdAdam-ILSTM algorithm: A case study of a commercial building
CN109993354A (en) A method of it is predicted for energy consumption
Zeng et al. Forecasting the total energy consumption in China using a new-structure grey system model
CN106600029A (en) Macro-economy predictive quantization correction method based on electric power data
CN104408317A (en) Metallurgy enterprise gas flow interval predicting method based on Bootstrap echo state network integration
CN111832785A (en) Method and system for predicting electric energy substitution potential
Didelot et al. Balancing energy efficiency and fossil fuel: the role of carbon pricing
CN103514486A (en) Blast furnace gas incoming flow prediction method based on factor analysis
CN104166885A (en) Recent region load predicting method based on S-type curve
Mashlakov et al. Multi-timescale forecasting of battery energy storage state-of-charge under frequency containment reserve for normal operation
CN116384251A (en) New energy generated power combination prediction method and system considering risk avoidance
CN111126716A (en) Extreme gradient lifting algorithm-based system model for predicting electricity price

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160210

RJ01 Rejection of invention patent application after publication