Merge pull request #930 from freqtrade/skopt

Replace Hyperopt with scikit-optimize
This commit is contained in:
Samuel Husso
2018-07-04 13:51:14 -05:00
committed by GitHub
5 changed files with 296 additions and 751 deletions

View File

@@ -15,11 +15,11 @@ TA-Lib==0.4.17
pytest==3.6.2
pytest-mock==1.10.0
pytest-cov==2.5.1
hyperopt==0.1
# do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325
networkx==1.11 # pyup: ignore
tabulate==0.8.2
coinmarketcap==5.0.3
# Required for hyperopt
scikit-optimize==0.5.2
# Required for plotting data
#plotly==2.7.0