ray/doc/source/tune/api_docs
Kai Fricke 757866ec01
[tune] enable placement groups per default (#13906)
* Refactor placement group factory object to accept placement_group arguments instead of callables

* Convert resources to pgf

* Enable placement groups per default

* Fix tests WIP

* Fix stop/resume with placement groups

* Fix progress reporter test

* Fix trial executor tests

* Check resource for trial, not resource object

* Move ENV vars into class

* Fix tests

* Sphinx

* Wait for trial start in PBT

* Revert merge errors

* Support trial reuse with placement groups

* Better check for just staged trials

* Fix trial queuing

* Wait for pg after trial termination

* Clean up PGs before tune run

* No PG settings in pbt scheduler

* Fix buffering tests

* Skip test if ray reports erroneous available resources

* Disable PG for cluster resource counting test

* Debug output for tests

* Output in-use resources for placement groups

* Don't start new trial on trial start failure

* Add docs

* Cleanup PGs once futures returned

* Fix placement group shutdown

* Use updated_queue flag

* Apply suggestions from code review

* Apply suggestions from code review

* Update docs

* Reuse placement groups independently from actors

* Do not remove placement groups for paused trials

* Only continue enqueueing trials if it didn't fail the first time

* Rename parameter

* Fix pause trial

* Code review + try_recover

* Update python/ray/tune/utils/placement_groups.py

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Move placement group lifecycle management

* Move total used resources to pg manager

* Update FAQ example

* Requeue trial if start was unsuccessful

* Do not cleanup pgs at start of run

* Revert "Do not cleanup pgs at start of run"

This reverts commit 933d9c4c

* Delayed PG removal

* Fix trial requeue test

* Trigger pg cleanup on status update

* Fix tests

* Fix docs

* fix-test

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-02-23 18:46:02 +01:00
..
analysis.rst [tune] Tune experiment analysis improvements (#10645) 2020-09-08 21:00:52 -07:00
cli.rst [tune] Reformat Sections of API Reference (#7706) 2020-03-23 12:23:21 -07:00
client.rst [tune] API revamp fix (#10518) 2020-09-05 15:34:53 -07:00
execution.rst [tune] add more stoppers and stopper documentation (#12750) 2020-12-12 01:47:19 -08:00
integration.rst [Tune] MLflow Credentials (#13533) 2021-01-19 11:55:13 -08:00
internals.rst [tune] enable placement groups per default (#13906) 2021-02-23 18:46:02 +01:00
logging.rst [docs] change MLFlow to MLflow in docs (#13739) 2021-01-27 16:53:15 -08:00
overview.rst [tune] add more stoppers and stopper documentation (#12750) 2020-12-12 01:47:19 -08:00
reporters.rst Fix overriden typo (#11227) 2020-10-07 19:11:07 -07:00
schedulers.rst Revert "Revert "[tune] PB2 (#11466)" (#11795)" (#11812) 2020-11-04 20:47:12 -08:00
search_space.rst [Tune]Add integer loguniform support (#12994) 2020-12-23 09:27:16 -08:00
sklearn.rst [tune] auto infer metrics (#10663) 2020-09-09 09:53:47 -07:00
stoppers.rst [tune] add more stoppers and stopper documentation (#12750) 2020-12-12 01:47:19 -08:00
suggestion.rst [Tune] Add HEBOSearch Searcher (#13863) 2021-02-17 22:53:10 +01:00
trainable.rst [tune] enable placement groups per default (#13906) 2021-02-23 18:46:02 +01:00