CN110472321B - PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of all-metal semi-hard shell solid rocket cabin section - Google Patents

PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of all-metal semi-hard shell solid rocket cabin section Download PDF

Info

Publication number
CN110472321B
CN110472321B CN201910703836.0A CN201910703836A CN110472321B CN 110472321 B CN110472321 B CN 110472321B CN 201910703836 A CN201910703836 A CN 201910703836A CN 110472321 B CN110472321 B CN 110472321B
Authority
CN
China
Prior art keywords
gpr
particle
model
pso
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.)
Active
Application number
CN201910703836.0A
Other languages
Chinese (zh)
Other versions
CN110472321A (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.)
Wuhan University of Science and Engineering WUSE
Original Assignee
Wuhan University of Science and Engineering WUSE
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 Wuhan University of Science and Engineering WUSE filed Critical Wuhan University of Science and Engineering WUSE
Priority to CN201910703836.0A priority Critical patent/CN110472321B/en
Publication of CN110472321A publication Critical patent/CN110472321A/en
Application granted granted Critical
Publication of CN110472321B publication Critical patent/CN110472321B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • G06N20/10Machine learning using kernel methods, e.g. support vector machines [SVM]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Artificial Intelligence (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a PSO-GPR-based method for predicting the processing energy consumption of a solid rocket cabin section of an all-metal semi-hard shell, which comprises the following steps: 1) Collecting processing data of a solid rocket cabin section; 2) Calculating the time volume of each process influencing energy consumption by using the original data; the time volume is the product of the volume of the material removed by the workpiece and the processing time of the workpiece; 3) Establishing a prediction model; 4) And (4) inputting the sum of six total time volumes of six working procedures and six total energy consumptions of six working procedures into the model, and predicting to obtain the total energy consumption during the processing of the whole cabin section. According to the invention, two influence factors of the workpiece removal volume and the workpiece processing time are combined as prediction input, so that the accuracy of the prediction model result is improved.

Description

