mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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',
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user