Default-stoploss-hyperopt should use decimal space, nto real

This commit is contained in:
Matthias
2021-04-14 20:32:34 +02:00
parent 862df2b431
commit e820814809
6 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
# flake8: noqa: F401
from skopt.space import Categorical, Dimension, Integer, Real
from .decimalspace import SKDecimal