Skip to main content
. 2019 Aug 12;10(8):608. doi: 10.3390/genes10080608
Algorithm 1 GP-MI.

γ^00

for t=1,2, do

 Compute μt and σt2 by χt=x1..xt1 and Yt=y1..yt1 // Bayesian inference

ϕtxlog2δσt2x+γ^t1γ^t1// Definition of ϕt(x) for all xχ

xtargmaxxχμtx+ϕtx// Selection of the next query location

γ^tγ^t1+σt2xt// Update γ^t

 get yt by the DNILMF model and xt// Query xt,yt

end for