View source: R/batchDesign_utils.R
batch.adsa | R Documentation |
ADSA for Adaptive Batching
batch.adsa(fit, r_seq, xtest, xt_dens, x_new, r0, nugget, method)
fit |
GP/TP fit |
r_seq |
batch size vector for existing inputs |
xtest |
testing points to compare reallocation and adding a new inputs |
xt_dens |
density of xtest |
x_new |
new input location selected by the EI criteria |
r0 |
total number of new simulations |
nugget |
the noise variance to compute the ALC factor |
method |
|
a list containing
xoptim
: new design input (NULL if re-allocation is chosen)
roptim
: added replications (a scalar r0 if new input chosen,
a vector containing the re-allocation amounts otherwise
Xiong Lyu
M. Ludkovski, X. Lyu (2020+) Adaptive Batching for Gaussian Process Surrogates with Application in Noisy Level Set Estimation, <http://arxiv.org/abs/2003.08579>
osp.seq.batch.design
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.