CN101872444A - Batch-to-batch optimization method of batch process by combining medium-term correction strategy - Google Patents

Batch-to-batch optimization method of batch process by combining medium-term correction strategy Download PDF

Info

Publication number
CN101872444A
CN101872444A CN 201010180634 CN201010180634A CN101872444A CN 101872444 A CN101872444 A CN 101872444A CN 201010180634 CN201010180634 CN 201010180634 CN 201010180634 A CN201010180634 A CN 201010180634A CN 101872444 A CN101872444 A CN 101872444A
Authority
CN
China
Prior art keywords
model
batch
variable
matrix
vector
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.)
Granted
Application number
CN 201010180634
Other languages
Chinese (zh)
Other versions
CN101872444B (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.)
Hangzhou Kuntian Automation System Co ltd
Original Assignee
Hangzhou Dianzi 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 Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN2010101806341A priority Critical patent/CN101872444B/en
Publication of CN101872444A publication Critical patent/CN101872444A/en
Application granted granted Critical
Publication of CN101872444B publication Critical patent/CN101872444B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention relates to a batch-to-batch optimization method of a batch process by combining a medium-term correction strategy. The method comprises the following steps: firstly establishing a quality variable predictive model of an NLPLS, and carrying out prediction on final product quality according to control operation variables of the process; on the basis of the model, calculating an optimal control strategy and implementing the optimal control strategy on a practical device; adopting a recurrence algorithm to carry out updating on the original NLPLS model according the newly-obtained data and old model parameters after each batch is finished; then solving the optimal control strategy again and implementing the optimal control strategy on an object; generally, after several batches, leading the control strategy to converge a satisfactory solution; and simultaneously, in order to process the interference in batches, adopting the medium-term correction strategy, utilizing new information obtained by the current batch to carry out correction on the latter control strategy. The method combines the batch-to-batch optimization and the medium-term correction strategy, makes up the insufficiency that the traditional batch-to-batch optimization method can not process the interference in batches and improves the control performance.

Description

