Skip to content

Commit

Permalink
fix: syne-tune random search import
Browse files Browse the repository at this point in the history
  • Loading branch information
timurcarstensen committed Feb 13, 2025
1 parent 0aab4d9 commit 5f8a0a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion whittle/search/stratified_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from typing import Any

from syne_tune.optimizer.schedulers import FIFOScheduler
from syne_tune.optimizer.schedulers.searchers.random_grid_searcher import RandomSearcher
from syne_tune.optimizer.schedulers.searchers import (
LegacyRandomSearcher as RandomSearcher,
)

from whittle.sampling.param_bins import ParamBins

Expand Down

0 comments on commit 5f8a0a2

Please sign in to comment.