ray/doc/source/tune/api_docs
Kai Fricke 8affbc7be6
[tune/train] Consolidate checkpoint manager 3: Ray Tune (#24430)
**Update**: This PR is now part 3 of a three PR group to consolidate the checkpoints.

1. Part 1 adds the common checkpoint management class #24771 
2. Part 2 adds the integration for Ray Train #24772
3. This PR builds on #24772 and includes all changes. It moves the Ray Tune integration to use the new common checkpoint manager class.

Old PR description:

This PR consolidates the Ray Train and Tune checkpoint managers. These concepts previously did something very similar but in different modules. To simplify maintenance in the future, we've consolidated the common core.

- This PR keeps full compatibility with the previous interfaces and implementations. This means that for now, Train and Tune will have separate CheckpointManagers that both extend the common core
- This PR prepares Tune to move to a CheckpointStrategy object
- In follow-up PRs, we can further unify interfacing with the common core, possibly removing any train- or tune-specific adjustments (e.g. moving to setup on init rather on runtime for Ray Train)

Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
2022-06-08 12:05:34 +01:00
..
analysis.rst [tune] Next deprecation cycle (#24076) 2022-04-26 09:30:15 +01:00
cli.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
client.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
env.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
execution.rst Revert "[docs] Clean up doc structure (first part) (#21667)" (#21763) 2022-01-20 15:30:56 -08:00
integration.rst [Tune] Deprecate DistributedTrainableCreator (#24453) 2022-05-10 11:06:43 -07:00
internals.rst [tune] Remove TrialExecutor base class (#25404) 2022-06-03 10:16:47 +01:00
logging.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
overview.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
reporters.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
schedulers.rst [ci/docs] Fix broken linkcheck URL (#24777) 2022-05-13 15:58:36 +01:00
search_space.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
sklearn.rst Revert "[docs] Clean up doc structure (first part) (#21667)" (#21763) 2022-01-20 15:30:56 -08:00
stoppers.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
suggestion.rst Fix broken links in documentation and put linkcheck linter in place on CI (#23340) 2022-03-18 21:02:52 -07:00
trainable.rst [tune/train] Consolidate checkpoint manager 3: Ray Tune (#24430) 2022-06-08 12:05:34 +01:00