mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 04:20:14 +08:00
[tune] minor doc fix (#6248)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user