Learn R Programming

mlr3mbo (version 0.2.9)

mlr_result_assigners: Dictionary of Result Assigners

Description

A simple mlr3misc::Dictionary storing objects of class ResultAssigner. Each acquisition function has an associated help page, see mlr_result_assigners_[id].

For a more convenient way to retrieve and construct an acquisition function, see ras().

Arguments

Format

R6::R6Class object inheriting from mlr3misc::Dictionary.

Methods

See mlr3misc::Dictionary.

See Also

Sugar function: ras()

Other Dictionary: mlr_acqfunctions, mlr_loop_functions

Other Result Assigner: ResultAssigner, mlr_result_assigners_archive, mlr_result_assigners_surrogate

Examples

Run this code
library(data.table)
as.data.table(mlr_result_assigners)
ras("archive")

Run the code above in your browser using DataLab