Container around a data.table::data.table which stores all performed function calls of the Objective and the associated mlr3::BenchmarkResult.
$benchmark_result stores a mlr3::BenchmarkResult which contains the
mlr3::ResampleResult of all performed function calls. The
mlr3::BenchmarkResult is connected to the data.table::data.table via the
uhash column.
bbotk::Archive -> ArchiveTuning
benchmark_result(mlr3::BenchmarkResult) Stores benchmark result.
clone()The objects of this class are cloneable with this method.
ArchiveTuning$clone(deep = FALSE)
deepWhether to make a deep clone.