R/assertions.R

Defines functions assert_tuner

assert_tuner = function(tuner) {
  assert_r6(tuner, "Tuner")
}

Try the mlr3tuning package in your browser

Any scripts or data that you put into this service are public.

mlr3tuning documentation built on Nov. 21, 2023, 1:06 a.m.