[Possible Optimization] Do not count constants in hyperparameter ConfigSpace
ArlindKadra opened this issue · 0 comments
ArlindKadra commented
As the title says, BOHB seems to be counting constants that are given in the Configuration Space for the moment it switches from using random search to using a model. It would be good if it would only calculate the hyperparameters for the dimensionaly of the ConfigSpace object.