PSO-GPR-based solid rocket cabin section processing energy consumption prediction method for all-metal semi-hard shell
Technical Field
The invention relates to a rocket cabin section processing technology, in particular to a PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of a solid rocket cabin section of an all-metal semi-hard shell.
Background
At present, methods such as a neural network and a support vector machine are mainly adopted in the research on machine tool machining energy consumption prediction, and compared with a GPR (Gaussian process regression model), the method has the advantages of easiness in implementation, good model adaptability, super-parameter self-adaptive acquisition and the like.
However, the methods such as the neural network and the support vector machine also have the defects of long convergence time, slow speed, easy trapping to the local minimum, incapability of ensuring to obtain a global optimum value, certain randomness of a result, sensitivity to missing data and the like. Therefore, the machine tool energy consumption prediction model is established by adopting Gaussian process regression, the complexity of the model can be reduced, and real-time energy consumption prediction is realized. The PSO algorithm has the advantages of easiness in implementation, simplicity, few parameters, capability of effectively solving the problem of global optimization and the like, and the GPR model is optimized by the PSO algorithm, so that the GPR model is higher in precision and more reliable.
Disclosure of Invention
The invention aims to solve the technical problem of providing a PSO-GPR-based method for predicting the processing energy consumption of all-metal semi-hard shell solid rocket cabin sections, aiming at the defects in the prior art.
The technical scheme adopted by the invention for solving the technical problems is as follows: a PSO-GPR-based method for predicting the processing energy consumption of a solid rocket cabin section of an all-metal semi-hard shell comprises the following steps:
1) Collecting processing data of a solid rocket cabin section, wherein the processing data comprises: mass m before workpiece machining, mass m' after workpiece machining, workpiece material density rho, workpiece machining time t and machine tool machining average power
Figure BDA0002151539270000021
2) Using raw data m, m', ρ, t and
Figure BDA0002151539270000022
calculating the time volume of each process affecting energy consumption, the processes comprising: turning, milling, drilling, blanking, heat treatment and forging; the time volume is the product of the volume of the material removed by the workpiece and the processing time of the workpiece;
3) Establishing a prediction model:
3.1 Initializing a Gaussian Process Regression (GPR) model to determine a kernel function;
y=f(X)+ε (1)
hypothesis noise
Figure BDA0002151539270000023
Obtaining a prior distribution of y:
Figure BDA0002151539270000024
wherein K (X, X) = (K) ij ) Is a covariance matrix defined by n x n order symmetry, the matrix element k ij =k(x i ,x j ) For measuring variable x i And variable x j The correlation between them; I.C. A n Is an n-dimensional identity matrix; sigma n Is the variance of the noise;
and the observed value y and the predicted value f * Joint bayesian prior distribution of (a):
Figure BDA0002151539270000025
wherein, K (X, X) * )=K(x * ,X) T ,K(X,x * ) Is a test point x * An n × 1 order covariance matrix with the input X of the training set; k (x) * ,x * ) Is a test point x * (ii) its own covariance;
covariance function, i.e. kernel function:
Figure BDA0002151539270000031
where, Σ = diag (1) 2 ) And 1 is a variance scale, wherein,
Figure BDA0002151539270000032
is the signal variance;
parameter set
Figure BDA0002151539270000033
Is a hyper-parameter;
for test set samples
Figure BDA0002151539270000034
The corresponding predicted values and the gaussian distributions obeyed by the predicted values can be obtained according to the bayesian principle as follows:
Figure BDA0002151539270000035
wherein the mean value
Figure BDA0002151539270000036
Sum variance cov (f) * ) Respectively as follows:
Figure BDA0002151539270000037
Figure BDA0002151539270000038
the formulas (4), (6) and (7) form a Gaussian process regression model;
3.2 Carrying out automatic optimal hyperparameter search on a GPR regression model in a sample training process by adopting a PSO algorithm to obtain optimal hyperparameters of the GPR regression model and determine the GPR regression model;
4) And inputting the sum of six total time volumes of the six procedures and six total energy consumptions of the six procedures into the model, and predicting to obtain the total energy consumption during the processing of the whole cabin.
According to the scheme, the specific steps of obtaining the optimal hyperparameter of the GPR regression model in the step 3.2) are as follows:
3.2.1 Initializing network parameters of PSO, including determining particle swarm scale, iteration times and particle random solution, wherein each particle vector represents a GPR model, and different models correspond to different GPR model parameters;
3.2.2 Randomly dividing the sample into a learning sample and a testing sample, and reading the learning sample, the testing sample and a GPR model hyper-parameter population into the PSO-GPR model; training the model, and predicting a prediction sample after obtaining prediction capability;
3.2.3 Calculate the fitness value f of each particle individual according to the PSO algorithm fitness function id The fitness function is:
Figure BDA0002151539270000041
in the formula: g (x) i ) The predicted value of the ith test sample during model training is obtained; y is i The number of the test samples is m;
3.2.4 Will step (d)3.2.3 Adapted value f) calculated in id With the best fit value f (p) of the particle in the history of previous iterations id ) Comparing, if the former is smaller than the latter, replacing f (p) of the previous round with a new adaptive value id ) Replacing the particles of the previous round with new particles;
3.2.5 The best fit value f (pid) of each particle is compared with the best fit values f (p) of all particles gd ) A comparison is made. If f (p) id )<f(p gd ) Replacing the original global optimum adaptive value with the optimum adaptive value of the particle, and simultaneously saving the current state of the particle;
3.2.6 Finishing the program when the network meets the preset iteration step number and returning the particles with the minimum current adaptive value to find an optimal solution; and if not, performing a new iteration, updating the position and the speed of the particle by adopting an adjustment equation, namely generating a new particle, returning to the step 3.2.3) until the maximum iteration step is met, finishing the algorithm, returning to the optimal hyperparameter of the GPR model, and determining the GPR model.
According to the scheme, in the step 3.2.6), the adjustment equation is as follows:
Figure BDA0002151539270000051
in the formula (I), the compound is shown in the specification,
Figure BDA0002151539270000052
is the velocity of the ith particle in the d-dimension in the kth iteration,
Figure BDA0002151539270000053
is the position of the ith particle in the d-dimension in the kth iteration; p is a radical of id Is the individual historical optimum position, p, in the d-dimension of the ith particle gd The best position all particles experience; c. C 1 And c 2 For learning factors, in general c 1 =c 2 =1.8~2.0;r 1 、r 2 Is a uniformly distributed random number between (0, 1); w is the inertial weight, linearly decreasing according to:
Figure BDA0002151539270000054
in the formula: w is a max 、w min Maximum and minimum inertial weights, respectively; t is the current iteration number, t max Is the maximum number of iterations.
The invention has the following beneficial effects:
1. the energy consumption prediction model established from the view point of various working procedures can be suitable for various processing techniques, and the complex problem is greatly simplified;
2. the two influence factors of the workpiece removal volume and the workpiece processing time are combined to be used as sample data input, so that the sample data set is closer to the real condition, and the accuracy of the prediction model result is indirectly improved;
3. the energy consumption prediction model is established by adopting Gaussian process regression, and the particle swarm optimization model is used, so that the model avoids the defects that the neural network-genetic algorithm, the support vector machine-genetic algorithm and the like excessively depend on preset training samples, the artificial setting parameters are more and the like, is simpler and more accurate, and has higher reliability.
Drawings
The invention will be further described with reference to the following drawings and examples, in which:
FIG. 1 is a flow chart of a method of an embodiment of the present invention;
FIG. 2 is a flowchart of a method for determining parameters of a GPR model according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in FIG. 1, the PSO-GPR algorithm-based method for predicting the processing energy consumption of the all-metal semi-hard shell solid rocket cabin segment comprises the following steps:
1) Collecting processing data of a solid rocket cabin section, wherein the processing data comprises: mass m before workpiece machining, mass m' after workpiece machining, material density rho of workpiece, machining time t of workpiece and average power of machine tool machining
Figure BDA0002151539270000071
Collecting raw data
(1) Mass m before workpiece machining: measuring and reading out data m by using an electronic scale, and accurately measuring the data m to one decimal point;
(2) The processed mass m' of the workpiece is as follows: measuring and reading data m' by using an electronic scale, and accurately obtaining one bit after a decimal point;
(3) Workpiece material density ρ: looking up a material density table in aluminum alloy and processing handbook thereof to obtain rho;
(4) Workpiece machining time t: measuring the time t from the beginning to the end of the process by using a timer;
(5) Average power of machine tool
Figure BDA0002151539270000072
Measuring the total power P of the machine tool once every 15 seconds at the total power supply of the machine tool by using a power measuring instrument i Then by the formula of the mean value
Figure BDA0002151539270000073
Calculating the average power of machine tool
Figure BDA0002151539270000074
2) Using the raw data m, m', ρ, t and
Figure BDA0002151539270000075
calculating the time volume of each process influencing energy consumption, wherein the process comprises the following steps: turning, milling, drilling, blanking, heat treatment and forging; the time volume is the product of the volume of the material removed by the workpiece and the processing time of the workpiece;
using the raw data m, m', ρ, t and
Figure BDA0002151539270000076
and (3) calculating input and output:
Figure BDA0002151539270000081
wherein d =6 means six steps.
3) Establishing a prediction model:
3.1 Initializing a Gaussian Process Regression (GPR) model to determine a kernel function;
y=f(X)+ε (1)
hypothesis noise
Figure BDA0002151539270000082
Obtaining a prior distribution of y:
Figure BDA0002151539270000083
wherein K (X, X) = (K) ij ) A covariance matrix defined positively for n x n order symmetry, the matrix element k ij =k(x i ,x j ) For measuring variable x i And variable x j The correlation between them; I.C. A n Is an n-dimensional identity matrix; sigma n Is the noise variance;
and the observed value y and the predicted value f * Joint bayesian prior distribution of (a):
Figure BDA0002151539270000091
wherein, K (X, X) * )=K(x * ,X) T ,K(X,x * ) Is a test point x * An n × 1 order covariance matrix with the input X of the training set; k (x) * ,x * ) Is a test point x * Its own covariance.
Covariance function, i.e. kernel function:
Figure BDA0002151539270000092
wherein, Σ = diag (1) 2 ) And 1 is a variance scale, 1 is,
Figure BDA0002151539270000093
is the signal variance.
Parameter set
Figure BDA0002151539270000094
Is a hyper-parameter;
for test set samples
Figure BDA0002151539270000095
The corresponding predicted values and the following gaussian distributions can be obtained according to the bayesian principle as follows:
Figure BDA0002151539270000096
wherein the mean value
Figure BDA0002151539270000097
Sum variance cov (f) * ) Respectively as follows:
Figure BDA0002151539270000098
Figure BDA0002151539270000099
the formulas (4), (6) and (7) form a Gaussian process regression model;
3.2 Adopting a PSO algorithm to perform automatic optimal hyperparametric search on a GPR regression model in a sample training process to obtain optimal hyperparameters of the GPR regression model and determine the GPR regression model;
the specific implementation steps are as follows, as shown in fig. 2:
step 1, initializing network parameters of PSO, including determining particle swarm scale, iteration times, particle random solution particle initial velocity and particle initial position, wherein each particle vector represents a GPR model, and different models correspond to different GPR model parameters.
Step 2, randomly dividing a sample into a learning sample and a testing sample, and reading the learning sample, the testing sample and a GPR model hyper-parameter population into the PSO-GPR model; and training the model, and predicting the prediction sample after obtaining the prediction capability.
Step 3, calculating the fitness value f of each particle individual according to the PSO algorithm fitness function id The fitness function is:
Figure BDA0002151539270000101
in the formula: g (x) i ) The predicted value of the ith test sample during model training is obtained; y is i The sample value of the ith test sample is m, and the number of the test samples is m.
Step 4. The adaptive value f calculated in step 3 id With the best fit value f (p) of the particle in the history of previous iterations id ) Comparing, if the former is smaller than the latter, replacing f (p) of the previous round with a new adaptive value id ) The new particles are substituted for the particles of the previous round.
Step 5 the optimal fitness value f (p) of each particle id ) Optimum adaptation value f (p) to all particles gd ) A comparison is made. If f (p) id )<f(p gd ) Then the optimal adaptive value of the particle is used to replace the original global optimal adaptive value, and the current state of the particle is saved.
Step 6, when the network meets the preset iteration step number, ending the program and returning the particles with the minimum current adaptive value to find the optimal solution; and if not, carrying out a new iteration, updating the position and the speed of the particle by adopting the formula (8), namely generating a new particle, returning to the step 3 until the maximum iteration step is met, finishing the algorithm, returning to the optimal hyperparameter of the GPR model, and determining the GPR model.
Assume that in a d-dimensional search space, the state attribute parameters of the ith particle during the kth iteration are set as follows:
particle position:
Figure BDA0002151539270000111
L d 、U d the upper and lower limits of the particle position.
Particle velocity:
Figure BDA0002151539270000112
v min,d 、v max,d the upper and lower limits of the particle velocity.
Individual optimal position:
Figure BDA0002151539270000113
global optimal position:
Figure BDA0002151539270000114
the particle speed and position are continuously updated along with the increase of the iteration number k, and the adjustment equation is as follows:
Figure BDA0002151539270000121
in the formula (I), the compound is shown in the specification,
Figure BDA0002151539270000122
is the velocity of the ith particle in the d-dimension in the kth iteration,
Figure BDA0002151539270000123
is the position of the ith particle in the d-dimension in the kth iteration; p is a radical of formula id Is the individual historical optimum position, p, in the d-dimension of the ith particle gd The best position experienced by all particles; c. C 1 And c 2 For learning factors, typically c 1 =c 2 =1.8~2.0;r 1 、r 2 Is a uniformly distributed random number between (0, 1); w is an inertial weight, and in order to avoid the problem that the algorithm is difficult to converge around the global optimal solution in the later period, the value of the inertial weight is reduced along with the iteration of the algorithm,the linear reduction is generally performed according to the following equation:
Figure BDA0002151539270000124
in the formula: w is a max 、w min Maximum and minimum inertial weights, respectively; t is the current iteration number, t max For the maximum number of iterations, generally take w max =0.9,w min =0.4。
It will be understood that modifications and variations can be made by persons skilled in the art in light of the above teachings and all such modifications and variations are intended to be included within the scope of the invention as defined in the appended claims.

