KnnContextualSpec
@Serializable
@SerialName(value = "KnnContextual")
Spec for KnnContextualBandit. distance is a named lookup against a small built-in registry; currently "squaredL2" is the only stock entry.
Constructors
KnnContextualSpec
Properties
coldStartScore
Score assigned to arms with no history yet.
distance
exploration
UCB-style exploration scale.
k
maxHistoryPerArm
Maximum observations retained per arm before FIFO eviction.