mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[docs][tune] Fix typo in schedulers.rst (#21777)
Fix typo in schedulers.rst
This commit is contained in:
parent
c401e94d2e
commit
2954bf9a48
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Tune includes distributed implementations of early stopping algorithms such as `
|
|||
|
||||
.. tip:: The easiest scheduler to start with is the ``ASHAScheduler`` which will aggressively terminate low-performing trials.
|
||||
|
||||
When using schedulers, you may face compatibility issues, as shown in the below compatibility matrix. Certain schedulers cannot be used with Search Algorithms, and certain schedulers are require :ref:`checkpointing to be implemented <tune-checkpoint-syncing>`.
|
||||
When using schedulers, you may face compatibility issues, as shown in the below compatibility matrix. Certain schedulers cannot be used with Search Algorithms, and certain schedulers require :ref:`checkpointing to be implemented <tune-checkpoint-syncing>`.
|
||||
|
||||
Schedulers can dynamically change trial resource requirements during tuning. This is currently implemented in ``ResourceChangingScheduler``, which can wrap around any other scheduler.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue