mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
Update freqtrade/optimize/hyperopt.py
nice find Co-Authored-By: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
4707484a4c
commit
d9e54ab7a4
|
@ -677,7 +677,7 @@ class Hyperopt:
|
||||||
' [Epoch ', progressbar.Counter(), ' of ', str(self.total_epochs),
|
' [Epoch ', progressbar.Counter(), ' of ', str(self.total_epochs),
|
||||||
' (', progressbar.Percentage(), ')] ',
|
' (', progressbar.Percentage(), ')] ',
|
||||||
progressbar.Bar(marker=progressbar.AnimatedMarker(
|
progressbar.Bar(marker=progressbar.AnimatedMarker(
|
||||||
fill='█',
|
fill='\N{FULL BLOCK}',
|
||||||
fill_wrap=Fore.GREEN + '{}' + Fore.RESET,
|
fill_wrap=Fore.GREEN + '{}' + Fore.RESET,
|
||||||
marker_wrap=Style.BRIGHT + '{}' + Style.RESET_ALL,
|
marker_wrap=Style.BRIGHT + '{}' + Style.RESET_ALL,
|
||||||
)),
|
)),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user