From 194ec415eb5597d05399904145c4cd5d1ba270cd Mon Sep 17 00:00:00 2001 From: MoonGem <34537029+MoonGem@users.noreply.github.com> Date: Fri, 23 Mar 2018 20:36:40 -0500 Subject: [PATCH] Update hyperoptNote.md --- hyperoptNote.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hyperoptNote.md b/hyperoptNote.md index 76f94fa76..ca5a0771f 100644 --- a/hyperoptNote.md +++ b/hyperoptNote.md @@ -1,16 +1,21 @@ Basically, to sum things up: Make these changes per this PR in these files: + https://github.com/hyperopt/hyperopt/pull/287/files /usr/local/lib/python3.6/dist-packages/hyperopt/fmin.py + removetrial['state'] == base.JOB_STATE_RUNNING + addtrial['state'] = base.JOB_STATE_RUNNING Make these changes per this PR into the hyperopt files: + https://github.com/hyperopt/hyperopt/pull/288/files remove:import six.moves.cPickle as pickle + add: import dill as pickle in the following files: /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 Install dill: + pip3.6 install dill 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! + +Management tool for mongodb: + +https://robomongo.org/download