Next Article in Journal
Existence and Uniqueness Theorems in the Inverse Problem of Recovering Surface Fluxes from Pointwise Measurements
Next Article in Special Issue
A Non-Archimedean Interior Point Method and Its Application to the Lexicographic Multi-Objective Quadratic Programming
Previous Article in Journal
Propensity Score Matching Underestimates Real Treatment Effect, in a Simulated Theoretical Multivariate Model
Previous Article in Special Issue
An Evolutionary Justification of the Emergence of Leadership Using Mathematical Models
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on an Accuracy Optimization Algorithm of Kriging Model Based on a Multipoint Filling Criterion

1
State Key Laboratory of Digital Manufacturing Equipment and Technology, School of Mechanical Science and Engineering, Huazhong University of Science and Technology, Wuhan 430074, China
2
Hubei Innovation Institute of Mobile Emergency Equipment Manufacturing, Hubei Institute of Specialty Vehicle, Suizhou 441300, China
*
Author to whom correspondence should be addressed.
Mathematics 2022, 10(9), 1548; https://doi.org/10.3390/math10091548
Submission received: 8 April 2022 / Revised: 30 April 2022 / Accepted: 3 May 2022 / Published: 5 May 2022
(This article belongs to the Special Issue Mathematical Modeling and Optimization)

Abstract

:
The optimization method based on the surrogate model has been widely used in the simulation and calculation process of complex engineering models. However, in this process, the low accuracy and computational efficiency of the surrogate model has always been an urgent problem that needs to be solved. Aimed at this problem, combined with the two characteristics of global search and local detection, a filling criterion with multiple points is firstly proposed named maximum of expected improvement & minimizing the predicted objective function & maximum of root mean squared error (EI&MP&RMSE) in this paper. Furthermore, the optimization procedure of the surrogate model based on EI&MP&RMSE is concluded. Meanwhile, the classical one-dimensional and two-dimensional functions are applied to verify the accuracy of the proposed method. The difference in the accuracy and mean square error of the surrogate model under different infill points criteria are analyzed. As expected, it shows that this method can effectively improve the accuracy of the surrogate model and reduce the number of iterations. It has extensive practicability and serviceability for the optimization of complex engineering structures.
MSC:
65Y05

1. Introduction

In modern society, models of engineering cases are complex, and it costs a lot of computing resources and time to solve them. Aimed at such problems, it is meaningless to use traditional design tools and optimization algorithms. Therefore, for the sake of improving the computational efficiency, the optimization algorithm based on the surrogate model has been introduced and applied, such as the polynomial response surface method (RSM) [1], radial basis function method (RBF) [2] and Kriging method [3]. The function form of the Kriging method is relatively complex among them, which is mainly suitable for nonlinear problems. The Kriging model was firstly proposed by geologists in South Africa. At that time, it was mainly used in geological circles to estimate the distribution of mineral reserves. It is an unbiased estimation model with minimum estimation variance based on random process. Jerome Sacks [4] applied the Kriging model to deterministic computer experimental design and analysis for the first time and gave a practical Kriging model. Subsequently, the Kriging model has been extensively used in environmental science, hydrogeology, automobile, aerospace and other engineering fields [5,6,7,8]. Additionally, scholars studied the approximation and optimization methods of the Kriging model. Jones [9,10] constructed the expected improvement function (EI) by using the function estimation and the root mean square error of estimation and proposed an effective global optimization method (EGO) by maximizing the expected improvement criterion. Sasena et al. [11] introduced several filling sampling criteria and described in detail how they affected the global or local search behavior. Furthermore, the generalized EI was advanced. Aimed at how to balance the relationship between global search and local detection of the model, Sobester et al. [12] proposed the selection criterion based on the expected improvement criterion, which improved the accuracy of the search range. Huang et al. [13] put forward the augmented expected improvement, which effectively addressed stochastic black-box systems. W Ponweiser et al. [14] introduced a new method named the Dasia clustered multiple generalized expectation improvement scheme (CMGEI), this method improved the global and local search behavior. Chaudhuri et al. [15,16] proposed an adaptive target setting method, which added multiple filling sampling points in each cycle. Parra et al. [17] used Pareto’s optimal boundary to obtain the filling sampling criteria of multiple update sampling points and proposed an improved multipoint EGO optimization strategy. Yi et al. [18] proposed an improved EGO method, which used multi-objective filling sampling criteria to effectively propose its own optimization ability. AIJ Forrester et al. [19] compared the Minimum Predicted objective function minimum criterion (MP) and the root mean square error maximum criterion (RMSE). The results showed that MP criterion quickly found the local minimum, and RMSE criterion performed better in improving generalization than simply using space filled samples with more times. Li et al. [20] proposed a multipoint plus point criterion named EI&MP, which could optimize the relationship between global and local optimization. Hamza et al. [21] proposed a simulation-based optimization design framework, which allowed multiple samples to be generated at one time and improves the accuracy of the surrogate model by adding sample point data.
Nowadays, with the rapid development of the super parallel computing system, we can solve high-dimensional optimization problems with a large number of local optima more efficiently [22]. Different from the research studies above, this paper firstly proposes a multiple addition criterion, which is named EI&MP&RMSE. Based on the Kriging optimization method, the EI infill point criterion, the RMSE infill point criterion and the MP infill point criterion are introduced simultaneously. This method makes up for the shortcomings of the surrogate model, reduces the number of iterations and improves the global accuracy and efficiency of the established surrogate model. Section 2 introduces the basic principle of the Kriging model and three addition criteria. On this basis, the principle of multiple addition points and the optimization process are put forward. In Section 3, the effectiveness of the proposed method is verified by two classical mathematic cases from two aspects of model accuracy and mean square error. The results show that the method can improve the accuracy of the surrogate model and reduce the number of iterations.

