A parameter which can be assigned integer values within a specified range (inclusive).
1 2 3 | IntParameter(name, minimum, maximum, distribution = "Uniform",
id = NULL, default = NULL, optional = FALSE,
include_in_default = TRUE)
|
name |
Human-readable name for the parameter, must match argument of scoring function |
minimum |
Smallest allowed value |
maximum |
Largest allowed value |
distribution |
(optional) Distribution of parameter values ("Uniform" or "LogUniform"). |
id |
(optional) Unique id for parameter (no spaces allowed) |
default |
(optional) Initial value for parameter (must be within the allowed range). If not defined, it will be the midpoint of the range. |
optional |
(optional) Whether the parameter can be omitted in a Configuration |
include_in_default |
(optional) Whether an optional parameter will be included in the default Configuration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.