Allow --hyperoptloss in addition to --hyperopt-loss

This commit is contained in:
Matthias 2021-04-05 15:38:33 +02:00
parent 7b2a0d46cb
commit 78a84f8081
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ AVAILABLE_CLI_OPTIONS = {
default=1,
),
"hyperopt_loss": Arg(
'--hyperopt-loss',
'--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: '