View source: R/batchDesign_utils.R
batch.mlb | R Documentation |
Calculates weights for batch size in MLB when called from osp.seq.batch.design
batch.mlb(objSd_at_x_optim, r_cand, nugget, gamma)
objSd_at_x_optim |
posterior standard deviation of the response at the selected new input |
r_cand |
candidate batch size vector |
nugget |
the noise variance to compute the ALC factor |
gamma |
threshold compared with sd |
list containing:
roptim
: new replication count
gamma
: new gamma variable
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.