wordings fixed
This commit is contained in:
parent
b152d1a7ab
commit
3b65c986ee
@ -182,9 +182,9 @@ class Hyperopt(Backtesting):
|
|||||||
|
|
||||||
def hyperopt_space(self, space: Optional[str] = None) -> List[Dimension]:
|
def hyperopt_space(self, space: Optional[str] = None) -> List[Dimension]:
|
||||||
"""
|
"""
|
||||||
Return the dimentions in the hyperoptimization space.
|
Return the dimensions in the hyperoptimization space.
|
||||||
:param space: Defines hyperspace to return dimentions for.
|
:param space: Defines hyperspace to return dimensions for.
|
||||||
If None, then the self.has_space() will be used to return dimentions
|
If None, then the self.has_space() will be used to return dimensions
|
||||||
for all hyperspaces used.
|
for all hyperspaces used.
|
||||||
"""
|
"""
|
||||||
spaces: List[Dimension] = []
|
spaces: List[Dimension] = []
|
||||||
|
Loading…
Reference in New Issue
Block a user