This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Search Space of Tuner #2397
Labels
bug
Something isn't working
close-as-overdue
for the issue that is over 3 months with no responses
HPO
NNI_Usage
question
Further information is requested
Milestone
I'm confused of the
quniform
type. I expect it acts likerange
.For example, for
_value
as [0.3,1.5,0.2] the output should be [0.3, 0.5, 0.7, 0.9, 1.1, 1.3].But when I set
_value
as [0.3, 1.5, 0.2], the parameters are [0.3, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.5], set_value
as [0.3, 0.6] the parameters are [0.3, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6].The text was updated successfully, but these errors were encountered: