Merge pull request #3789 from BlueSkyTrading/patch-2

changed epochs from 5000 to 500
This commit is contained in:
Matthias
2020-09-20 08:15:38 +02:00
committed by GitHub

View File

@@ -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 <hyperoptname> -e 5000 --spaces all
freqtrade hyperopt --config config.json --hyperopt <hyperoptname> -e 500 --spaces all
```
Use `<hyperoptname>` as the name of the custom hyperopt used.