API
There are two convenience functions for uploading data to SigOpt from Hyperopt Trials. Both require you to have configured SigOpt and to select which SigOpt project you want to use to store the Trials in.
sigopt.hyperopt.upload_trials
sigopt.hyperopt.upload_trials
Key | Type | Description |
---|---|---|
|
| The id of project which trials are uploaded into. |
|
| Trials to be uploaded. |
sigopt.hyperopt.SigOptTrials
sigopt.hyperopt.SigOptTrials
Key | Type | Description |
---|---|---|
|
| The id of project which trials are uploaded into. |
|
| Trials to be wrapped, default is None. |
Last updated