Arjun Krishnakumar

Results 1 issues of Arjun Krishnakumar

The following code crashes, because `NormalFloatHyperparameter` attempts to set a default value without respecting the bounds. ``` cs = ConfigurationSpace( name="myspace", space={ "a": Float("a", bounds=(1, 2), distribution=Normal(1, 0), log=True), },...