Help us improve these docs. Take our quick survey.
Creates a sweep controller to programmatically manage a W&B sweep.
controller
controller( sweep_id_or_config: 'str | dict | None' = None, entity: 'str | None' = None, project: 'str | None' = None ) → _WandbController
import wandb tuner = wandb.controller(...) print(tuner.sweep_config) print(tuner.sweep_id) tuner.configure_search(...) tuner.configure_stopping(...)
Was this page helpful?