Claims (3)

1. A PSO-GPR-based method for predicting the processing energy consumption of a solid rocket cabin section of an all-metal semi-hard shell is characterized by comprising the following steps:
1) Collecting solid rocket cabin processing data, wherein the processing data comprises: mass m before workpiece machining, mass m' after workpiece machining, material density rho of workpiece, machining time t of workpiece and average power of machine tool machining
Figure FDA0002151539260000011
2) Using raw data m, m', ρ, t and
Figure FDA0002151539260000012
calculating the time volume of each process affecting energy consumption, the processes comprising: turning, milling, drilling, blanking, heat treatment and forging; the time volume is the product of the volume of the material removed by the workpiece and the processing time of the workpiece;
3) Establishing a prediction model:
3.1 Initializing a GPR Gaussian process regression model and determining a kernel function;
y=f(X)+ε (1)
hypothesis noise
Figure FDA0002151539260000013
Obtaining a prior distribution of y:
Figure FDA0002151539260000014
wherein K (X, X) = (K) ij ) Is a covariance matrix defined by n x n order symmetry, the matrix element k ij =k(x i ,x j ) For measuring variable x i And variable x j The correlation between them; I.C. A n Is an n-dimensional identity matrix; sigma n Is the variance of the noise;
and observed value y and predicted value f * Joint bayesian prior distribution of (a):
Figure FDA0002151539260000015
wherein, K (X, X) * )=K(x * ,X) T ,K(X,x * ) Is a test point x * An nx1 order covariance matrix with the input X of the training set; k (x) * ,x * ) Is a test point x * (ii) its own covariance;
covariance function, i.e. kernel function:
Figure FDA0002151539260000021
where, Σ = diag (1) 2 ) And 1 is a variance scale, 1 is,
Figure FDA0002151539260000022
is the signal variance;
parameter set
Figure FDA0002151539260000023
Is a hyper-parameter;
for test set samples
Figure FDA0002151539260000024
The corresponding predicted values and the following gaussian distributions can be obtained according to the bayesian principle as follows:
Figure FDA0002151539260000025
wherein the mean value
Figure FDA0002151539260000026
Sum variance cov (f) * ) Respectively as follows:
Figure FDA0002151539260000027
Figure FDA0002151539260000028
the formulas (4), (6) and (7) form a Gaussian process regression model;
3.2 Adopting a PSO algorithm to perform automatic optimal hyperparametric search on a GPR regression model in a sample training process to obtain optimal hyperparameters of the GPR regression model and determine the GPR regression model;
4) And inputting the sum of six total time volumes of six working procedures and six total energy consumptions of six working procedures into a prediction model to obtain the predicted total energy consumption during the processing of the whole cabin section.
2. The PSO-GPR based solid rocket cabin processing energy consumption prediction method for all-metal semi-hard shells based on the PSO-GPR, according to the claim 1, is characterized in that the specific steps of obtaining the optimal hyperparameter of the GPR regression model in the step 3.2) are as follows:
3.2.1 Initializing network parameters of PSO, including determining particle swarm scale, iteration times, particle initial speed and particle initial position, wherein each particle vector represents a GPR model, and different models correspond to different GPR model parameters;
3.2.2 Randomly dividing a sample into a learning sample and a testing sample, and reading the learning sample, the testing sample and a GPR model hyper-parameter population into the PSO-GPR model; training the model, and predicting a prediction sample after obtaining the prediction capability;
3.2.3 ) calculating the fitness value f of each particle individual according to the PSO algorithm fitness function id The fitness function is:
Figure FDA0002151539260000031
in the formula: g (x) i ) The predicted value of the ith test sample during model training is obtained; y is i The sample value of the ith test sample is, and m is the number of the test samples;
3.2.4 C) adapting the fitness value f calculated in step 3.2.3) id With the best fit value f (p) of the particle in the history of previous iterations id ) Comparing, if the former is smaller than the latter, replacing f (p) of the previous round with a new adaptive value id ) Replacing the particles of the previous round with new particles;
3.2.5 The optimum adaptation value f (p) of each particle id ) Optimum adaptation value f (p) to all particles gd ) A comparison is made. If f (p) id )<f(p gd ) Replacing the original global optimum adaptive value with the optimum adaptive value of the particle, and simultaneously saving the current state of the particle;
3.2.6 When the network meets the preset iteration step number, ending the program and returning the particles with the minimum current adaptive value to find the optimal solution; and if not, performing a new iteration, updating the position and the speed of the particle by adopting an adjustment equation, namely generating a new particle, returning to the step 3.2.3) until the maximum iteration step is met, finishing the algorithm, returning to the optimal hyperparameter of the GPR model, and determining the GPR model.
3. The PSO-GPR based all-metal semi-hard shell solid rocket cabin processing energy consumption prediction method according to claim 1, characterized in that in step 3.2.6), the adjustment equation is as follows:
Figure FDA0002151539260000041
in the formula (I), the compound is shown in the specification,
Figure FDA0002151539260000042
is the velocity of the ith particle in the d-dimension in the kth iteration,
Figure FDA0002151539260000043
is the position of the ith particle in the d-dimension in the kth iteration; p is a radical of id Is the individual historical optimum position, p, in the d-dimension of the ith particle gd The best position all particles experience; c. C 1 And c 2 For learning factors, in general c 1 =c 2 =1.8~2.0;r 1 、r 2 Is a uniformly distributed random number between (0, 1); w is the inertial weight, linearly decreasing according to:
Figure FDA0002151539260000044
in the formula: w is a max 、w min Maximum and minimum inertial weights, respectively; t is the current number of iterations, t max Is the maximum iteration number.
CN201910703836.0A 2019-07-31 2019-07-31 PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of all-metal semi-hard shell solid rocket cabin section Active CN110472321B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910703836.0A CN110472321B (en) 2019-07-31 2019-07-31 PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of all-metal semi-hard shell solid rocket cabin section

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910703836.0A CN110472321B (en) 2019-07-31 2019-07-31 PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of all-metal semi-hard shell solid rocket cabin section