A kind of batch-to-batch optimization method of batch process in conjunction with the correction strategy in mid-term
Technical field
The invention belongs to areas of information technology, relate to a kind of batch-to-batch optimization method of batch process in conjunction with the correction strategy in mid-term.
Background technology
Along with the popularization of quick manufacturing technology, be applicable to that the batch process of production short run high value added product more and more comes into one's own.In order to obtain maximum economic interests, answer the optimizing process operation.In batch process, a lot of quality index can not on-line measurement, normally after a batch of end, judges last product quality quality according to product sampling analysis value, thereby next batch is adjusted, and the product quality of this batch can't change.In order better to control product quality, need set up mechanism or statistical model to batch process, according to the control operation variable of on-line measurement product quality is predicted.Set up detailed mechanism model and expend time in very much usually and energy, and need understand very much mechanism.In order to address this problem, more and more used based on the statistical model of data.When setting up statistical model, owing to the training data of gathering is limited or of low quality, there is change in the process operation condition simultaneously, has mismatch usually between the object of the model of foundation and reality.Therefore " optimum " control strategy that calculates from institute's established model often is not optimum when acting on practical object.Because the repeatability of batch process operation can be according to the operation that improved next batch in the past with current batch information.
Summary of the invention
Purpose of the present invention is exactly the weak point at existing batch process optimisation technique, a kind of batch-to-batch optimization method of batch process in conjunction with the correction strategy in mid-term is proposed, utilizing batch-to-batch optimization to obtain on the basis of current optimal control policy, utilize current batch of information that is obtained, adopt the correction strategy in mid-term, control strategy to the back is revised, thereby can handle current batch process interference, has improved control performance.
Technical scheme of the present invention is by means such as data acquisition, data-driven, process optimizations, at first, last product quality is predicted according to the control operation variable of process based on the quality variable forecast model of process database foundation based on non-linear partial least square (NLPLS).Based on this model, calculate optimal control policy and on actual device, implement.In order to solve model and object mismatch and to have the problem of unknown disturbance, adopt recursive algorithm, after each batch end, former NLPLS model is upgraded according to the data and the old model parameter that newly obtain.Then, find the solution optimal control policy and on object, implementing again.Usually through several batches, control strategy will converge to a satisfactory solution.Simultaneously, adopt the correction strategy in mid-term, utilize current batch of fresh information that is obtained that the control strategy of back is revised, thereby improved control performance for the interference in handling batch.
The concrete steps of the inventive method are:
Step (1) is set up based on non-linear partial least square (NLPLS) quality variable forecast model based on process database, and concrete grammar is:
A. by data collector gatherer process service data, with the process operation data of the gathering sample set as data-driven, as input, the end product quality variable is used to set up NLPLS quality variable forecast model as output with the control operation variable; The data of each batch are to being expressed as { x (k) } and { y (k) }, and x (k) represents k batch of control operation variable data, y (k) expression k batch products quality variable data; To import data constitutes input matrix X, output data is constituted output matrix Y;
B. set up NLPLS quality variable forecast model based on inputoutput data, method is:
Matrix X and Y are carried out normalized, and making it average is 0, and variance is 1; Then input matrix is listed as expansion, the expansion item is 1 column vector 1 entirely for the latent node output matrix G of radial basis function (RBF) neural network and element, the output g of the corresponding input vector effect of each row latent node down of G wherein, the bias term coefficient that conceals node is 1; Following augmentation input matrix and output matrix are carried out partial least square (PLS) recurrence:
The NLPLS quality variable forecast model that obtains is expressed as for [1 X G], Y}:
Y ^ = XA + GH + 1 b T = [ 1 X G ] b T A H = X E β - - - ( 1 )
In the formula (1), X EExpression augmentation input matrix, A and H are respectively the weights matrix of coefficients of corresponding original input vector and the latent node output vector of corresponding RBF network, and b is the output offset vector, and T represents transposition.
Unknown parameter in the NLPLS quality variable forecast model is latent node center vector c, respective width vector σ, weights coefficient matrices A and H, model bias vector b, and these parameters are determined as follows:
1. with the k-means clustering algorithm input data are carried out cluster, obtain latent node center c; This algorithm can be determined optimum cluster centre number, simultaneously cluster centre reasonably is distributed in the data space.
2. adopt p neighbour rule to calculate latent node width:
σ j = 1 p Σ i = 1 p | | c i - c j | | 2 , j = 1 , · · · , N - - - ( 2 )
Wherein N is the number of latent node center, c iBe p nearest latent node center of j latent node center of distance.
3. adopt PLS to return and determine weights coefficient matrices A, H and bias vector b:
Calculate latent node output matrix G according to latent node center that obtains and width, then input matrix is expanded, obtain augmentation input matrix [1 X G].To data to { [1 X G], Y} carry out PLS and return, and obtain PLS model parameter matrix { T, W, P, B, Q}.In order in the model modification of back, to keep all information, extract the order that the characteristic variable number equals augmentation input matrix [1 X G], and the proper vector number a that model kept that finally is used to predict adopts cross validation method to determine, the parameter matrix that obtains is designated as { Ta, Wa, Pa, Ba, Qa} calculates PLS regression coefficient matrix β by them, thereby obtain A, H and b.
The NLPLS model note of the quality index that the process control performance variable prediction that the application of above-mentioned foundation is all is last is made model I.If constantly can obtain the quality variable measured value in the middle of some in course of reaction, can utilize them to come the Correction and Control variable, to improve control performance: measurements moment θ in each i, set up two other NLPLS model, note is made model II and model III respectively.Moment θ in the middle of model II is used for predicting iQuality variable, input variable comprises from reaction and beginning to moment θ iThe measured value and the θ constantly of all process variable iPreceding quality variable measured value.Model III is used for the pre-measured reaction quality variable when finishing, and input variable comprises all control operation variablees and begins to moment θ from reaction iAll quality variable measured values.
Step (2) calculates initial optimal control policy according to the model I that obtains in the step (1), and concrete grammar is:
The target of batch process optimization is normally sought one group of control variable makes certain objective function minimize, and this objective function adopts following mathematical form to describe normally about the function of the reaction quality variable finish time:
min u k [ y sp - y ^ k ( t f ) ] T Q 1 [ y sp - y ^ k ( t f ) ] + Δu k T Q 2 Δu k - - - ( 3 )
Wherein, t fBe the reaction time, u kBe the control variable that needs are optimized, Δ u kVariable quantity for control variable is defined as: Δ u k=u k-u K-1, y SpBe the setting value of end product quality variable,
Figure GSA00000134759500032
Be the predicted value of building soft-sensing model to the end product quality variable, soft-sensing model is with u kInput as model.Q 1And Q 2Be the diagonal angle weighting matrix.Second in the following formula is in order to limit the change of control variable, too big thereby output variable can not fluctuate between former and later two batches.In order to reflect physical restriction, can introduce hard restriction: u to control variable Min≤ u k≤ u MaxFormula (3) is found the solution the control variable that is optimized, concrete ripe optimization method, for example seqential quadratic programming (SQP) algorithm of adopting.
Step (3) is implemented the optimal control policy that obtains on new batch.When at θ iWhen constantly obtaining the quality variable measured value, itself and the predicted value that is obtained by model II are compared:
If the predicated error of model II is greater than setting threshold, there is bigger variation in declarative procedure, and using original optimal control policy like this can not be less than the end product quality of optimum.At this moment, employing correction strategy in mid-term is adjusted performance variable, makes end product quality get back to desired value, and concrete grammar is: adopt the optimization method in the step (2), with model III substitution model I, recomputate θ iOptimum control performance variable constantly applies it to current batch then.
If the predicated error of model II is smaller or equal to setting threshold, declarative procedure changes little, and model I just may provide accurately and predict the outcome, and needn't utilize model III that model is revised again.
Step (4) obtains actual end product quality variable after a batch of end.Utilize the new lot data that obtain in conjunction with original NLPLS model, adopt recursive algorithm to model I, II and III upgrade, and concrete grammar is:
If pass through in the NLPLS model that obtains after k-1 batch, the latent node center matrix of RBF network is
Figure GSA00000134759500033
The corresponding center vector of each row; The respective width vector is
Figure GSA00000134759500034
The width of the corresponding latent node of each element.{ W (k-1), P (k-1), B (k-1), Q (k-1) } is PLS model parameter matrix.After k batch end, obtain new input/output variable x (k) and y (k),
A. adopt with step (1) in the same method new data is carried out the data pre-service.Calculate the output vector of the latent node of former NLPLS model, be designated as g (k) for new samples x (k).
B. judge whether to increase new latent node:
If all elements of g (k) all less than setting value, then adds new latent node.New latent node center is taken as x (k), and corresponding width σ adopts the arest neighbors rule to calculate:
σ=z c-ησ c (4)
Wherein, z cBe the distance of x (k) to nearest latent node center, η is overlapping parameter, and span is [0,1], σ cBe width from the nearest latent node of x (k).Thereby obtain new latent node center matrix and width vector:
C g ( k ) = C g ( k - 1 ) x ( k ) T , σ g ( k ) = σ g ( k - 1 ) σ
As follows to parameter matrix P (k-1) and vectorial g (k) expansion simultaneously:
P ( k - 1 ) = P ( k - 1 ) 0 , g ( k ) = g ( k ) 1
In the formula, 0 is that whole elements all are 0 row vector.
If all elements of g (k) all more than or equal to setting value, does not then need to increase latent node, C g, σ g, P, g remain unchanged.
C. x (k) is expanded, obtain augmentation input vector: x E(k) T=[1x (k) TG (k) T].
D. with new data x E(k) and y (k) combine with old PLS model parameter matrix, carry out PLS then and return, form is as follows:
X ( k ) = P ( k - 1 ) T x E ( k ) T , Y ( k ) = B ( k - 1 ) Q ( k - 1 ) T y ( k ) T
Figure GSA00000134759500047
According to 3. method of step, calculate PLS regression parameter A (k), H (k) and b (k).Preserve new model parameter
Figure GSA00000134759500048
For prediction with use during model modification next time.
Model after step (5) utilization is upgraded returns step (2), obtains new optimal control policy by finding the solution formula (3).
Above step batch between constantly repeat.Usually through several batches, control strategy will converge to optimum solution, and it is optimum that end product quality will reach.
The batch-to-batch optimization method of batch process in conjunction with the correction strategy in mid-term that the present invention proposes adopts recursive algorithm, according to the data and the old model parameter that newly obtain master mould is upgraded after each batch end.Then, find the solution optimal control policy and on object, implementing again.Solve model and object mismatch and had the problem of unknown disturbance.Utilize the current batch of fresh information that is obtained the control strategy of back is revised simultaneously, the interference in having overcome batch, thus improved control performance.
Embodiment
A kind of batch-to-batch optimization method of batch process in conjunction with the correction strategy in mid-term, concrete steps are:
Step (1) is set up based on non-linear partial least square (NLPLS) quality variable forecast model based on process database, and concrete grammar is:
A. by data collector gatherer process service data, with the process operation data of the gathering sample set as data-driven, as input, the end product quality variable is used to set up NLPLS quality variable forecast model as output with the control operation variable; The data of each batch are to being expressed as { x (k) } and { y (k) }, and x (k) represents k batch of control operation variable data, y (k) expression k batch products quality variable data; To import data constitutes input matrix X, output data is constituted output matrix Y;
B. set up NLPLS quality variable forecast model based on inputoutput data, method is:
Matrix X and Y are carried out normalized, and making it average is 0, and variance is 1; Then input matrix is listed as expansion, the expansion item is 1 column vector 1 entirely for the latent node output matrix G of radial basis function (RBF) neural network and element, the output g of the corresponding input vector effect of each row latent node down of G wherein, the bias term coefficient that conceals node is 1; Following augmentation input matrix and output matrix are carried out partial least square (PLS) recurrence:
The NLPLS quality variable forecast model that obtains is expressed as for [1 X G], Y}:
Y ^ = XA + GH + 1 b T = [ 1 X G ] b T A H = X E β - - - ( 1 )
In the formula (1), X EExpression augmentation input matrix, A and H are respectively the weights matrix of coefficients of corresponding original input vector and the latent node output vector of corresponding RBF network, and b is the output offset vector, and T represents transposition.
Unknown parameter in the NLPLS quality variable forecast model is latent node center vector c, respective width vector σ, weights coefficient matrices A and H, model bias vector b, and these parameters are determined as follows:
1. with the k-means clustering algorithm input data are carried out cluster, obtain latent node center c.
2. adopt p neighbour rule to calculate latent node width:
σ j = 1 p Σ i = 1 p | | c i - c j | | 2 , j = 1 , · · · , N - - - ( 2 )
Wherein N is the number of latent node center, c iBe p nearest latent node center of j latent node center of distance.
3. adopt PLS to return and determine weights coefficient matrices A, H and bias vector b:
Calculate latent node output matrix G according to latent node center that obtains and width, then input matrix is expanded, obtain augmentation input matrix [1 X G].To data to { [1 X G], Y} carry out PLS and return, and obtain PLS model parameter matrix { T, W, P, B, Q} extracts the order that the characteristic variable number equals augmentation input matrix [1 X G], and the proper vector number a that model kept that finally is used to predict adopts cross validation method to determine, the parameter matrix that obtains is designated as { Ta, Wa, Pa, Ba, Qa} calculates PLS regression coefficient matrix β by them, thereby obtain A, H and b.
The NLPLS model note of the quality index that the process control performance variable prediction that the application of above-mentioned foundation is all is last is made model I.If constantly can obtain the quality variable measured value in the middle of some in course of reaction, can utilize them to come the Correction and Control variable, to improve control performance: measurements moment θ in each i, set up two other NLPLS model, note is made model II and model III respectively.Moment θ in the middle of model II is used for predicting iQuality variable, input variable comprises from reaction and beginning to moment θ iThe measured value and the θ constantly of all process variable iPreceding quality variable measured value.Model III is used for the pre-measured reaction quality variable when finishing, and input variable comprises all control operation variablees and begins to moment θ from reaction iAll quality variable measured values.
Step (2) calculates initial optimal control policy according to the model I that obtains in the step (1), and concrete grammar is:
The target of batch process optimization is normally sought one group of control variable makes certain objective function minimize, and this objective function adopts following mathematical form to describe normally about the function of the reaction quality variable finish time:
min u k [ y sp - y ^ k ( t f ) ] T Q 1 [ y sp - y ^ k ( t f ) ] + Δu k T Q 2 Δu k - - - ( 3 )
Wherein, t fBe the reaction time, u kBe the control variable that needs are optimized, Δ u kVariable quantity for control variable is defined as: Δ u k=u k-u K-1, y SpBe the setting value of end product quality variable,
Figure GSA00000134759500062
Be the predicted value of building soft-sensing model to the end product quality variable, soft-sensing model is with u kInput as model.Q 1And Q 2Be the diagonal angle weighting matrix.Second in the following formula is in order to limit the change of control variable, too big thereby output variable can not fluctuate between former and later two batches.In order to reflect physical restriction, can introduce hard restriction: u to control variable Min≤ u k≤ u MaxFormula (3) is found the solution the control variable that is optimized, concrete ripe optimization method, for example seqential quadratic programming (SQP) algorithm of adopting.
Step (3) is implemented the optimal control policy that obtains on new batch.When at θ iWhen constantly obtaining the quality variable measured value, itself and the predicted value that is obtained by model II are compared:
Correction strategy is adjusted performance variable if the predicated error of model II, adopts mid-term greater than setting threshold, makes end product quality get back to desired value, and concrete grammar is: adopt the optimization method in the step (2), with model III substitution model I, recomputate θ iOptimum control performance variable constantly applies it to current batch then.
If the predicated error of model II is smaller or equal to setting threshold, declarative procedure changes little, and model I just may provide accurately and predict the outcome, and needn't utilize model III that model is revised again.
Step (4) obtains actual end product quality variable after a batch of end.Utilize the new lot data that obtain in conjunction with original NLPLS model, adopt recursive algorithm to model I, II and III upgrade, and concrete grammar is:
If pass through in the NLPLS model that obtains after k-1 batch, the latent node center matrix of RBF network is
Figure GSA00000134759500063
The corresponding center vector of each row; The respective width vector is The width of the corresponding latent node of each element.{ W (k-1), P (k-1), B (k-1), Q (k-1) } is PLS model parameter matrix.After k batch end, obtain new input/output variable x (k) and y (k),
A. adopt with step (1) in the same method new data is carried out the data pre-service.Calculate the output vector of the latent node of former NLPLS model, be designated as g (k) for new samples x (k).
B. judge whether to increase new latent node:
If all elements of g (k) all less than setting value, then adds new latent node.New latent node center is taken as x (k), and corresponding width σ adopts the arest neighbors rule to calculate:
σ=z c-ησ c (4)
Wherein, z cBe the distance of x (k) to nearest latent node center, η is overlapping parameter, and span is [0,1], σ cBe width from the nearest latent node of x (k).Thereby obtain new latent node center matrix and width vector:
C g ( k ) = C g ( k - 1 ) x ( k ) T , σ g ( k ) = σ g ( k - 1 ) σ
As follows to parameter matrix P (k-1) and vectorial g (k) expansion simultaneously:
P ( k - 1 ) = P ( k - 1 ) 0 , g ( k ) = g ( k ) 1
In the formula, 0 is that whole elements all are 0 row vector.
If all elements of g (k) all more than or equal to setting value, does not then need to increase latent node, C g, σ g, P, g remain unchanged.
C. x (k) is expanded, obtain augmentation input vector: x E(k) T=[1x (k) TG (k) T].
D. with new data x E(k) and y (k) combine with old PLS model parameter matrix, carry out PLS then and return, form is as follows:
X ( k ) = P ( k - 1 ) T x E ( k ) T , Y ( k ) = B ( k - 1 ) Q ( k - 1 ) T y ( k ) T
Figure GSA00000134759500077
According to 3. method of step, calculate PLS regression parameter A (k), H (k) and b (k).Preserve new model parameter For prediction with use during model modification next time.
Model after step (5) utilization is upgraded returns step (2), obtains new optimal control policy by finding the solution formula (3).
Above step batch between constantly repeat.Usually through several batches, control strategy will converge to optimum solution, and it is optimum that end product quality will reach.