2. Kriging Model of Point Infill Criterion

2.1. Kriging Model

The Kriging method is suitable for constructing approximate models for highly nonlinear response values. Additionally, it is based on the position and correlation degree of known samples to calculate linear unbiased variables with the smallest estimation error in the new region. It is composed of global approximate model and local model deviation:
y ( x ) = f ( x ) + z ( x ) = i = 1 p β i f i ( x ) + z ( x )
where f(x) is the polynomial, fi(x) is the basis function, βi is the regression coefficient, p is the number of regression vectors and z(x) is deduced by a normally distributed Gaussian random process with mean value 0, variance σ2 and non-zero covariance.
At different positions in the design space, the covariance between the random quantities corresponding to z(x) can be expressed as [23]:
C o v [ z ( x i ) , z ( x j ) ] = σ 2 [ R ( x i , x j ) ]
[ R ( x i , x j ) ] = k = 1 n R k ( x k i x k j , θ k )
where R (xixj, θk) is the space correlation coefficient of x and θk. Additionally, it represents the correlation between random variables at different spatial distances. When the distance is zero, R = 1. When the distance is infinite, R = 0. θk is an undetermined coefficient. n is the number of design sample points. The regression coefficient and variance can be obtained by maximum likelihood estimation. It is assumed that the response value generated at any position conforms to the normal distribution N (fTβ, σ z 2 ), the corresponding values y s of sample points can be shown as:
y s = F β + Z
y s = [ y ( 1 ) , y ( 2 ) , , y ( n ) ] T
F = [ f T ( x ( 1 ) ) ,   f T ( x ( 2 ) ) , ,   f T ( x ( n ) ) ] T
f ( x ) = [ f 1 ( x ) , f 2 ( x ) , f p ( x ) , ] T
Z = [ z ( x 1 ) , z ( x 2 ) , z ( x n ) , ] T
β = [ β 1 , β 2 , β p , ] T
where F is the matrix of n × p, which is related to f(x). Then, there is the probability density at each sample point and the likelihood function of the sample set:
p d f ( y s ; V ) = 1 σ z 2 π exp ( u )
u = ( y ( i ) f x T β ) 2 2 σ z 2
L ( V ) = 1 σ z 2 n ( 2 π ) n ( det R ) exp ( y s F β ) T R 1 ( y s F β ) 2 σ z 2
where σ z 2 is an unknown variance. Both sides of the likelihood function in Equation (12) are taken logarithms, and the likelihood function obtains the maximum value, namely the following conditions are met:
ln L ( V ) β = 2 F T R 1 y s F β 2 σ z 2 = 0
ln L ( V ) σ z 2 = n 2 σ z 2 + y s F β T R 1 y s F β 2 σ z 4 = 0
The regression coefficient and variance can be solved from Equations (13) and (14) [24]:
β ^ = ( F T R 1 F ) 1 F T R 1 y s
σ ^ z 2 = y s F β ^ n T R 1 y s F β ^
By introducing Equations (15) and (16) into Equation (12), the expression of concentrated logarithmic likelihood function can be indicated:
C L L F = n 2 ln ( σ ^ z 2 ) 1 2 ln ( R ) n 2 ln ( 2 π )
θ k = max 1 2 [ n ln ( σ ^ z 2 ) + ln R ]
where the undetermined coefficient θk can be settled by the maximum likelihood estimation method.
After resolving the relevant parameters of the known sample points, the response value and variance of the unknown points can be obtained by using the Kriging model [25]
y ^ ( x ) = f x T β ^ + r x T R 1 ( y s F β ^ )
M S E [ y ^ ( x ) ] = σ ^ z 2 1 r x T R 1 r x + F T R 1 r x f x T F T R 1 F 1 F T R 1 r x f x
r x = [ R ( x ( 1 ) , x ) , R ( x ( 2 ) , x ) , , R ( x ( n ) , x ) ] T

2.2. Infilling Points Criterion

The point adding criterion is the selection of new sample points in the process of objective optimization, which directly determines the accuracy and efficiency of the surrogate model. According to the properties of global and local exploration, the point adding criteria can be divided into pure exploitation, pure exploration and balanced exploration.

2.2.1. Maximum of Expected Improvement (EI)

The EI criterion can not only provide the function prediction value at any position, but also estimate the error. The response value predicted by the surrogate model should satisfy the normal distribution:
Y ( x ) N [ y ^ ( x ) , s 2 ]
With regard to the minimization problem, y min is the optimal value in the current experimental space, and the improvement of the optimal value at x can be represented as:
I ( x ) = max { y min Y ( x ) }
Owing to I(x) follows the normal distribution, mathematical expectation of I(x) can be obtained as follows [26]:
E [ I ( x ) ] = ( y min y ^ ( x ) ) ϕ y min y ^ ( x ) s + s φ y min y ^ ( x ) s s > 0 0 s 0
where ϕ function composites standard normal cumulative distribution, φ is probability density of the standard normal distribution function. Additionally, s is the standard deviation of the generated agent model.
EI [9] is an effective global optimization method, it still has some challenges and needs further improvement. Firstly, if EI changes greatly, it provides difficulty for the later optimization. In addition, if the distribution of initial sample points is inhomogeneous, it will reduce the convergence speed and accuracy.

2.2.2. Minimizing the Predicted Objective Function (MP)

On the premise of high accuracy of the surrogate model, MP directly finds the minimum value of the objective function and takes this sample point for the sample supplement point. The expression of objective function is shown in Equation (14).
MP is efficient and convenient, but this method only adopts the predicted value and ignores root mean square error. If the accuracy of the surrogate model is not enough, the optimal solution cannot be solved.

2.2.3. Maximum of Root Mean Squared Error (RMSE)

The RMSE filling criterion can effectively improve the optimization ability of the model using spatial filling samples with more points. While elaborating the Kriging model in Section 2.1, it has been mentioned that the model can predict RMSE at this point, it is shown in Equation (20). Therefore, introducing RMSE criterion, namely inserting sample points at the position with the largest root mean square error can greatly ameliorate the calculation accuracy of the surrogate model. The optimization mathematical model expression of RMSE is as follows:
max : RMSE ( x ) = MSE ( y ^ ( x ) )
Although RMSE can improve the global accuracy of the surrogate model, it is not conducive to optimization. Selecting some sample points can improve the accuracy of the model. With the increase of samples, the accuracy of the model change is unapparent.

2.3. Multiple Points Infill Criterion (EI&MP&RMSE)

