Metric Object

A representation of the value that an experiment is optimizing, storing, or constraining.

Fields

Example

{
  "name": "Accuracy",
  "object": "metric",
  "objective": "maximize",
  "strategy": "optimize",
  "threshold": null
}

Last updated