Documentation Index
Fetch the complete documentation index at: https://docs.onyx-robotics.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The name for the optimized model. Each trial creates a new version.
The name of the dataset to optimize on.
The specific dataset version to use. If
None, uses the latest version.Configuration defining the search space and optimization parameters.
Returns
None. Optimization runs on the Engine and model versions are saved for each trial.Raises
Exception: If model_name or dataset_name is emptyAssertionError: If optimization_config is not provided
Example
Loading Results
Each trial creates a model version. Load specific trials by version ID:Notes
- Each trial trains independently with different hyperparameters
- Monitor progress in the Engine Platform
- The Engine uses Bayesian optimization to select promising configurations
- Trial results include full metrics for comparison