View source: R/TuneControlIrace.R
makeTuneControlIrace | R Documentation |
Tuning with iterated F-Racing with method irace::irace. All
kinds of parameter types can be handled. We return the best of the final
elite candidates found by irace in the last race. Its estimated performance
is the mean of all evaluations ever done for that candidate. More information
on irace can be found in package vignette: vignette("irace-package", package = "irace")
For resampling you have to pass a ResampleDesc, not a ResampleInstance.
The resampling strategy is randomly instantiated n.instances
times and
these are the instances in the sense of irace (instances
element of
tunerConfig
in irace::irace). Also note that irace will always store its
tuning results in a file on disk, see the package documentation for details
on this and how to change the file path.
makeTuneControlIrace(
impute.val = NULL,
n.instances = 100L,
show.irace.output = FALSE,
tune.threshold = FALSE,
tune.threshold.args = list(),
log.fun = "default",
final.dw.perc = NULL,
budget = NULL,
...
)
impute.val |
(numeric) |
n.instances |
( |
show.irace.output |
( |
tune.threshold |
( |
tune.threshold.args |
(list) |
log.fun |
( |
final.dw.perc |
( |
budget |
( |
... |
(any) |
(TuneControlIrace)
Other tune:
TuneControl
,
getNestedTuneResultsOptPathDf()
,
getNestedTuneResultsX()
,
getResamplingIndices()
,
getTuneResult()
,
makeModelMultiplexer()
,
makeModelMultiplexerParamSet()
,
makeTuneControlCMAES()
,
makeTuneControlDesign()
,
makeTuneControlGenSA()
,
makeTuneControlGrid()
,
makeTuneControlMBO()
,
makeTuneControlRandom()
,
makeTuneWrapper()
,
tuneParams()
,
tuneThreshold()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.