Adding ignore space errors to Hyperopt CLI

This commit is contained in:
Scott Lyons 2021-09-30 00:46:56 -07:00 committed by GitHub
parent 5dd1088d8d
commit 08fcd1a0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ ARGS_HYPEROPT = ARGS_COMMON_OPTIMIZE + ["hyperopt", "hyperopt_path",
"epochs", "spaces", "print_all",
"print_colorized", "print_json", "hyperopt_jobs",
"hyperopt_random_state", "hyperopt_min_trades",
"hyperopt_loss", "disableparamexport"]
"hyperopt_loss", "disableparamexport",
"hyperopt_ignore_unparam_space"]
ARGS_EDGE = ARGS_COMMON_OPTIMIZE + ["stoploss_range"]