Skip to main content
. 2024 Oct 25;11(46):2403543. doi: 10.1002/advs.202403543
Require: Input parameter vector (X)
Ensure: Parameter distribution is uniform distribution ZU[0,1]M
Ensure: Number of key parameters N p and total sampling set N T
Bonded design space of X as [lower limit, higher limit]
Number of initial sampling set using LHS, N = 10N p
Initial sampling set using LHS, N i
Initial experimental X=x1(1),,x1(N)
corresponding original model response Yoriginal=Moriginal(X)=y1(1),,y1(N)
Create the surrogate model MSM
Set threshold θ = 10−4 set threshold
if ε LOO < θ then
N new = N
MS is accepted
else if ε LOO = θ then
minimum accuracy is reached
N new = N
MS is accepted
else if ε LOO > θ then
N=maxsSNmini=1,,NNTNi
find Nnew=NNT:YSM(N)<q
end if