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