Require: Input parameter vector () |
Ensure: Parameter distribution is uniform distribution
|
Ensure: Number of key parameters N
p
and total sampling set N
T
|
Bonded design space of as [lower limit, higher limit] |
Number of initial sampling set using LHS, N = 10N
p
|
Initial sampling set using LHS, N
i
|
Initial experimental
|
corresponding original model response
|
Create the surrogate model
|
Set threshold θ = 10−4 set threshold |
if ε
LOO
< θ then
|
N
new
= N
|
is accepted |
else if ε
LOO
= θ then
|
minimum accuracy is reached |
N
new
= N
|
is accepted |
else if ε
LOO
> θ then
|
|
find
|
end if
|