[docs][tune] Make search algorithm, scheduler docs better! (#8179)

This commit is contained in:
Richard Liaw
2020-05-17 12:19:44 -07:00
committed by GitHub
parent 2ff26f13d2
commit 87cbf2aedd
19 changed files with 630 additions and 720 deletions
+4 -7
View File
@@ -3,9 +3,6 @@
Analysis (tune.analysis)
========================
Analyzing Results
-----------------
You can use the ``ExperimentAnalysis`` object for analyzing results. It is returned automatically when calling ``tune.run``.
.. code-block:: python
@@ -41,15 +38,15 @@ You may want to get a summary of multiple experiments that point to the same ``l
.. _exp-analysis-docstring:
ExperimentAnalysis
~~~~~~~~~~~~~~~~~~
ExperimentAnalysis (tune.ExperimentAnalysis)
--------------------------------------------
.. autoclass:: ray.tune.ExperimentAnalysis
:show-inheritance:
:members:
Analysis
~~~~~~~~
Analysis (tune.Analysis)
------------------------
.. autoclass:: ray.tune.Analysis
:members: