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

@@ -242,6 +242,9 @@ class Configuration(object):
else:
config.update({'print_colorized': True})
self._args_to_config(config, argname='print_json',
logstring='Parameter --print-json detected ...')
self._args_to_config(config, argname='hyperopt_jobs',
logstring='Parameter -j/--job-workers detected: {}')