File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242from ray import tune
4343from ray .tune .schedulers import AsyncHyperBandScheduler
4444from ray .tune .schedulers import PopulationBasedTraining
45- from ray .tune .suggest import ConcurrencyLimiter
46- from ray .tune .suggest .ax import AxSearch
47- from ray .tune .suggest .basic_variant import BasicVariantGenerator
48- from ray .tune .suggest .hyperopt import HyperOptSearch
49- from ray .tune .suggest .nevergrad import NevergradSearch
50- from ray .tune .suggest .optuna import OptunaSearch
45+ from ray .tune .search import ConcurrencyLimiter
46+ from ray .tune .search .ax import AxSearch
47+ from ray .tune .search .basic_variant import BasicVariantGenerator
48+ from ray .tune .search .hyperopt import HyperOptSearch
49+ # from ray.tune.search .nevergrad import NevergradSearch
50+ from ray .tune .search .optuna import OptunaSearch
5151from ray .util .queue import Queue
5252
53- import nevergrad as ng
53+ # import nevergrad as ng
5454from ax .service .ax_client import AxClient
5555
5656DATE = datetime .now ().strftime ("%Y-%m-%d-%H-%M-%S" )
Original file line number Diff line number Diff line change 1- ray [default,tune ]== 1.11.0
1+ ray [default,tune ]
22ax-platform
33hyperopt
44nevergrad
55optuna
66pandas
77colorama == 0.4.4
88bayesian-optimization == 1.4.0
9- tensorboard == 2.13.3
9+ tensorboard
1010protobuf == 3.20.1
You can’t perform that action at this time.
0 commit comments