Quick Start
Last updated
Last updated
In this section, we list the commonly used API objects and endpoints. For the complete core module documentation, please refer to the Endpoints and Objects pages.
- An experiment represents an objective that SigOpt is optimizing, the relevant parameters, and the underlying data.
- Creates a new Experiment.
- Updates an existing Experiment
Example: Observation Create
- A representation of the parameters that SigOpt has suggested. Contains a list of parameters and their suggested values.
- Creates a Suggestion that SigOpt recommends in order to optimize your metric.
- Retrieves a Pagination of all Suggestion objects for this experiment.
- Deletes a Suggestion
- The observed data from a single trial in your experiment.
- Create an Observation.
- Retrieves a Pagination of all Observation objects for this experiment.
- Deletes an Observation.