added some clarifying comments
This commit is contained in:
parent
f6a60c0f18
commit
5939729e03
@ -274,6 +274,10 @@ class AdvancedSampleHyperOpt(IHyperOpt):
|
||||
Create a dynamic ROI space.
|
||||
|
||||
You may override it in your custom Hyperopt class.
|
||||
|
||||
If you are reducing the types, you may also remove the parameters that will not be used on the
|
||||
reduced scope. For example, if you reduce the types to only 'connect' you do not need to specify
|
||||
the ranges for decay-rate, decay-time, start, or end.
|
||||
"""
|
||||
return [
|
||||
Categorical([True, False], name='enabled'),
|
||||
|
Loading…
Reference in New Issue
Block a user