Skip to content

Commit

Permalink
Edit symb expl input settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Jan 5, 2024
1 parent d8bb6a7 commit 77e2246
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deepcave/plugins/hyperparameter/symbolic_explanations.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ def get_input_layout(register):
dbc.Input(
id=register("generations", type=int),
type="number",
min=5,
step=5,
min=1,
),
],
md=6,
Expand All @@ -142,8 +141,7 @@ def get_input_layout(register):
dbc.Input(
id=register("population_size", type=int),
type="number",
min=1000,
step=1000,
min=1,
),
],
md=6,
Expand Down

0 comments on commit 77e2246

Please sign in to comment.