Description Usage Arguments Value Author(s)
View source: R/EvaluateConfigurations.R
Evaluates the candidate configurations listed on configs.to.eval
on the
tuning instances listed in instances.to.eval
. Notice that this routine does
not repeat evaluations - if a configuration i
already has a performance
value for instance j
that evaluation is skipped.
1 2 3 | EvaluateConfigurations(tuning.instances, instances.to.eval = "all",
config.list, configs.to.eval = "all", algo.runner,
summary.function = "median", parameters)
|
tuning.instances |
list containing all available tuning instances. |
instances.to.eval |
vector containing the indices of the instances to be used. |
config.list |
list vector containing field |
configs.to.eval |
vector containing the indices of the configurations to
be evaluated on the instances listed in
|
algo.runner |
name of function used for evaluating the configurations.
See Section |
summary.function |
name of function for aggregating the (scaled)
output values of |
parameters |
data frame containing the parameter names and bound constraints. |
Updated config.list
containing performance evaluation of
configs.to.eval
on instances.to.eval
, as well as nruns
, the number of
algorithm runs performed.
Felipe Campelo (fcampelo@ufmg.br), Athila Trindade (rochaathila@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.