HyperoptBestParam
A single best hyperparameter value found by the optimizer. The value is JSON-encoded to support int, float, bool, and string parameter types.
type HyperoptBestParam {
name: String!
value: String!
}
Fields
HyperoptBestParam.name ● String! non-null scalar
Parameter name (e.g. 'rsi_period', 'threshold')
HyperoptBestParam.value ● String! non-null scalar
JSON-encoded value (e.g. '14', '42.5', 'true', '"close"')
Member Of
HyperoptSummary object