Merge pull request #2142 from hroff-1902/hyperopt-print-json

Hyperopt: --print-json option
This commit is contained in:
Matthias
2019-08-16 11:08:54 +02:00
committed by GitHub
5 changed files with 123 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: {}')