Experiment Stopping Criteria

https://api.sigopt.com/v1/experiments/EXPERIMENT_ID/stopping_criteria

Retrieves any possible Stopping Criteria for this experiment. If you are looking for guidance on whether you should stop or continue requesting more observations, you can call this endpoint.

Request Method: GET

Parameters

This endpoint takes no parameters.

Response

Stopping Criteria object.

Example Request

stopping_criteria = conn.experiments(EXPERIMENT_ID).stopping_criteria().fetch()

Last updated