Package index
-
irace()
- Execute one run of the Iterated Racing algorithm.
-
irace_cmdline()
irace.cmdline()
- Launch
irace
with command-line options.
-
irace_main()
- Higher-level interface to launch irace.
-
multi_irace()
- Execute
irace()
multiple times with the same or different scenarios and parameter space definitions.
-
testing_fromfile()
- Test configurations given an explicit table of configurations and a scenario file
-
testing_fromlog()
- Test configurations given in
.Rdata
file
-
getConfigurationById()
- Returns the configurations selected by ID.
-
getConfigurationByIteration()
- Returns the configurations by the iteration in which they were executed.
-
getFinalElites()
- Return the elite configurations of the final iteration.
-
get_instanceID_seed_pairs()
- Returns the pairs of instance IDs and seeds used as instances in the race (and optionally the actual instances).
-
irace_summarise()
- Summarise the results of a run of irace
-
read_logfile()
- Read the log file produced by irace (
irace.Rdata
).
-
ablation()
- Performs ablation between two configurations (from source to target).
-
ablation_cmdline()
- Launch ablation with command-line options.
-
plotAblation()
- Create plot from an ablation log
-
read_ablogfile()
- Read the log file (
log-ablation.Rdata
) produced byablation()
.
-
buildCommandLine()
- Generate a command-line representation of a configuration
-
checkIraceScenario()
- Test that the given irace scenario can be run.
-
checkParameters()
- checkParameters
-
checkScenario()
- Check and correct the given scenario
-
check_output_target_runner()
- Check the output of the target runner and repair it if possible. If the output is incorrect, this function will throw an error.
-
configurations_print()
- Print configurations as a data frame
-
configurations_print_command()
- Print configurations as command-line strings.
-
defaultScenario()
- Default scenario settings
-
has_testing_data()
- Check if the results object generated by irace has data about the testing phase.
-
irace-package
- The irace package: Iterated Racing for Automatic Algorithm Configuration
-
irace_license
- irace_license
-
irace_version
- A character string containing the version of
irace
including git SHA.
-
parametersNew()
param_cat()
param_ord()
param_real()
param_int()
- Create a parameter space to be tuned.
-
path_rel2abs()
- Converts a relative path to an absolute path.
-
printParameters()
- Print parameter space in the textual format accepted by irace.
-
printScenario()
- Prints the given scenario
-
psRace()
- Postselection race
-
get_random_seed()
set_random_seed()
restore_random_seed()
- Get, set and restore the state of the random number generator state.
-
readConfigurationsFile()
- Read parameter configurations from a file
-
readParameters()
- Reads the parameters to be tuned by irace from a file or from a character string.
-
readScenario()
- Reads from a file the scenario settings to be used by irace.
-
read_pcs_file()
- Read parameters in PCS (AClib) format and write them in irace format.
-
removeConfigurationsMetaData()
- removeConfigurationsMetaData
-
scenario_update_paths()
- Update filesystem paths of a scenario consistently.
-
target_evaluator_default()
- target_evaluator_default
-
target_runner_default()
- Default
targetRunner
function.
-
testConfigurations()
- Execute the given configurations on the testing instances specified in the scenario