[docs] Add backlinks from hyperopt / rl algorithm examples to the built-on Ray libraries (#1356)

This commit is contained in:
Eric Liang
2017-12-23 00:31:33 -08:00
committed by Richard Liaw
parent 43e78217f8
commit 715737cc06
4 changed files with 15 additions and 0 deletions
+5
View File
@@ -2,6 +2,11 @@ Hyperparameter Optimization
===========================
This document provides a walkthrough of the hyperparameter optimization example.
.. note::
To learn about Ray's built-in hyperparameter optimization framework, see `Ray.tune <http://ray.readthedocs.io/en/latest/tune.html>`__.
To run the application, first install some dependencies.
.. code-block:: bash