Result Assigner Based on the Archive
Source:R/ResultAssignerArchive.R
mlr_result_assigners_archive.RdResult assigner that chooses the final point(s) based on all evaluations in the bbotk::Archive. This mimics the default behavior of any bbotk::Optimizer.
See also
Other Result Assigner:
ResultAssigner,
mlr_result_assigners,
mlr_result_assigners_surrogate
Super class
mlr3mbo::ResultAssigner -> ResultAssignerArchive
Active bindings
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 viarequireNamespace().
Methods
Inherited methods
Method assign_result()
Assigns the result, i.e., the final point(s) to the instance.
Arguments
instance(bbotk::OptimInstanceBatchSingleCrit | bbotk::OptimInstanceBatchMultiCrit |bbotk::OptimInstanceAsyncSingleCrit | bbotk::OptimInstanceAsyncMultiCrit)
The bbotk::OptimInstance the final result should be assigned to.
Examples
result_assigner = ras("archive")