[tune] Put examples under proper version control (#9427)

Co-authored-by: krfricke <krfricke@users.noreply.github.com>
This commit is contained in:
Richard Liaw
2020-07-13 18:01:10 -07:00
committed by GitHub
co-authored by krfricke
parent 7abf7a0109
commit a567f7977c
32 changed files with 199 additions and 41 deletions
@@ -0,0 +1,6 @@
:orphan:
async_hyperband_example
~~~~~~~~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/async_hyperband_example.py
+6
View File
@@ -0,0 +1,6 @@
:orphan:
ax_example
~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/ax_example.py
@@ -0,0 +1,6 @@
:orphan:
bayesopt_example
~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/bayesopt_example.py
@@ -0,0 +1,6 @@
:orphan:
bohb_example
~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/bohb_example.py
@@ -0,0 +1,6 @@
:orphan:
dragonfly_example
~~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/dragonfly_example.py
@@ -0,0 +1,6 @@
:orphan:
genetic_example
~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/genetic_example.py
@@ -0,0 +1,6 @@
:orphan:
hyperband_example
=================
.. literalinclude:: /../../python/ray/tune/examples/hyperband_example.py
@@ -0,0 +1,6 @@
:orphan:
hyperopt_example
~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/hyperopt_example.py
@@ -0,0 +1,6 @@
:orphan:
lightgbm_example
~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/lightgbm_example.py
@@ -0,0 +1,6 @@
:orphan:
logging_example
~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/logging_example.py
@@ -0,0 +1,6 @@
:orphan:
mlflow_example
~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/mlflow_example.py
@@ -0,0 +1,7 @@
:orphan:
mnist_pytorch
~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/mnist_pytorch.py
@@ -0,0 +1,6 @@
:orphan:
mnist_pytorch_trainable
~~~~~~~~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/mnist_pytorch_trainable.py
@@ -0,0 +1,6 @@
:orphan:
nevergrad_example
~~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/nevergrad_example.py
+6
View File
@@ -0,0 +1,6 @@
:orphan:
pbt_example
~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/pbt_example.py
@@ -0,0 +1,6 @@
:orphan:
pbt_function
~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/pbt_function.py
@@ -0,0 +1,6 @@
:orphan:
pbt_memnn_example
~~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/pbt_memnn_example.py
@@ -0,0 +1,6 @@
:orphan:
pbt_ppo_example
~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/pbt_ppo_example.py
@@ -0,0 +1,6 @@
:orphan:
pbt_tune_cifar10_with_keras
~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/pbt_tune_cifar10_with_keras.py
@@ -0,0 +1,6 @@
:orphan:
sigopt_example
~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/sigopt_example.py
@@ -0,0 +1,6 @@
:orphan:
skopt_example
~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/skopt_example.py
@@ -0,0 +1,6 @@
:orphan:
tf_mnist_example
~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/tf_mnist_example.py
@@ -0,0 +1,7 @@
:orphan:
tune_cifar10_gluon
~~~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/tune_cifar10_gluon.py
@@ -0,0 +1,6 @@
:orphan:
tune_mnist_keras
~~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/tune_mnist_keras.py
@@ -0,0 +1,7 @@
:orphan:
xgboost_example
~~~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/xgboost_example.py
@@ -0,0 +1,6 @@
:orphan:
zoopt_example
~~~~~~~~~~~~~
.. literalinclude:: /../../python/ray/tune/examples/zoopt_example.py