[Internal API] user_priors
, use_priors
, disable_priors
#110
Labels
ux
Something that would improve user experience
Milestone
Currently there are many functions taking in
user_priors: bool
, SuccessiveHalvinh/Hyperband + Sampling policy takes inuser_priors: bool
and BayesianOptimizer's usedisable_priors
.We should just have one,
use_priors: bool
as it leads to inconsistencies in yaml files and definitions of various objects, even worse, one is a double negative, i.e.disable_priors = False
which impliesuse_priors = True
.@Neeratyoy
The text was updated successfully, but these errors were encountered: