Usage
sampleByResp(size = blackbox.getOption("nextPointNumber"), outfile = NULL, useEI,
NextBoundsLevel = 0.001,
threshold=qchisq(1-NextBoundsLevel, 1)/2,
rnd.seed = NULL, verbose = FALSE)Arguments
outfile
If not NULL, the name of an ASCII file where to print the result as a table.
useEI
Whether to use an expected improvement criterion
NextBoundsLevel
Controls threshold in a way meaningful for log-likelihood surfaces
threshold
Controls the threshold for selection of the vertices of the convex hull to be sampled, and for inclusion of candidate predictor points in the sample. This threshold corresponds to a difference between predicted value and maximum predicted value. The actua
rnd.seed
NULL (in which case nothing is done) or an integer (in which case set.seed(seed=rnd.seed) is called).
verbose
To print information about evaluation, for development purposes.