This is a helper function that constructs a default random forest mlr3learners::LearnerRegrRanger
which is for example used in default_surrogate().
Arguments
- noisy
(
logical(1))
Whether the learner will be used in a noisy objective function scenario. Seedefault_surrogate(). Currently, the constructed random forest is identical in the noisy and deterministic case, and the argument only exists for consistency withdefault_gp().