mlr_result_assigners_archive | R Documentation |
Result assigner that chooses the final point(s) based on all evaluations in the bbotk::Archive. This mimics the default behavior of any bbotk::Optimizer.
mlr3mbo::ResultAssigner
-> ResultAssignerArchive
packages
(character()
)
Set of required packages.
A warning is signaled if at least one of the packages is not installed, but loaded (not attached) later on-demand via requireNamespace()
.
new()
Creates a new instance of this R6 class.
ResultAssignerArchive$new()
assign_result()
Assigns the result, i.e., the final point(s) to the instance.
ResultAssignerArchive$assign_result(instance)
instance
(bbotk::OptimInstanceBatchSingleCrit | bbotk::OptimInstanceBatchMultiCrit)
The bbotk::OptimInstance the final result should be assigned to.
clone()
The objects of this class are cloneable with this method.
ResultAssignerArchive$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other Result Assigner:
ResultAssigner
,
mlr_result_assigners
,
mlr_result_assigners_surrogate
result_assigner = ras("archive")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.