Training on constant values
Opened this issue · 0 comments
mb706 commented
Different calls with constant response seem to not work well. E.g.
DiceKriging::km(design = data.frame(a = 1:3), response = rep(1, 3))
DiceKriging::km(design = data.frame(a = 1:10), response = rep(1, 10), optim.method = "gen", nugget = 0)
both give errors.
This came up in mlr-org/mlrMBO#490