hyperopt: --print-json option added

This commit is contained in:
hroff-1902
2019-08-15 21:39:04 +03:00
parent 585536835a
commit 4fa92ec0fa
4 changed files with 49 additions and 15 deletions

View File

@@ -198,6 +198,12 @@ AVAILABLE_CLI_OPTIONS = {
action='store_false',
default=True,
),
"print_json": Arg(
'--print-json',
help='Print best result detailization in JSON format.',
action='store_true',
default=False,
),
"hyperopt_jobs": Arg(
'-j', '--job-workers',
help='The number of concurrently running jobs for hyperoptimization '