Update hyperoptNote.md
This commit is contained in:
parent
f43f924693
commit
194ec415eb
@ -1,16 +1,21 @@
|
|||||||
Basically, to sum things up:
|
Basically, to sum things up:
|
||||||
|
|
||||||
Make these changes per this PR in these files:
|
Make these changes per this PR in these files:
|
||||||
|
|
||||||
https://github.com/hyperopt/hyperopt/pull/287/files
|
https://github.com/hyperopt/hyperopt/pull/287/files
|
||||||
|
|
||||||
/usr/local/lib/python3.6/dist-packages/hyperopt/fmin.py
|
/usr/local/lib/python3.6/dist-packages/hyperopt/fmin.py
|
||||||
|
|
||||||
removetrial['state'] == base.JOB_STATE_RUNNING
|
removetrial['state'] == base.JOB_STATE_RUNNING
|
||||||
|
|
||||||
addtrial['state'] = base.JOB_STATE_RUNNING
|
addtrial['state'] = base.JOB_STATE_RUNNING
|
||||||
|
|
||||||
Make these changes per this PR into the hyperopt files:
|
Make these changes per this PR into the hyperopt files:
|
||||||
|
|
||||||
https://github.com/hyperopt/hyperopt/pull/288/files
|
https://github.com/hyperopt/hyperopt/pull/288/files
|
||||||
|
|
||||||
remove:import six.moves.cPickle as pickle
|
remove:import six.moves.cPickle as pickle
|
||||||
|
|
||||||
add: import dill as pickle in the following files:
|
add: import dill as pickle in the following files:
|
||||||
|
|
||||||
/usr/local/lib/python3.6/dist-packages/hyperopt/fmin.py
|
/usr/local/lib/python3.6/dist-packages/hyperopt/fmin.py
|
||||||
@ -22,6 +27,7 @@ add: import dill as pickle in the following files:
|
|||||||
/usr/local/lib/python3.6/dist-packages/hyperopt/utils.py
|
/usr/local/lib/python3.6/dist-packages/hyperopt/utils.py
|
||||||
|
|
||||||
Install dill:
|
Install dill:
|
||||||
|
|
||||||
pip3.6 install dill
|
pip3.6 install dill
|
||||||
|
|
||||||
Get this raw file and replace your hyperopy.py with this one in freqtrade/optmize/:
|
Get this raw file and replace your hyperopy.py with this one in freqtrade/optmize/:
|
||||||
@ -38,3 +44,7 @@ pip3.6 install git+https://github.com/hyperopt/hyperopt.git
|
|||||||
|
|
||||||
|
|
||||||
Lastly, copy hyperopt-mongodb.py over freqtrade/optimise/hyperopt.py then run scripts. Wait until the database fills and get result!
|
Lastly, copy hyperopt-mongodb.py over freqtrade/optimise/hyperopt.py then run scripts. Wait until the database fills and get result!
|
||||||
|
|
||||||
|
Management tool for mongodb:
|
||||||
|
|
||||||
|
https://robomongo.org/download
|
||||||
|
Loading…
Reference in New Issue
Block a user