mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 10:03:05 +00:00
A few more formatting updates
This commit is contained in:
@@ -340,9 +340,9 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
"hyperopt_loss": Arg(
|
||||
"--hyperopt-loss",
|
||||
"--hyperoptloss",
|
||||
help='Specify the class name of the hyperopt loss function class (IHyperOptLoss). '
|
||||
'Different functions can generate completely different results, '
|
||||
'since the target for optimization is different. Built-in Hyperopt-loss-functions are: '
|
||||
help="Specify the class name of the hyperopt loss function class (IHyperOptLoss). "
|
||||
"Different functions can generate completely different results, "
|
||||
"since the target for optimization is different. Built-in Hyperopt-loss-functions are: "
|
||||
f'{", ".join(HYPEROPT_LOSS_BUILTIN)}',
|
||||
metavar="NAME",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user