changed epochs from 5000 to 500

5000 is an overkill for the hyperopt process, repetitive 500 produce better predictions
This commit is contained in:
HumanBot 2020-09-19 14:36:12 -04:00 committed by GitHub
parent 6674285b12
commit 8c9a600dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.