Decoupled custom hyperopts from hyperopt.py

This commit is contained in:
Stephen Dade
2018-03-22 19:27:13 +11:00
committed by Matthias
parent e0489878d8
commit 469db0d434
10 changed files with 839 additions and 129 deletions

View File

@@ -104,6 +104,14 @@ class Arguments(object):
type=str,
metavar='PATH',
)
self.parser.add_argument(
'--hyperopt',
help='specify hyperopt file (default: %(default)s)',
dest='hyperopt',
default=Constants.DEFAULT_HYPEROPT,
type=str,
metavar='PATH',
)
self.parser.add_argument(
'--dynamic-whitelist',
help='dynamically generate and update whitelist'