Learn R Programming

iraceplot (version 2.1.0)

summarise_by_iteration: Summarise by iteration

Description

Summarise by iteration

Usage

summarise_by_iteration(irace_results)

Value

tibble

Arguments

irace_results

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

Examples

Run this code
irace_result <- read_logfile(system.file(package="irace", "exdata",
                                         "irace-acotsp.Rdata", mustWork = TRUE))
summarise_by_iteration(irace_result)

Run the code above in your browser using DataLab