From 8c9a600dec579bb8d960cb53e5c6e8907bf5fa0f Mon Sep 17 00:00:00 2001 From: HumanBot Date: Sat, 19 Sep 2020 14:36:12 -0400 Subject: [PATCH] changed epochs from 5000 to 500 5000 is an overkill for the hyperopt process, repetitive 500 produce better predictions --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 530faf700..3f7a27ef0 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -229,7 +229,7 @@ Because hyperopt tries a lot of combinations to find the best parameters it will We strongly recommend to use `screen` or `tmux` to prevent any connection loss. ```bash -freqtrade hyperopt --config config.json --hyperopt -e 5000 --spaces all +freqtrade hyperopt --config config.json --hyperopt -e 500 --spaces all ``` Use `` as the name of the custom hyperopt used.