lighttuner.hpo.space¶
BaseSpace¶
-
class
lighttuner.hpo.space.
BaseSpace
[source]¶ - Overview:
Base class of spaces.
Warning
This is an abstract class, do not use.
-
property
count
¶ Count of elements in space.
-
property
length
¶ Length of space.
ContinuousSpace¶
SeparateSpace¶
-
class
lighttuner.hpo.space.
SeparateSpace
(start, end, step)[source]¶ - Overview:
Separated space.
-
__init__
(start, end, step)[source]¶ Constructor of
SeparateSpace
.- Parameters:
start – Start value.
end – End value.
step – Step interval.
-
property
count
¶ Count of elements in space.
-
property
length
¶ Length of space.
FixedSpace¶
-
property