Claims (1)

1. batch-to-batch optimization method of batch process in conjunction with the correction strategy in mid-term is characterized in that this method may further comprise the steps:
Step (1) is set up based on non-linear partial least square quality variable forecast model based on process database, and concrete grammar is:
A. by data collector gatherer process service data, with the process operation data of gathering sample set as data-driven, as input, the end product quality variable is used for setting up based on non-linear partial least square quality variable forecast model as output with the control operation variable; The data of each batch are to being expressed as { x (k) } and { y (k) }, and x (k) represents k batch of control operation variable data, y (k) expression k batch products quality variable data; To import data constitutes input matrix X, output data is constituted output matrix Y;
B. set up based on non-linear partial least square quality variable forecast model based on inputoutput data, method is:
Matrix X and Y are carried out normalized, and making it average is 0, and variance is 1; Then input matrix is listed as expansion, the expansion item is 1 column vector 1 entirely for the latent node output matrix G of radial basis function neural network and element, the output g of the corresponding input vector effect of each row latent node down of G wherein, the bias term coefficient that conceals node is 1; Following augmentation input matrix and output matrix are carried out the partial least square recurrence:
What obtain is expressed as based on non-linear partial least square quality variable forecast model for [1 X G], Y}:
Y ^ = XA + GH + 1 b T = 1 X G b T A H = X E β - - - ( 1 )
In the formula (1), X EExpression augmentation input matrix, A and H are respectively the weights matrix of coefficients of corresponding original input vector and the latent node output vector of corresponding radial basis function neural network, and b is the output offset vector, and T represents transposition;
Be latent node center vector c, respective width vector σ, weights coefficient matrices A and H, model bias vector b based on the unknown parameter in the non-linear partial least square quality variable forecast model, these parameters are determined as follows:
1. with the k-means clustering algorithm input data are carried out cluster, obtain latent node center c;
2. adopt p neighbour rule to calculate latent node width:
σ i = 1 p Σ i = 1 p | | c i - c j | | 2 , j = 1 , · · · , N - - - ( 2 )
Wherein N is the number of latent node center, c iBe p nearest latent node center of j latent node center of distance;
3. adopt partial least square to return and determine weights coefficient matrices A, H and bias vector b:
Calculate latent node output matrix G according to latent node center that obtains and width, then input matrix is expanded, obtain augmentation input matrix [1 X G]; To data to { [1 X G], Y} carry out partial least square and return, and obtain partial least square model parameter matrix { T, W, P, B, Q} extracts the order that the characteristic variable number equals augmentation input matrix [1 X G], and the proper vector number a that model kept that finally is used to predict adopts cross validation method to determine, the parameter matrix that obtains is designated as { Ta, Wa, Pa, Ba, Qa} calculates partial least square regression coefficient matrix β by them, thereby obtain A, H and b;
Model I is made in remembering based on non-linear partial least square quality variable forecast model of the quality index that the process control performance variable prediction that the application of above-mentioned foundation is all is last; Measurements moment θ in each i, set up two other based on non-linear partial least square quality variable forecast model, note is made model II and model III respectively; Moment θ in the middle of model II is used for predicting iQuality variable, input variable comprises from reaction and beginning to moment θ iThe measured value and the θ constantly of all process variable iPreceding quality variable measured value; Model III is used for the pre-measured reaction quality variable when finishing, and input variable comprises all control operation variablees and begins to moment θ from reaction iAll quality variable measured values;
Step (2) calculates initial optimal control policy according to the model I that obtains in the step (1), and concrete grammar is:
The target of batch process optimization is to seek one group of control variable to make certain objective function minimize, and adopts following mathematical form to describe:
min u k [ y sp - y ^ k ( t f ) ] T Q 1 [ y sp - y ^ k ( t f ) ] + Δu k T Q 2 Δ u k - - - ( 3 )
Wherein, t fBe the reaction time, u kBe the control variable that needs are optimized, Δ u kVariable quantity for control variable is defined as: Δ u k=u k-u K-1, y SpBe the setting value of end product quality variable,
Figure FSA00000134759400022
Be the predicted value of building soft-sensing model to the end product quality variable, soft-sensing model is with u kInput as model; Q 1And Q 2Be the diagonal angle weighting matrix; Control variable is introduced hard restriction: u Min≤ u k≤ u MaxFormula (3) is found the solution the control variable that is optimized;
Step (3) is implemented the optimal control policy that obtains on new batch; When at θ iWhen constantly obtaining the quality variable measured value, itself and the predicted value that is obtained by model II are compared:
Correction strategy is adjusted performance variable if the predicated error of model II, adopts mid-term greater than setting threshold, makes end product quality get back to desired value, and concrete grammar is: adopt the optimization method in the step (2), with model III substitution model I, recomputate θ iOptimum control performance variable constantly applies it to current batch then;
If the predicated error of model II is smaller or equal to setting threshold, model I promptly provides accurately and predicts the outcome;
Step (4) obtains actual end product quality variable after a batch of end; The new lot data that utilize to obtain based on non-linear partial least square quality variable forecast model, adopt recursive algorithm to model I in conjunction with original, and II and III upgrade, and concrete grammar is:
If through obtain after k-1 batch based in the non-linear partial least square quality variable forecast model, the latent node center matrix of radial basis function neural network is
Figure FSA00000134759400023
The corresponding center vector of each row; The respective width vector is
Figure FSA00000134759400031
The width of the corresponding latent node of each element; { W (k-1), P (k-1), B (k-1), Q (k-1) } is partial least square model parameter matrix; After k batch end, obtain new input/output variable x (k) and y (k);
A. adopt with step (1) in identical method new data is carried out the data pre-service; Calculate formerly, be designated as g (k) based on the output vector of the latent node of non-linear partial least square quality variable forecast model for new samples x (k);
B. judge whether to increase new latent node:
If all elements of g (k) all less than setting value, then adds new latent node; New latent node center is taken as x (k), and corresponding width σ adopts the arest neighbors rule to calculate:
σ=z c-ησ c (4)
Wherein, z cBe the distance of x (k) to nearest latent node center, η is overlapping parameter, and span is [0,1], σ cBe width from the nearest latent node of x (k); Thereby obtain new latent node center matrix and width vector:
C g ( k ) = C g ( k - 1 ) x ( k ) T , σ g ( k ) = σ g ( k - 1 ) σ
As follows to parameter matrix P (k-1) and vectorial g (k) expansion simultaneously:
P ( k - 1 ) = P ( k - 1 ) 0 , g ( k ) = g ( k ) 1
In the formula, 0 is that whole elements all are 0 row vector;
If all elements of g (k) all more than or equal to setting value, does not then need to increase latent node, C g, σ g, P, g remain unchanged;
C. x (k) is expanded, obtain augmentation input vector: x E(k) T=[1x (k) TG (k) T];
D. with new data x E(k) and y (k) divide least square model parameter matrix to combine with former subordinates, carry out partial least square then and return, form is as follows:
X ( k ) = P ( k - 1 ) T x E ( k ) T , Y ( k ) = B ( k - 1 ) Q ( k - 1 ) T y ( k ) T
According to 3. method of step in the step (1), calculate partial least square regression parameter A (k), H (k) and b (k); Preserve new model parameter A (k), H (k), b (k), P (k), B (k), Q (k),
Figure FSA00000134759400036
For prediction with use during model modification next time;
Model after step (5) utilization is upgraded returns step (2), obtains new optimal control policy by finding the solution formula (3).
CN2010101806341A 2010-05-21 2010-05-21 Batch-to-batch optimization method of batch process by combining medium-term correction strategy Expired - Fee Related CN101872444B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010101806341A CN101872444B (en) 2010-05-21 2010-05-21 Batch-to-batch optimization method of batch process by combining medium-term correction strategy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010101806341A CN101872444B (en) 2010-05-21 2010-05-21 Batch-to-batch optimization method of batch process by combining medium-term correction strategy

Publications (2)

Publication Number Publication Date
CN101872444A true CN101872444A (en) 2010-10-27
CN101872444B CN101872444B (en) 2012-07-25

Family

ID=42997293

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010101806341A Expired - Fee Related CN101872444B (en) 2010-05-21 2010-05-21 Batch-to-batch optimization method of batch process by combining medium-term correction strategy

Country Status (1)

Country Link
CN (1) CN101872444B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231057A (en) * 2011-03-04 2011-11-02 江苏大学 Method for carrying out soft-sensing on lysine fermenting process on basis of chaos particle swarm optimization (CPSO)
CN103713521A (en) * 2013-12-31 2014-04-09 广州市香港科大霍英东研究院 2D controller design method for interval time lag in injection modeling process
CN104460319A (en) * 2014-10-20 2015-03-25 南京工业大学 Two-dimensional multi-model prediction iterative learning control method for multi-batch intermittent reaction process
CN104516339A (en) * 2014-12-20 2015-04-15 蓝星(北京)技术中心有限公司 Method for optimizing chemical intermittent production operation and optimized production operation system
WO2017088208A1 (en) * 2015-11-26 2017-06-01 江南大学 Data-difference-driven self-learning dynamic optimization method for batch process
WO2017088207A1 (en) * 2015-11-26 2017-06-01 江南大学 Model-free online rolling optimization method for batch process on basis of time period variable decomposition
CN107656439A (en) * 2017-11-13 2018-02-02 浙江大学 A kind of moon detector in flexible landing optimal control system based on Self Adaptive Control grid
CN107703759A (en) * 2017-11-13 2018-02-16 浙江大学 A kind of moon detector in flexible landing optimal control system based on adaptive congestion control algorithm grid
CN107765554A (en) * 2017-11-13 2018-03-06 浙江大学 A kind of moon detector in flexible landing optimal control system based on Self Adaptive Control node
CN107831664A (en) * 2017-11-13 2018-03-23 浙江大学 A kind of batch reactor optimal control system based on Self Adaptive Control grid
CN107831663A (en) * 2017-11-13 2018-03-23 浙江大学 A kind of batch reactor optimal control system based on adaptive congestion control algorithm node
CN107844056A (en) * 2017-11-13 2018-03-27 浙江大学 A kind of plug flow tubular reactor optimal control system based on adaptive congestion control algorithm grid
CN107942661A (en) * 2017-11-13 2018-04-20 浙江大学 A kind of moon detector in flexible landing optimal control system based on adaptive congestion control algorithm node
WO2020114190A1 (en) * 2018-12-05 2020-06-11 深圳技术大学 Recursion method and system for confidence degree of blood oxygen saturation measurement, and storage medium
CN113687632A (en) * 2021-01-25 2021-11-23 南京工业大学 Variable-period cooperative optimization control method for intermittent reaction process
CN114819575A (en) * 2022-04-18 2022-07-29 中国兵器装备集团自动化研究所有限公司 Quality analysis and optimization method and system for multi-time scale data fusion

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050136547A1 (en) * 2003-12-22 2005-06-23 Abb Inc. Polymer reaction and quality optimizer
CN101587328A (en) * 2008-05-23 2009-11-25 朱豫才 Device for identifying non-linear process dynamic model
WO2009148962A1 (en) * 2008-05-29 2009-12-10 Tufts University Design of dynamic experiments for the modeling and optimization of batch process
US20090326695A1 (en) * 2008-06-30 2009-12-31 Rockwell Automation Technologies, Inc. Throughput/yield optimized model predictive control

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050136547A1 (en) * 2003-12-22 2005-06-23 Abb Inc. Polymer reaction and quality optimizer
CN101587328A (en) * 2008-05-23 2009-11-25 朱豫才 Device for identifying non-linear process dynamic model
WO2009148962A1 (en) * 2008-05-29 2009-12-10 Tufts University Design of dynamic experiments for the modeling and optimization of batch process
US20090326695A1 (en) * 2008-06-30 2009-12-31 Rockwell Automation Technologies, Inc. Throughput/yield optimized model predictive control

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
《东南大学学报( 自然科学版)》 20060731 郭小萍,王福利,贾明兴 基于sub2MPLS 的多阶段间歇过程质量预测与控制 39-42 1 第36卷, 第增刊(I)期 2 *
《基于OS-ELM-RPLS的间歇过程软测量建模与迭代控制》 20090620 唐奡 基于OS-ELM-RPLS的间歇过程软测量建模与迭代控制 东北大学硕士学位论文 全文 1 , 1 *
《杭州电子科技大学学报》 20091231 梁杰; 李春富; 葛铭; 薛安克 非线性部分最小二乘方法的研究与应用 95-97 1 第29卷, 第6期 2 *

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231057A (en) * 2011-03-04 2011-11-02 江苏大学 Method for carrying out soft-sensing on lysine fermenting process on basis of chaos particle swarm optimization (CPSO)
CN103713521A (en) * 2013-12-31 2014-04-09 广州市香港科大霍英东研究院 2D controller design method for interval time lag in injection modeling process
CN103713521B (en) * 2013-12-31 2017-01-11 广州市香港科大霍英东研究院 2D controller design method for interval time lag in injection modeling process
CN104460319A (en) * 2014-10-20 2015-03-25 南京工业大学 Two-dimensional multi-model prediction iterative learning control method for multi-batch intermittent reaction process
CN104460319B (en) * 2014-10-20 2019-04-12 南京工业大学 Two-dimensional multi-model prediction iterative learning control method for multi-batch intermittent reaction process
CN104516339B (en) * 2014-12-20 2017-07-14 蓝星(北京)技术中心有限公司 The method and optimized production operation system of Optimization of Chemical Batch Process operation
CN104516339A (en) * 2014-12-20 2015-04-15 蓝星(北京)技术中心有限公司 Method for optimizing chemical intermittent production operation and optimized production operation system
US10254729B2 (en) 2015-11-26 2019-04-09 Jiangnan University Data-difference-driven self-learning dynamic optimization method for batch process
WO2017088207A1 (en) * 2015-11-26 2017-06-01 江南大学 Model-free online rolling optimization method for batch process on basis of time period variable decomposition
WO2017088208A1 (en) * 2015-11-26 2017-06-01 江南大学 Data-difference-driven self-learning dynamic optimization method for batch process
CN107942661A (en) * 2017-11-13 2018-04-20 浙江大学 A kind of moon detector in flexible landing optimal control system based on adaptive congestion control algorithm node
CN107831664A (en) * 2017-11-13 2018-03-23 浙江大学 A kind of batch reactor optimal control system based on Self Adaptive Control grid
CN107831663A (en) * 2017-11-13 2018-03-23 浙江大学 A kind of batch reactor optimal control system based on adaptive congestion control algorithm node
CN107844056A (en) * 2017-11-13 2018-03-27 浙江大学 A kind of plug flow tubular reactor optimal control system based on adaptive congestion control algorithm grid
CN107656439A (en) * 2017-11-13 2018-02-02 浙江大学 A kind of moon detector in flexible landing optimal control system based on Self Adaptive Control grid
CN107765554A (en) * 2017-11-13 2018-03-06 浙江大学 A kind of moon detector in flexible landing optimal control system based on Self Adaptive Control node
CN107703759A (en) * 2017-11-13 2018-02-16 浙江大学 A kind of moon detector in flexible landing optimal control system based on adaptive congestion control algorithm grid
CN107765554B (en) * 2017-11-13 2020-03-03 浙江大学 Adaptive control node-based lunar probe soft landing optimal control system
WO2020114190A1 (en) * 2018-12-05 2020-06-11 深圳技术大学 Recursion method and system for confidence degree of blood oxygen saturation measurement, and storage medium
CN113687632A (en) * 2021-01-25 2021-11-23 南京工业大学 Variable-period cooperative optimization control method for intermittent reaction process
CN113687632B (en) * 2021-01-25 2024-01-26 南京工业大学 Variable period collaborative optimization control method for intermittent reaction process
CN114819575A (en) * 2022-04-18 2022-07-29 中国兵器装备集团自动化研究所有限公司 Quality analysis and optimization method and system for multi-time scale data fusion

