Parameter Object
A parameter is a variable that can affect a single experiment trial. SigOpt will suggest values for your parameters in order to optimize the relevant objective. double
and int
parameters represent numeric values. categorical
parameters take on one of a fixed list of values (similar to an enum in many programming languages).
Fields
Key | Type | Value |
---|---|---|
| A range of values that a parameter can occupy. Only applicable for parameters of type | |
|
| A list of categorical values. Only applicable for parameters of type |
| See conditionals. | |
|
| Used to replace missing parameter assignments in parameters added after initial experiment creation. |
|
| Only applicable for parameters of type |
|
| A user-specified name for this parameter. |
|
| Only applicable for parameters of type |
| Only applicable for parameters of type | |
|
| Only applicable to parameters of type |
|
| The type of this parameter. Must be one of |
Examples
Double Parameter
Integer Parameter
Categorical Parameter
Last updated