GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
controllercontroller(
sweep_id_or_config: Optional[str, Dict] = None,
entity: Optional[str] = None,
project: Optional[str] = None
) → _WandbController
import wandb
# コントローラの初期化
tuner = wandb.controller(...)
print(tuner.sweep_config)
print(tuner.sweep_id)
# 探索アルゴリズムの設定
tuner.configure_search(...)
# 早期終了ルールの設定
tuner.configure_stopping(...)