Also Published As

Publication number Publication date
CN101872444B (en) 2012-07-25

Similar Documents

Publication Publication Date Title
CN101872444B (en) Batch-to-batch optimization method of batch process by combining medium-term correction strategy
CN110084367B (en) Soil moisture content prediction method based on LSTM deep learning model
Bracale et al. Multivariate quantile regression for short-term probabilistic load forecasting
KR102139358B1 (en) Process control method using machine learning-based platform, computer program medium for performing same, and process control appratus
CN111045326B (en) Tobacco shred drying process moisture prediction control method and system based on recurrent neural network
CN109408774B (en) Method for predicting sewage effluent index based on random forest and gradient lifting tree
CN113282122B (en) Commercial building energy consumption prediction optimization method and system
CN114021290B (en) Plate strip steel convexity prediction method based on data driving and mechanism model fusion
CN112507610B (en) Interval prediction method for hot rolling coiling temperature
CN110129832B (en) Multi-objective optimization method for cell voltage in aluminum electrolysis process
CN101872182A (en) Batch process monitoring method based on recursive non-linear partial least square
CN110059867B (en) Wind speed prediction method combining SWLSTM and GPR
CN106056127A (en) GPR (gaussian process regression) online soft measurement method with model updating
CN112288164A (en) Wind power combined prediction method considering spatial correlation and correcting numerical weather forecast
CN113393057A (en) Wheat yield integrated prediction method based on deep fusion machine learning model
CN109858780A (en) A kind of Steelmaking-Continuous Casting Production Scheduling optimization method
JPH04372046A (en) Method and device for predicting demand amount
CN113591957B (en) Wind power output short-term rolling prediction and correction method based on LSTM and Markov chain
CN101872163A (en) Process monitoring method based on recursive non-linear partial least squares
CN116880191A (en) Intelligent control method of process industrial production system based on time sequence prediction
CN101872387A (en) Soft-sensing method for beer flavor
CN116663727A (en) Photovoltaic power prediction method and system
CN116085245A (en) Online compressor performance prediction method and system based on OS-ELM
CN114186771B (en) Mixed regularized random configuration network industrial process operation index estimation method
CN113296947B (en) Resource demand prediction method based on improved XGBoost model

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: HANGZHOU KUNTIAN AUTOMATIC SYSTEM CO., LTD.

Free format text: FORMER OWNER: HANGZHOU ELECTRONIC SCIENCE AND TECHNOLOGY UNIV

Effective date: 20150512

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 310018 HANGZHOU, ZHEJIANG PROVINCE TO: 311100 HANGZHOU, ZHEJIANG PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20150512

Address after: 615, room 1, No. 181, Wuchang Road, Yuhang District, Zhejiang, Hangzhou 311100, China

Patentee after: HANGZHOU KUNTIAN AUTOMATION SYSTEM Co.,Ltd.

Address before: Hangzhou City, Zhejiang province 310018 Xiasha Higher Education Park No. 2 street

Patentee before: HANGZHOU DIANZI University

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120725

CF01 Termination of patent right due to non-payment of annual fee