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
commit d5b2ffae7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.