[tune/ci] Fix link to SigOpt experiment API (#28127)

Signed-off-by: Kai Fricke <kai@anyscale.com>
This commit is contained in:
Kai Fricke 2022-08-26 14:10:53 -07:00 committed by GitHub
parent b41ee37c3a
commit 3b3aa80ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -214,7 +214,7 @@ Optuna (tune.search.optuna.OptunaSearch)
SigOpt (tune.search.sigopt.SigOptSearch)
----------------------------------------
You will need to use the `SigOpt experiment and space specification <https://app.sigopt.com/docs/overview/create>`__
You will need to use the `SigOpt experiment and space specification <https://docs.sigopt.com/ai-module-api-references/experiments>`__
to specify your search space.
.. autoclass:: ray.tune.search.sigopt.SigOptSearch

View file

@ -30,7 +30,7 @@ class SigOptSearch(Searcher):
export SIGOPT_KEY= ...
You will need to use the `SigOpt experiment and space specification
<https://app.sigopt.com/docs/overview/create>`_.
<https://docs.sigopt.com/ai-module-api-references/experiments>`_.
This searcher manages its own concurrency.
If this Searcher is used in a ``ConcurrencyLimiter``, the