From f6a5baf844f97668fc9c3b25666986a22a2b49a3 Mon Sep 17 00:00:00 2001 From: Yuhao Yang Date: Sat, 23 Nov 2019 21:54:41 -0800 Subject: [PATCH] [tune] minor doc fix (#6248) --- python/ray/tune/tune.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ray/tune/tune.py b/python/ray/tune/tune.py index 24ab4d58b..30c7495d4 100644 --- a/python/ray/tune/tune.py +++ b/python/ray/tune/tune.py @@ -166,7 +166,8 @@ def run(run_or_experiment, BasicVariantGenerator. scheduler (TrialScheduler): Scheduler for executing the experiment. Choose among FIFO (default), MedianStopping, - AsyncHyperBand, and HyperBand. + AsyncHyperBand, HyperBand and PopulationBasedTraining. Refer to + ray.tune.schedulers for more options. with_server (bool): Starts a background Tune server. Needed for using the Client API. server_port (int): Port number for launching TuneServer.