Description Usage Arguments Value
View source: R/load_instance_dir.R
Load all the log files in a directory
1 2 3 4 5 6 7 | aitoa.load.inst.dir(
inst.dir,
keep.columns = c("fes", "t", "f"),
make.time.unique = FALSE,
f.must.be.improving = TRUE,
max.runs.to.load = NA_integer_
)
|
inst.dir |
the instance directory |
keep.columns |
the columns to keep, any vector containing elements
|
make.time.unique |
should we make the time indices unique (except maybe
for the first and last point)? This makes sense when we want to plot
diagrams over a time axis, as we then have removed redundant points right
away. If |
f.must.be.improving |
|
max.runs.to.load |
an optional limit for the maximum number of runs to load |
a list of data frames, each loaded with aitoa.load.log.file, where the "names" are the random seeds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.