Closed SanyuR132 closed 2 years ago
This usually happens if your inputs are all integers, and the process has already tried all of the integers around the next search point. Can you post your bounds here?
Yup! I'm only optimizing for one hyperparameter: latent_size = c(2L, args$max_latent_size)
Hello! I keep getting this error while tuning my model which causes the optimization to stop early. Any ideas on what might be causing it? My model only operates on discrete data, could that be related to it?