Description Usage Arguments Value
View source: R/find_worse_results_from_literature.R
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.
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()
)
|
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
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.