Different principles of adding points have relative merits. The single point adding criterion has lower computational efficiency and surrogate model accuracy. In order to tackle this problem, an optimization method based on the principle of multiple points named EI&MP&RMSE is proposed in this paper.
The particular procedure is shown in Figure 1. This method contains the following sections:
(1)
The samples are sampled in the sample space by the experimental design method (optimal hypercube design, opt LHD). The real response value of the sample point is obtained by calculating the sample point. The calculated samples and their response values are stored in the sample point database.
(2)
The sample points and response values in the sample point database are used as the initial data to construct the Kriging surrogate model of the objective function.
(3)
Based on the obtained initial surrogate model, the mean square deviation of the initial surrogate model is calculated to judge the convergence accuracy of the surrogate model. If the conditions are met, the surrogate model will be output. If not, multiple points infill criterion will be added.
(4)
According to the EI criterion, the RMSE criterion and the MP criterion, the response value of the initial surrogate model corresponding to each addition criterion can be obtained. Through the derivation of the response value, the new sample points corresponding to the alternative model of each objective function are preliminarily obtained. At the same time, in the process of updating this sample point, Gaussian function is used to delete redundant data and screen the new sample points. Deleting data mainly focuses on the duplicate data between new sample points and between new sample points and original sample data. Through the processing of these two aspects, the final new sample points can be obtained.
(5)
According to the final new sampling point with the initial sampling point, the sample point response value is calculated and updated. Then, return to step 2. When the convergence condition of the surrogate model can be represented, stop the repeat.
This method can not only ensure the global accuracy, but also achieve the effect of local optimization. RMSE can improve the global accuracy. In addition, it can provide prediction response value and error for the other addition criteria. EI seeks the global optimal solution in terms of global optimization. MP finds the extreme point near the optimal solution. Three infill criteria make up for the deficiency. On the one hand, this method reduces the number of iterations. On the other hand, it improves the accuracy of the surrogate model.

3. Numerical Tests for the EI&MP&RMSE Method

The proposed method has been described in Section 2. Next, its accuracy and efficiency need to be verified. Some classical one−dimensional and two−dimensional mathematical functions will be applied to verify the accuracy of the proposed method. The specific function information and characteristics are shown in Table 1. At the same time, for the selection of the initial sample points of the verification function, this paper adopts the experimental design method of the optimal Latin hypercube design (Opt LHD). This method can ensure the uniformity of initial sample points.

3.1. 1−D Function Test

Firstly, for the one−dimensional function in Table 2, the effectiveness of the proposed method is verified by using the EI criterion, the MP criterion, the RMSE criterion and the EI&MP&RMSE criterion.
As can be seen from Figure 2, the MP criterion is chiefly the local point adding. From the local point of view of generating the surrogate model, the fitting degree and accuracy between the surrogate model and the original function are very high. The new sample points distribution of EI criterion is relatively uniform. It is instrumental for global optimization, but the accuracy of the surrogate model is slightly lower. To improve the accuracy of the surrogate model, the number of iterations needs to be increased. Although the RMSE criterion is the global addition, it is not conducive to finding the optimal solution. In addition, it can be seen from Table 2 that the EI&MP&RMSE criterion needs less iterations under the same initial sample points. Additionally, the fitting degree of the surrogate model is much higher than that of the single point addition criterion. Therefore, the EI&MP&RMSE criterion combines global and local optimization, which not only improves the accuracy of the surrogate model, but also reduces number of iterations.

3.2. 2−D Function Test

Next, the classical Branin function will be applied to test the accuracy of this method. The expression is shown in Table 1. The initial sample points and relevant information of EI&MP&RMSE criterion are shown in Table 3.
Based on the EI&MP&RMSE criterion, the shape and characteristics of the Branin function surrogate model are shown in Figure 3. Test results on the predicted MSE of other criterions for the Branin function are presented in Figure 4.
Figure 3a,b show the original shape of the Branin function and the shape of the surrogate model, respectively. Figure 3d describes the location distribution information of initial sample points and new sample points. Due to the repetition of new sample points in the iterative calculation process, some new points are ignored. Moreover, results on the predicted MSE of the Branin function for the 2−D problem are shown in Figure 3c and Figure 4a–c. The larger the MSE value, the lower the accuracy of the prediction surrogate model, which can reflect the characteristics of the point adding criterion.
It can be concluded from these plots that the mean square error of the single criterion is much larger than that of the EI&MP&RMSE criterion, which reveals that the EI&MP&RMSE criterion has higher precision accuracy of the surrogate model. As can be seen from Table 3, the EI&MP&RMSE criterion has fewer iterations than other single criteria, which shows that when the total number of sample points is certain, the number of iterations is reduced and the optimization efficiency is doubled. In a word, the EI&MP&RMSE criterion has higher accuracy and fewer iterations of the surrogate model.

