Skip to content

Commit

Permalink
Adding ignore space errors to Hyperopt CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
slyons authored Sep 30, 2021
1 parent 5dd1088 commit 08fcd1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion freqtrade/commands/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"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"]

Expand Down

0 comments on commit 08fcd1a

Please sign in to comment.