Skip to content

Commit ac86807

Browse files
authored
Super short experiments by defaults (#1439)
1 parent 5540474 commit ac86807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nevergrad/benchmark/gymexperiments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def ng_full_gym(
144144
optimization_scales: tp.List[int] = [0]
145145
if multi_scale:
146146
optimization_scales = [-6, -4, -2, 0]
147-
budgets = [50, 200, 800, 3200, 6400, 100, 25, 400, 1600] # Let's go with low budget.
147+
budgets = [50, 200, 100, 25, 400] # Let's go with low budget.
148148
budgets = gym_budget_modifier(budgets)
149149
for control in controls:
150150
neural_factors: tp.Any = (
@@ -368,7 +368,7 @@ def gym_problem(
368368
]
369369

370370
optims = gym_optimizer_modifier(optims)
371-
budgets = [25, 50, 100, 200, 400, 800, 1600, 3200, 6400, 12800, 25600]
371+
budgets = [25, 50, 100, 200]
372372
budgets = gym_budget_modifier(budgets)
373373
for func in funcs:
374374
for budget in budgets:

0 commit comments

Comments
 (0)