Publications (2)

Publication Number Publication Date
CN110472321A CN110472321A (en) 2019-11-19
CN110472321B true CN110472321B (en) 2022-12-16

Family

ID=68509309

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910703836.0A Active CN110472321B (en) 2019-07-31 2019-07-31 PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of all-metal semi-hard shell solid rocket cabin section

Country Status (1)

Country Link
CN (1) CN110472321B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111546035B (en) * 2020-04-07 2021-07-02 大连理工大学 Online rapid gear assembly method based on learning and prediction
CN112597727B (en) * 2020-12-25 2023-04-21 电子科技大学 Novel rapid and efficient filter small sample modeling and optimizing method
CN114580744A (en) * 2022-03-04 2022-06-03 中国科学院福建物质结构研究所 System and method for predicting metal additive manufacturing time based on data fusion

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6907307B2 (en) * 2002-07-02 2005-06-14 3D Systems, Inc. Support volume calculation for a CAD model
RU2467930C1 (en) * 2011-05-26 2012-11-27 Федеральное государственное унитарное предприятие "Московское опытно-конструкторское бюро "Марс" (ФГУП МОКБ "Марс") Method of determining maneuver termination interval and shutting down of acceleration unit sustainer engine
CN106920006B (en) * 2017-02-23 2020-07-03 北京工业大学 Subway station air conditioning system energy consumption prediction method based on ISOA-LSSVM
CN110032069B (en) * 2019-04-02 2020-09-15 东华大学 Polyester fiber spinning process segmented parameter configuration method based on error compensation

