irace_summarise {iraceplot}R Documentation

Summarise the results of a run of irace

Description

Summarise the results of a run of irace

Usage

irace_summarise(irace_results)

Arguments

irace_results

The data generated when loading the .Rdata file created by irace (or the filename of that file).

Value

list()

Author(s)

Manuel López-Ibáñez

Examples

irace_results <- read_logfile(system.file(package="iraceplot", "exdata",
                                         "guide-example.Rdata", mustWork = TRUE))
irace_summarise(irace_results)


[Package iraceplot version 1.3 Index]