added some clarifying comments

This commit is contained in:
werkkrew 2021-03-13 10:45:40 -05:00
parent f6a60c0f18
commit 5939729e03

View File

@ -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'),