Suggestion Object

/experiments/EXPERIMENT_ID/suggestions/SUGGESTION_ID

A representation of the parameters that SigOpt has suggested. Contains a list of parameters and their suggested values.

Fields

Supported Endpoints

Example

{
  "assignments": {
    "degree": 2,
    "gamma": 3.6,
    "kernel": "rbf"
  },
  "created": 1414800000,
  "deleted": null,
  "experiment": "1",
  "id": "1",
  "metadata": null,
  "object": "suggestion",
  "state": "closed"
}

Last updated