Remove hyperopt --continue

This commit is contained in:
Matthias
2020-09-27 16:18:28 +02:00
parent 64c2b6c9a6
commit b736691e0e
5 changed files with 2 additions and 26 deletions

View File

@@ -252,13 +252,6 @@ AVAILABLE_CLI_OPTIONS = {
metavar='INT',
default=1,
),
"hyperopt_continue": Arg(
"--continue",
help="Continue hyperopt from previous runs. "
"By default, temporary files will be removed and hyperopt will start from scratch.",
default=False,
action='store_true',
),
"hyperopt_loss": Arg(
'--hyperopt-loss',
help='Specify the class name of the hyperopt loss function class (IHyperOptLoss). '