From 4cf2c9ecb897a92ae44b65e39ceb72a54f206f25 Mon Sep 17 00:00:00 2001 From: Adi Zimmerman Date: Tue, 5 Mar 2019 14:11:53 -0800 Subject: [PATCH] [tune] Doc fixes (#4207) Co-Authored-By: adizim --- doc/source/tune-searchalg.rst | 3 ++- doc/source/tune-usage.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/tune-searchalg.rst b/doc/source/tune-searchalg.rst index cbcde7575..546fc5ee1 100644 --- a/doc/source/tune-searchalg.rst +++ b/doc/source/tune-searchalg.rst @@ -16,6 +16,7 @@ Currently, Tune offers the following search algorithms (and library integrations - `HyperOpt `__ - `SigOpt `__ - `Nevergrad `__ +- `Scikit-Optimize `__ Variant Generation (Grid Search/Random Search) @@ -118,7 +119,7 @@ In order to use this search algorithm, you will need to install Nevergrad via th Keep in mind that ``nevergrad`` is a Python 3.6+ library. -This algorithm requires using an optimizer provided by ``nevergrad``, of which there are many options. A good rundown can be found on their README's `Optimization `__ section. You can use ``NevergradSearch`` like follows: +This algorithm requires using an optimizer provided by ``nevergrad``, of which there are many options. A good rundown can be found on their README's `Optimization `__ section. You can use ``NevergradSearch`` like follows: .. code-block:: python diff --git a/doc/source/tune-usage.rst b/doc/source/tune-usage.rst index 9f8066377..c69640a64 100644 --- a/doc/source/tune-usage.rst +++ b/doc/source/tune-usage.rst @@ -492,7 +492,7 @@ The API also supports curl. Here are the examples for getting trials (``GET /tri curl http://
:/trials curl http://
:/trials/ -And stopping a trial (``PUT /trials/[:id]``): +And stopping a trial (``PUT /trials/:id``): .. code-block:: bash