Presets
Sweep presets are pre-defined configurations for common hyperparameter search patterns. They combine an algorithm with a set of parameter ranges so you can start a sweep without manually configuring every parameter.
Preview
The Sweeps tab is in early access. Preset browsing is available in the UI, but sweep creation is API-only via the Vantage SDK.
The presets list
The list view shows every available sweep preset. Each row displays:
- Name — the preset's identifier.
- Algorithm — the search strategy (Bayesian, grid, random).
- Parameters — the hyperparameter ranges included.
- Description — what this preset is optimized for.
Click Use this preset to open the sweep creation form with the preset's configuration pre-filled.
Next steps
- Algorithms — the search strategies
- Trials — individual parameter combinations