4. Conclusions

Firstly, the Kriging model and each addition criterion are introduced in this paper. On this basis, because there are some problems in the process of using the surrogate model to deal with complex engineering cases, such as low accuracy and computational efficiency, this paper proposes a multiple addition criterion named EI&MP&RMSE criterion. Simultaneously, the specific procedure is depicted. The multiple point infilling criterion is verified by one−dimensional and two−dimensional mathematical functions and compared with other single point adding criteria. It is verified that the EI&MP&RMSE criterion has improved the surrogate model accuracy. When the total number of sample points is certain, iterations are reduced and the optimization efficiency is higher than before. This method has realistic significance for the optimization of complex engineering cases.

Author Contributions

Conceptualization, S.L. (Shande Li) and S.Y.; methodology, S.L. (Shande Li) and S.Y.; software, S.L. (Shaowei Liu) and J.W.; validation, S.Y. and S.L. (Shaowei Liu); formal analysis, S.L. (Shaowei Liu); investigation, S.L. (Shande Li) and S.Y.; resources, S.Y.; data curation, S.L. (Shaowei Liu); writing—original draft preparation, S.L. (Shande Li) and S.Y.; writing—review and editing, S.L. (Shande Li) and S.Y.; visualization, J.W.; supervision, Q.H.; project administration, S.L. (Shande Li); funding acquisition, Q.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Natural Science Foundation of Hubei Province grant number [2020CFB510] and The APC was funded by the Science and Technology Project of Liuzhou China grant number [2020GAAA0403] and the New Energy, Lightweight, Intelligent Key Core Technology Research and Development Project of Suizhou China. The useful contributions and discussions from project partners are also acknowledged.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data used to support the findings of this study are included within the article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ahmadi, A.; Rezaei, M.; Sadeghieh, S.M. Interaction effects of flotation reagents for SAG mill reject of copper sulphide ore using response surface methodology. Trans. Nonferrous Met. Soc. China 2021, 31, 792–806. [Google Scholar] [CrossRef]
  2. Zhang, J.; Qi, H.; Jiang, D.; He, M.; Ren, Y.; Su, M.; Cai, X. Acoustic tomography of two dimensional velocity field by using meshless radial basis function and modified Tikhonov regularization method. Measurement 2021, 175, 109107. [Google Scholar] [CrossRef]
  3. Zhang, X.; Wu, Z.; Ma, H.; Pandey, M.D. An effective Kriging-based approximation for structural reliability analysis with random and interval variables. Struct. Multidiscip. Optim. 2021, 63, 2473–2491. [Google Scholar] [CrossRef]
  4. Sacks, J.; Welch, W.J.; Mitchell, T.J.; Wynn, H.P. Design and Analysis of Computer Experiments. Publ. Am. Stat. Assoc. 1989, 4, 409–423. [Google Scholar] [CrossRef]
  5. Pham, Q.H.; Gagnon, M.; Antoni, J.; Tahan, A.; Monette, C. Prediction of hydroelectric turbine runner strain signal via cyclostationary decomposition and kriging interpolation. Renew. Energy 2022, 182, 998–1011. [Google Scholar] [CrossRef]
  6. Kostopoulou, E. Applicability of ordinary Kriging modeling techniques for filling satellite data gaps in support of coastal management. Modeling Earth Syst. Environ. 2021, 7, 1145–1158. [Google Scholar] [CrossRef]
  7. Zhan, Y.; Luo, Y.; Deng, X.; Zhang, K.; Zhang, M.; Grieneisen, M.L.; Di, B. Satellite-Based Estimates of Daily NO2 Exposure in China Using Hybrid Random Forest and Spatiotemporal Kriging Model. Environ. Sci. Technol. 2018, 52, 4180. [Google Scholar] [CrossRef]
  8. Song, X.; Li, M.; Li, Z.; Liu, F. Global Optimization Algorithm Based on Kriging Using Multi-Point Infill Sampling Criterion and Its Application in Transportation System. Sustainability 2021, 13, 10645. [Google Scholar] [CrossRef]
  9. Jones, D.R.; Schonlau, M.; Welch, W.J. Efficient Global Optimization of Expensive Black-Box Functions. J. Glob. Optim. 1998, 13, 455–492. [Google Scholar] [CrossRef]
  10. Jones, D.R. A Taxonomy of Global Optimization Methods Based on Response Surfaces. J. Glob. Optim. 2001, 21, 345–383. [Google Scholar] [CrossRef]
  11. Sasena, M.J.; Papalambros, P.; Goovaerts, P. Exploration of Metamodeling Sampling Criteria for Constrained Global Optimization. Eng. Optim. 2002, 34, 263–278. [Google Scholar] [CrossRef]
  12. Sobester, A.; Leary, S.J.; Keane, A.J. On the Design of Optimization Strategies Based on Global Response Surface Approximation Models. J. Glob. Optim. 2005, 33, 31–59. [Google Scholar] [CrossRef] [Green Version]
  13. Huang, D.; Allen, T.T.; Notz, W.I.; Zeng, N. Global Optimization of Stochastic Black-Box Systems via Sequential Kriging Meta-Models. J. Glob. Optim. 2006, 34, 441–466. [Google Scholar] [CrossRef]
  14. Ponweiser, W.; Wagner, T.; Vincze, M. Clustered Multiple Generalized Expected Improvement: A Novel Infill Sampling Criterion for Surrogate Models. Evolutionary Computation. In Proceedings of the 2008 IEEE Congress on Evolutionary Computation (IEEE World Congress on Computational Intelligence), Hong Kong, China, 1–6 June 2008. [Google Scholar]
  15. Chaudhuri, A.; Haftka, R.; Viana, F. Efficient Global Optimization with Adaptive Target for Probability of Targeted Improvement. In Proceedings of the 53rd AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics and Materials Conference, Honolulu, HI, USA, 23–26 April 2012; American Institute of Aeronautics and Astronautics Inc.: Reston, VA, USA, 2012. [Google Scholar]
  16. Chaudhuri, A.; Haftka, R.T. Efficient Global Optimization with Adaptive Target Setting. AIAA J. 2014, 52, 1573–1578. [Google Scholar] [CrossRef]
  17. Parr, J.M.; Keane, A.J.; Forrester, A.I.; Holden, C.M. Infill sampling criteria for surrogate-based optimization with constraint handling. Eng. Optim. 2012, 44, 1147–1166. [Google Scholar] [CrossRef]
  18. Yi, S.; Kwon, H.I.; Choi, S. Efficient Global Optimization using a Multi-point and Multi-objective Infill Sampling Criteria. In Proceedings of the 52nd Aerospace Sciences Meeting, National Harbor, MD, USA, 13–17 January 2014. [Google Scholar]
  19. Forrester, A.; Keane, A.J. Recent advances in surrogate-based optimization. Prog. Aerosp. Sci. 2009, 45, 50–79. [Google Scholar] [CrossRef]
  20. Li, Z.; Ruan, S.; Gu, J.; Wang, X.; Shen, C. Investigation on parallel algorithms in efficient global optimization based on multiple points infill criterion and domain decomposition. Struct. Multidiscip. Optim. 2016, 54, 747–773. [Google Scholar] [CrossRef]
  21. Hamza, K.; Shalaby, M. A framework for parallelized efficient global optimization with application to vehicle crashworthiness optimization. Eng. Optim. 2013, 46, 1200–1221. [Google Scholar] [CrossRef]
  22. Hamann, H. Superlinear Scalability in Parallel Computing and Multi-robot Systems: Shared Resources, Collaboration, and Network Topology. In International Conference on Architecture of Computing Systems; Springer: Cham, Switzerland, 2018; pp. 31–42. [Google Scholar]
  23. Dey, S.; Mukhopadhyay, T.; Adhikari, S. Stochastic free vibration analyses of composite shallow doubly curved shells—A Kriging model approach. Compos. Part B Eng. 2015, 70, 99–112. [Google Scholar] [CrossRef]
  24. Bu, J.G.; Zhou, M.; Lan, X.D.; Lv, K.X. Optimization for Airgap Flux Density Waveform of Flywheel Motor Using NSGA-2 and Kriging Model Based on MaxPro Design. IEEE Trans. Magn. 2017, 53, 1–7. [Google Scholar] [CrossRef]
  25. He, W.; Liu, J.; Xie, D. Probabilistic life assessment on fatigue crack growth in mixed-mode by coupling of Kriging model and finite element analysis. Eng. Fract. Mech. 2015, 139, 56–77. [Google Scholar] [CrossRef]
  26. Yang, X.; Liu, Y.; Zhang, Y.; Yue, Z. Probability and convex set hybrid reliability analysis based on active learning Kriging model. Appl. Math. Model. 2015, 39, 3954–3971. [Google Scholar] [CrossRef]
