Description Usage Arguments Value See Also
View source: R/TuneControlIrace.R
Tuning with iterated F-Racing with method 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 the TR at
http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-004.pdf.
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
). 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.
1 2 3 4 |
impute.val |
[ |
n.instances |
[ |
show.irace.output |
[ |
tune.threshold |
[ |
tune.threshold.args |
[ |
log.fun |
[ |
final.dw.perc |
[ |
budget |
[ |
... |
[any] |
[TuneControlIrace
]
Other tune: TuneControl
,
getNestedTuneResultsOptPathDf
,
getNestedTuneResultsX
,
getTuneResult
,
makeModelMultiplexerParamSet
,
makeModelMultiplexer
,
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.