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().
Inherited methods
assign_result()Assigns the result, i.e., the final point(s) to the instance.
ResultAssignerArchive$assign_result(instance)instance(bbotk::OptimInstanceBatchSingleCrit | bbotk::OptimInstanceBatchMultiCrit |bbotk::OptimInstanceAsyncSingleCrit | bbotk::OptimInstanceAsyncMultiCrit)
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)deepWhether to make a deep clone.
Other Result Assigner: 
ResultAssigner,
mlr_result_assigners,
mlr_result_assigners_surrogate
result_assigner = ras("archive")
Run the code above in your browser using DataLab