Figure 1. The flowchart of EI&MP&RMSE method.
Figure 1. The flowchart of EI&MP&RMSE method.
Mathematics 10 01548 g001
Figure 2. Comparison and verification of 1−D function.
Figure 2. Comparison and verification of 1−D function.
Mathematics 10 01548 g002aMathematics 10 01548 g002b
Figure 3. Information of the test result on the surrogate model for Branin Function.
Figure 3. Information of the test result on the surrogate model for Branin Function.
Mathematics 10 01548 g003aMathematics 10 01548 g003b
Figure 4. Test results on predicted MSE of other criteria on for Branin function.
Figure 4. Test results on predicted MSE of other criteria on for Branin function.
Mathematics 10 01548 g004
Table 1. Information and characteristics of the benchmarks.
Table 1. Information and characteristics of the benchmarks.
DimMathematical FormulaRange (x)
1 f x = exp 2 x + sin 1.5 x + cos ( 4 x ) × 2 x 2 2 + x 2 + 0.9 x x ∈ [0, 6]
2 f ( x ) = x 2 5.1 4 π 2 x 1 2 + 5 π x 1 6 2 + 10 1 1 8 π cos ( x 1 ) + 10 x 1 [ 5 , 5 ]
x 2 [ 0 , 10 ]
Table 2. 1−D function related validation data.
Table 2. 1−D function related validation data.
Infill CriterionInitial Sample PointsExperimental Design MethodNumber of Iterations
MP4Opt LHD6
EI4Opt LHD6
RMSE4Opt LHD6
EI&MP&RMSE4Opt LHD4
Table 3. 2−D function (Branin) related validation data.
Table 3. 2−D function (Branin) related validation data.
Infill CriterionInitial Sample PointsExperimental Design MethodNumber of Iterations
MP8Opt LHD6
EI8Opt LHD6
RMSE8Opt LHD6
EI&MP&RMSE8Opt LHD4
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Li, S.; Yuan, S.; Liu, S.; Wen, J.; Huang, Q. Research on an Accuracy Optimization Algorithm of Kriging Model Based on a Multipoint Filling Criterion. Mathematics 2022, 10, 1548. https://doi.org/10.3390/math10091548

AMA Style

Li S, Yuan S, Liu S, Wen J, Huang Q. Research on an Accuracy Optimization Algorithm of Kriging Model Based on a Multipoint Filling Criterion. Mathematics. 2022; 10(9):1548. https://doi.org/10.3390/math10091548

Chicago/Turabian Style

Li, Shande, Shuai Yuan, Shaowei Liu, Jian Wen, and Qibai Huang. 2022. "Research on an Accuracy Optimization Algorithm of Kriging Model Based on a Multipoint Filling Criterion" Mathematics 10, no. 9: 1548. https://doi.org/10.3390/math10091548

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop