Skip to main content
. 2022 Dec 10;22(24):9689. doi: 10.3390/s22249689
Algorithm 1: HORD Algorithm.
1: Generate a little insight At0= hd, Ghdd=1t0 measuring with Latin hypercubes;
2: while t <Nmax do
3: Fit or revise theSthRBF interpolation model from (4) usingAt.
4: Fix htest=argmaxGh in At ;
5: Create c candidates using hcand1:c based on htest and δd samples were taken from a normal distribution with a certain probability φt in (5).;
6: Calculate Wtcvhcand1:c by (7), Wtdmhcand1:c by 8 , as well as the final weighted score Wthcand1:c by (6).
7: Set h*=argminWthcand1:c .
8: Estimate Gh* .
9: Update At+1= At h*, Gh*
10: end while
11: Findhtest=argmaxGh in ANmax.
12: Returnhtest.