mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
bump minimum evaluations to 40 rounds
This commit is contained in:
parent
17b984a7cd
commit
913488910c
|
@ -163,4 +163,4 @@ def test_hyperopt(conf, pairs, mocker):
|
|||
}
|
||||
|
||||
# print(hyperopt.pyll.stochastic.sample(space))
|
||||
print('Best parameters {}'.format(fmin(fn=optimizer, space=space, algo=tpe.suggest, max_evals=10)))
|
||||
print('Best parameters {}'.format(fmin(fn=optimizer, space=space, algo=tpe.suggest, max_evals=40)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user