Also Published As

Publication number Publication date
CN110472321A (en) 2019-11-19

Similar Documents

Publication Publication Date Title
CN110472321B (en) PSO-GPR (particle swarm optimization-GPR) based method for predicting processing energy consumption of all-metal semi-hard shell solid rocket cabin section
JP5969676B1 (en) Machine learning device and machine learning method for optimizing frequency of tool correction of machine tool, and machine tool including the machine learning device
CN109992921B (en) On-line soft measurement method and system for thermal efficiency of boiler of coal-fired power plant
CN114619292B (en) Milling cutter wear monitoring method based on fusion of wavelet denoising and attention mechanism with GRU network
CN111191835B (en) IES incomplete data load prediction method and system based on C-GAN migration learning
Zhang et al. Prediction of surface roughness in end face milling based on Gaussian process regression and cause analysis considering tool vibration
CN110561191B (en) Numerical control machine tool cutter abrasion data processing method based on PCA and self-encoder
CN111931983B (en) Precipitation prediction method and system
CN108732931A (en) A kind of multi-modal batch process modeling method based on JIT-RVM
Silva Condition monitoring of the cutting process using a self-organizing spiking neural network map
CN115423175A (en) Wind power prediction error decomposition method
CN111652264A (en) Negative migration sample screening method based on maximum mean difference
CN114266286A (en) Online detection method and device for welding process information
CN111066562A (en) Grape downy mildew prediction method and system
CN116842814A (en) Ship GMAW weld joint forming prediction method based on particle filtering
CN116542139A (en) Method and device for predicting roughness of liquid jet polishing surface
Korniіenko et al. Method and algorithms of nonlinear dynamic processes identification
Bedoui et al. New method for the systematic determination of the model’s base of time varying delay system
CN111160464B (en) Industrial high-order dynamic process soft measurement method based on multi-hidden-layer weighted dynamic model
CN114971032A (en) Electronic nose online gas concentration prediction method based on OS-ELM
CN114139937A (en) Indoor thermal comfort data generation method, system, equipment and medium
Yang et al. An improved probabilistic neural network with ga optimization
CN111400785A (en) Comprehensive evaluation method for slope stability and safety level
CN112529099A (en) Robot milling chatter identification method
Bhinge et al. An Intelligent Machine Monitoring System Using Gaussian Process Regression for Energy Prediction

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