mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[tune/ci] Fix link to SigOpt experiment API (#28127)
Signed-off-by: Kai Fricke <kai@anyscale.com>
This commit is contained in:
parent
b41ee37c3a
commit
3b3aa80ba3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue