Adding IUS to optimize args
This commit is contained in:
parent
08fcd1a0d4
commit
95227376b6
@ -368,6 +368,9 @@ class Configuration:
|
|||||||
|
|
||||||
self._args_to_config(config, argname='hyperopt_show_no_header',
|
self._args_to_config(config, argname='hyperopt_show_no_header',
|
||||||
logstring='Parameter --no-header detected: {}')
|
logstring='Parameter --no-header detected: {}')
|
||||||
|
|
||||||
|
self._args_to_config(config, argname="hyperopt_ignore_unparam_space",
|
||||||
|
logstring="Paramter --ignore-unparameterized-spaces detected: {}")
|
||||||
|
|
||||||
def _process_plot_options(self, config: Dict[str, Any]) -> None:
|
def _process_plot_options(self, config: Dict[str, Any]) -> None:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user