Experiment Update
Last updated
Last updated
https://api.sigopt.com/v1/experiments/EXPERIMENT_ID
Updates an existing
Request Method: PUT
metadata
N
metrics
N
name
string
N
A user-specified name for this experiment.
observation_budget
int
N
parallel_bandwidth
int
N
parameters
N
state
string
N
The state of this experiment. Can be active
(for experiments that are currently running), or deleted
(for experiments that have been deleted).
object.
Optional user-provided object. See for more information.
array<
>
An array of objects. Only the threshold
field of metrics can be updated. Use the threshold value null
to remove a threshold.
The number of you plan to create for this experiment. This can be thought of as a lower bound on the number of observations you will create. Failing to reach this value may result in suboptimal performance for your experiment. For experiments with multiple metrics, this cannot be updated.
The number of simultaneously open you plan to maintain during this experiment. The default value for this is 1, i.e., a sequential experiment. The maximum value for this is dependent on your plan. This field is optional, but setting it correctly may improve performance.
array<
>
An array of objects. Only the bounds
, categorical_values
, precision
, and default_value
fields on parameters can be updated.