aitoa.find.worse.results.from.literature: Find Rows in a Data Set that are Equal or Worse than the...

Description Usage Arguments Value

View source: R/find_worse_results_from_literature.R

Description

From records with results from literature similar to those used in our jsspInstancesAndResults package, we try to find setups that perform worse than the given statistics record.

Usage

1
2
3
4
5
aitoa.find.worse.results.from.literature(
  data,
  statistics = c("best.f.mean", "best.f.mean"),
  compare.to = .default.load.jssp.results()
)

Arguments

data

the result data loaded via aitoa.load.end.result.stats. This must be for one single algorithm only.

statistics

a character vector of statistics to compare

compare.to

the results from literature, e.g., obtained via jsspInstancesAndResults::jssp.results from our jsspInstancesAndResults package

Value

a list with two elements: data, the relevant columns from the parameter data, and not.better, another data frame with the literature records that are not better in any statistic on any instances than those in data, or NULL, if no such record exists


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.