Links

Best Assignments Object

The best observed data from an experiment. A Pagination of these objects is returned from the Best Assignments List endpoint. If the experiment has one optimized metric, this contains only the best observed result. See our discussion on Metric Constraints to learn how the Best Assignments are modified when you specify thresholds on additional metrics. See our discussion on Multisolution Experiments for experiments with more than one solution. See our discussion on the Pareto frontier for experiments with more than one optimized metric.

Fields

Key
Type
Value
assignments
The parameter values associated with the best trial.
id
string
The unique ID of the corresponding observation.
value
float
The metric value observed for assignments.
value_stddev
float
The standard deviation in value that was observed.
values
An array of Metric Evaluation objects recording the values and other associated information for each metric in a given observation. This is available for both single metric and multimetric experiments. Values appear in alphabetical order by the metric name.

See It In Action