also print dot when hyperopt eval result is fail
This commit is contained in:
parent
7f44ba6df4
commit
a36fd00f6a
@ -129,6 +129,7 @@ def optimizer(params):
|
||||
trade_count = len(results.index)
|
||||
|
||||
if trade_count == 0:
|
||||
print('.', end='')
|
||||
return {
|
||||
'status': STATUS_FAIL,
|
||||
'loss': float('inf')
|
||||
|
Loading…
Reference in New Issue
Block a user