Description Usage Details Value Author(s) See Also
Sets suitable defaults for the spotConfig part of TDMR.
1 |
With the call setParams(mySC,defaultSC())
it is possible to extend a partial list
mySC
to a list containing all sC
-elements (the missing ones are taken from
defaultSC()
). If mySC
has an element not present in defaultSC()
,
this element is not taken and a warning is issued.
With setParams(mySC,defaultSC(),keepNotMatching=TRUE)
also elements
of mySC
not present in defaultSC()
are taken (no warnings).
a list with the following elements (the values in parantheses []
are the defaults):
alg.roi |
["NEEDS_TO_BE_SET"] a data frame with columns |
opts |
["NEEDS_TO_BE_SET"] |
sCName |
["NEEDS_TO_BE_SET.conf"] a string ending on ".conf", the configuration name |
OCBA |
[FALSE] see |
plot |
[FALSE] TRUE: make a line plot showing progress |
seedSPOT |
[1] see |
funEvals |
[50] the budget, max number of algo evaluations |
design |
[designLHD] function that creates initial design,
see |
designControl.size |
[10] number of initial design points (former init.design.size) |
designControl.replicates |
[2] number of initial repeats (former init.design.repeats) |
replicates |
[2] number of repeats for the same model design point |
noise |
[TRUE] whether the object function has noise or not
(Note: TRUE is required if |
seq.merge.func |
[mean] how to merge Y over replicates: mean or min |
model |
[buildKriging] function that builds the surrogate model,
see |
optimizer |
[optimLHD] function that optimizes on surrrogate,
see |
optimizerControl.funEvals |
[100] optimizer budget (former seq.design.size) |
optimizerControl.retries |
[2] optimLHD retries (former seq.design.retries) |
Wolfgang Konen (wolfgang.konen@th-koeln.de) THK, 2018
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.