SigOpt CLI Commands
Get Started Commands
Command | Description |
---|---|
Same command to configure the API token and enable other features (logs and source code collection). | |
Create template files in the current directory to help you get started. | |
Show the version of the SigOpt CLI. |
Runs CLI Commands
Command | Description |
---|---|
Execute a Run from the indicated model execution code. An executable command must be provided, either as command arguments or via the |
Runs YAML File Formatting
Specify the configuration of a Run or Runs that are produced during an AI Experiment. When used with SigOpt Orchestrate, job resource specifications will be determined by the resources specified in the run.yml
file.
Field | Required? | Description |
---|---|---|
| Yes | Name of Docker container SigOpt Orchestrate creates. You can also point this to an existing Docker container to use for SigOpt Orchestrate. |
| Yes | Name for your SigOpt Run or AI Experiment |
| No | Model file to execute |
| No | Resources to allocate to each Run. Can specify limits and requests for cpu, memory, ephemeral-storage and can specify GPUs. |
AI Experiments CLI Commands
Command | Description |
---|---|
Execute a SigOpt AI Experiment from the indicated execution code. AI Experiment settings must be provided, either with an | |
Create a Sigopt AI Experiment using an experiment file. Execution of the AI Experiment should be done manually with the | |
This command starts a new AI Experiment worker. It has similar options to sigopt run, but requires an Experiment ID. If no commands are provided, the worker will use the |
AI Experiment YML File Formatting
Specify the configuration of a Run or Runs that are produced during an AI Experiment.
Field | Required? | Description |
---|---|---|
| Yes | Name of the AI Experiment |
| Yes | Type of AI Experiment to execute (see table below) |
| Yes | Parameters and ranges specified for a SigOpt AI Experiment |
| Yes | Evaluation and storage metrics for a SigOpt AI Experiment |
| No | Number of workers |
| Yes | Number of Runs for a SigOpt AI Experiment |
AI Experiment Type | Type Flag |
---|---|
SigOpt Optimization Experiment |
|
All Constraints Experiment |
|
Grid Search |
|
Random Search |
|
Last updated