sigopt.comLog 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

Assignments Object

A mapping from parameter names to values. Assignments are represented as a JSON object, with the keys being parameter names, and the values being the corresponding values. This object behaves like a dictionary or mapping in most programming languages. Fields can be accessed using standard notation, such as obj['key'] in Python or obj.get('key') in Java.

Example

{
"degree": 2,
"gamma": 3.6,
"kernel":"rbf"
}
Core Module API References - Previous
API Objects
Next
Best Assignments Object
Last modified 6mo ago
Copy link