sigopt.com
Log In / Sign Up
Search
⌃K
Links
Welcome to SigOpt!
Advanced Experimentation
Core Module API References
Installation and Setup
Quick Start
API Topics
API Endpoints
API Objects
Assignments Object
Best Assignments Object
Bounds Object
Categorical Value Object
Client Object
Conditional Object
Conditions Object
Constraint Term Object
Experiment Object
Metadata Object
Metric Object
Metric Evaluation Object
Metric Importances Object
Observation Object
Organization Object
Pagination Object
Parameter Object
Parameter Constraint Object
Plan Object
Plan Period Object
Plan Rules Object
Prior Object
Progress Object
Queued Suggestion Object
Stopping Criteria Object
Suggestion Object
Token Object
AI MODULE API REFERENCES
Installation and Setup
Quick Start Tutorials
Tracking Your Training Runs
AI Experiments
Bring Your Own Optimizer
XGBoost Integration
HyperOpt
SigOpt Orchestrate
API Reference
Support
Powered By
GitBook
Bounds Object
A range of values that a parameter can occupy.
Fields
Key
Type
Value
max
float
The (inclusive) upper bound of this range.
min
float
The (inclusive) lower bound of this range.
Example
{
"max"
:
10
,
"min"
:
0
,
"object"
:
"bounds"
}
Previous
Best Assignments Object
Next
Categorical Value Object
Last modified
9mo ago