You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (hasRequires(par.set) &&!hasLearnerProperties(learner, "missings"))
51
51
stopf("The 'par.set' has dependent parameters, which will lead to missing values in X-space during modeling, but learner '%s' does not support handling of missing values (property 'missing')!", learner$id)
52
52
53
-
# general infill stuff (relavant for singleobjective and parEGO)
53
+
# general infill stuff (relavant for single-objective and parEGO)
54
54
if (control$infill.crit%in% c("se", "ei", "aei", "cb", "dib") &&learner$predict.type!="se") {
55
55
stopf("For infill criterion '%s' predict.type of learner %s must be set to 'se'!%s",
0 commit comments